Server IP : 103.6.199.200 / Your IP : 3.144.122.20 Web Server : Microsoft-IIS/10.0 System : Windows NT EMPUSA 10.0 build 20348 (Windows Server 2016) i586 User : EMPUSA$ ( 0) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Domains/jivisol1/build/TESTUI/ |
Upload File : |
<?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"> <inheritdoc/> </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)"> <inheritdoc/> </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> 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. </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="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="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="T:DocumentFormat.OpenXml.AppendOption"> <summary> Options to define how an element should be appeneded. </summary> </member> <member name="F:DocumentFormat.OpenXml.AppendOption.List"> <summary> Append the item in list order without regard to schema. </summary> </member> <member name="F:DocumentFormat.OpenXml.AppendOption.Ordered"> <summary> Append the item in accordance with what the schema defines. </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="M:DocumentFormat.OpenXml.Features.AnnotationsFeature.AddAnnotation(System.Object)"> <summary> Adds an object to the annotation list of this collection. </summary> <param name="annotation">The annotation to add to this collection.</param> </member> <member name="M:DocumentFormat.OpenXml.Features.AnnotationsFeature.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="T:DocumentFormat.OpenXml.Features.EventType"> <summary> Type of event used for change notification. </summary> </member> <member name="F:DocumentFormat.OpenXml.Features.EventType.None"> <summary> The default type when there is no event. </summary> </member> <member name="F:DocumentFormat.OpenXml.Features.EventType.Closed"> <summary> When the item is closed. </summary> </member> <member name="F:DocumentFormat.OpenXml.Features.EventType.Closing"> <summary> When the item is closing. </summary> </member> <member name="F:DocumentFormat.OpenXml.Features.EventType.Deleting"> <summary> When the item is deleting. </summary> </member> <member name="F:DocumentFormat.OpenXml.Features.EventType.Deleted"> <summary> When the item is deleted. </summary> </member> <member name="F:DocumentFormat.OpenXml.Features.EventType.Creating"> <summary> When the item is being created. </summary> </member> <member name="F:DocumentFormat.OpenXml.Features.EventType.Created"> <summary> When the item is created. </summary> </member> <member name="F:DocumentFormat.OpenXml.Features.EventType.Removing"> <summary> When the item is being removed. </summary> </member> <member name="F:DocumentFormat.OpenXml.Features.EventType.Removed"> <summary> When the item is removed. </summary> </member> <member name="F:DocumentFormat.OpenXml.Features.EventType.Reloading"> <summary> When the item is reloading. </summary> </member> <member name="F:DocumentFormat.OpenXml.Features.EventType.Reloaded"> <summary> When the item is reloaded. </summary> </member> <member name="F:DocumentFormat.OpenXml.Features.EventType.Saved"> <summary> When the item is being saved. </summary> </member> <member name="F:DocumentFormat.OpenXml.Features.EventType.Saving"> <summary> When the item is saved. </summary> </member> <member name="F:DocumentFormat.OpenXml.Features.EventType.Adding"> <summary> When the item is being added. </summary> </member> <member name="F:DocumentFormat.OpenXml.Features.EventType.Added"> <summary> When the item is added. </summary> </member> <member name="T:DocumentFormat.OpenXml.Features.FeatureCollection"> <summary> Represents a collection of features. </summary> </member> <member name="M:DocumentFormat.OpenXml.Features.FeatureCollection.#ctor"> <summary> Initializes a new instance of <see cref="T:DocumentFormat.OpenXml.Features.FeatureCollection"/>. </summary> </member> <member name="M:DocumentFormat.OpenXml.Features.FeatureCollection.#ctor(System.Int32)"> <summary> Initializes a new instance of <see cref="T:DocumentFormat.OpenXml.Features.FeatureCollection"/> with the specified initial capacity. </summary> <param name="initialCapacity">The initial number of elements that the collection can contain.</param> <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="initialCapacity"/> is less than 0</exception> </member> <member name="M:DocumentFormat.OpenXml.Features.FeatureCollection.#ctor(DocumentFormat.OpenXml.Features.IFeatureCollection,System.Boolean)"> <summary> Initializes a new instance of <see cref="T:DocumentFormat.OpenXml.Features.FeatureCollection"/> with the specified defaults. </summary> <param name="defaults">The feature defaults.</param> <param name="isReadOnly">Marks the collection as readonly or not.</param> </member> <member name="P:DocumentFormat.OpenXml.Features.FeatureCollection.Revision"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Features.FeatureCollection.IsReadOnly"> <inheritdoc/> </member> <member name="M:DocumentFormat.OpenXml.Features.FeatureCollection.Get``1"> <inheritdoc/> </member> <member name="M:DocumentFormat.OpenXml.Features.FeatureCollection.Set``1(``0)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Features.FeatureEventArgs`1"> <summary> Holder for feature event args. </summary> <typeparam name="TArg">The type of the argument.</typeparam> </member> <member name="M:DocumentFormat.OpenXml.Features.FeatureEventArgs`1.#ctor(DocumentFormat.OpenXml.Features.EventType,`0)"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.Features.FeatureEventArgs`1"/> struct. </summary> <param name="type">Type of change.</param> <param name="arg">Argument of change.</param> </member> <member name="P:DocumentFormat.OpenXml.Features.FeatureEventArgs`1.Type"> <summary> Gets the event type. </summary> </member> <member name="P:DocumentFormat.OpenXml.Features.FeatureEventArgs`1.Argument"> <summary> Gets the argument. </summary> </member> <member name="T:DocumentFormat.OpenXml.Features.FeatureExtensions"> <summary> Methods to help with using <see cref="T:DocumentFormat.OpenXml.Features.IFeatureCollection"/>. </summary> </member> <member name="M:DocumentFormat.OpenXml.Features.FeatureExtensions.GetRequired``1(DocumentFormat.OpenXml.Features.IFeatureCollection)"> <summary> Gets a required feature from the supplied collection. </summary> <typeparam name="TFeature">Feature type.</typeparam> <param name="features">Features collection to search.</param> <returns>The available feature.</returns> </member> <member name="T:DocumentFormat.OpenXml.Features.IFeatureCollection"> <summary> Represents a collection of features. </summary> </member> <member name="P:DocumentFormat.OpenXml.Features.IFeatureCollection.IsReadOnly"> <summary> Gets a value indicating whether the collection can be modified. </summary> </member> <member name="P:DocumentFormat.OpenXml.Features.IFeatureCollection.Revision"> <summary> Gets a value that is incremented for each modification and can be used to verify cached results. </summary> </member> <member name="M:DocumentFormat.OpenXml.Features.IFeatureCollection.Get``1"> <summary> Retrieves the requested feature from the collection. </summary> <typeparam name="TFeature">The feature key.</typeparam> <returns>The requested feature, or null if it is not present.</returns> </member> <member name="M:DocumentFormat.OpenXml.Features.IFeatureCollection.Set``1(``0)"> <summary> Sets the given feature in the collection. </summary> <typeparam name="TFeature">The feature key.</typeparam> <param name="instance">The feature value.</param> </member> <member name="T:DocumentFormat.OpenXml.Features.IFeatureEvent`1"> <summary> Interface for general feature eventing. </summary> <typeparam name="TArg">Type of the argument.</typeparam> </member> <member name="E:DocumentFormat.OpenXml.Features.IFeatureEvent`1.Change"> <summary> Event to register to listen to any changes. </summary> </member> <member name="M:DocumentFormat.OpenXml.Features.IOpenXmlNamespaceResolver.TryGetTransitionalNamespace(DocumentFormat.OpenXml.Framework.OpenXmlNamespace,DocumentFormat.OpenXml.Framework.OpenXmlNamespace@)"> <summary> Attempts to get the Transitional equivalent namespace. </summary> <param name="ns">Namespace to compare.</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.Features.IOpenXmlNamespaceResolver.TryGetTransitionalRelationship(DocumentFormat.OpenXml.Framework.OpenXmlNamespace,DocumentFormat.OpenXml.Framework.OpenXmlNamespace@)"> <summary> Attempts to get the Transitional equivalent relationship. </summary> <param name="ns">Namespace to compare.</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.Features.IOpenXmlNamespaceResolver.TryGetExtendedNamespace(DocumentFormat.OpenXml.Framework.OpenXmlNamespace,DocumentFormat.OpenXml.Framework.OpenXmlNamespace@)"> <summary> Try to get the expected namespace if the passed namespace is an obsolete. </summary> <param name="ns">Namespace to compare.</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.Features.IPackageEventsFeature"> <summary> A feature to track events around the package. </summary> </member> <member name="T:DocumentFormat.OpenXml.Features.IPartEventsFeature"> <summary> A feature to track events around parts. </summary> </member> <member name="T:DocumentFormat.OpenXml.Features.IPartRootEventsFeature"> <summary> A feature to track events around parts. </summary> </member> <member name="T:DocumentFormat.OpenXml.Features.IRaiseFeatureEvent`1"> <summary> Interface to raise events for <see cref="T:DocumentFormat.OpenXml.Features.IFeatureEvent`1"/>. </summary> <typeparam name="TArg">Type of argument.</typeparam> </member> <member name="M:DocumentFormat.OpenXml.Features.IRaiseFeatureEvent`1.OnChange(DocumentFormat.OpenXml.Features.EventType,`0)"> <summary> Raise event on underlying event. </summary> <param name="type">Type of event.</param> <param name="arg">Argument of event.</param> </member> <member name="M:DocumentFormat.OpenXml.Features.OpenXmlNamespaceResolver.TryGetTransitionalNamespace(DocumentFormat.OpenXml.Framework.OpenXmlNamespace,DocumentFormat.OpenXml.Framework.OpenXmlNamespace@)"> <inheritdoc /> </member> <member name="M:DocumentFormat.OpenXml.Features.OpenXmlNamespaceResolver.TryGetTransitionalRelationship(DocumentFormat.OpenXml.Framework.OpenXmlNamespace,DocumentFormat.OpenXml.Framework.OpenXmlNamespace@)"> <inheritdoc /> </member> <member name="M:DocumentFormat.OpenXml.Features.OpenXmlNamespaceResolver.TryGetExtendedNamespace(DocumentFormat.OpenXml.Framework.OpenXmlNamespace,DocumentFormat.OpenXml.Framework.OpenXmlNamespace@)"> <inheritdoc /> </member> <member name="M:DocumentFormat.OpenXml.Features.OpenXmlNamespaceResolver.GetVersion(DocumentFormat.OpenXml.Framework.OpenXmlNamespace)"> <inheritdoc /> </member> <member name="T:DocumentFormat.OpenXml.Features.PackageEventExtensions"> <summary> Extensions to add events around lifecycle. </summary> </member> <member name="M:DocumentFormat.OpenXml.Features.PackageEventExtensions.AddPackageEventsFeature(DocumentFormat.OpenXml.Packaging.OpenXmlPackage)"> <summary> Adds a feature to track eventing for a package lifecycle events. </summary> <param name="package">Package to add the feature to.</param> </member> <member name="T:DocumentFormat.OpenXml.Features.PartEventFeatureExtensions"> <summary> Extensions to add events around parts. </summary> </member> <member name="M:DocumentFormat.OpenXml.Features.PartEventFeatureExtensions.AddPartEventsFeature(DocumentFormat.OpenXml.Packaging.OpenXmlPackage)"> <summary> Adds a feature to track eventing for a package creating or removing parts. </summary> <param name="package">Package to add the feature to.</param> </member> <member name="T:DocumentFormat.OpenXml.Features.PartRootEventExtensions"> <summary> Extensions to add events around part roots. </summary> </member> <member name="M:DocumentFormat.OpenXml.Features.PartRootEventExtensions.AddPartRootEventsFeature(DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer)"> <summary> Adds a feature to track eventing for a package lifecycle events. </summary> <param name="container">Container to add the feature to.</param> </member> <member name="M:DocumentFormat.OpenXml.FileFormatVersionExtensions.Any(DocumentFormat.OpenXml.FileFormatVersions)"> <summary> Determines whether the supplied version is within the known set of versions </summary> <param name="version">The version to check</param> <returns>True if a known version, otherwise false</returns> </member> <member name="M:DocumentFormat.OpenXml.FileFormatVersionExtensions.All(DocumentFormat.OpenXml.FileFormatVersions)"> <summary> Determines if the supplied version is valid for all versions </summary> <param name="version">The version to check</param> <returns>True if the version is all of the known versions, otherwise false</returns> </member> <member name="M:DocumentFormat.OpenXml.FileFormatVersionExtensions.AndLater(DocumentFormat.OpenXml.FileFormatVersions)"> <summary> Combines values for the given version and all versions that come after it </summary> <param name="version">Version to which all other versions are added</param> <returns>A version instance with <paramref name="version"/> and all later versions</returns> </member> <member name="M:DocumentFormat.OpenXml.FileFormatVersionExtensions.ThrowIfNotInVersion(DocumentFormat.OpenXml.FileFormatVersions,DocumentFormat.OpenXml.Packaging.OpenXmlPart)"> <summary> Throws if the <see cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPart"/> is not supported in the given version </summary> <param name="version">Version to check</param> <param name="part">Part to validate</param> </member> <member name="M:DocumentFormat.OpenXml.FileFormatVersionExtensions.ThrowIfNotInVersion(DocumentFormat.OpenXml.FileFormatVersions,DocumentFormat.OpenXml.OpenXmlElement)"> <summary> Throws if the <see cref="T:DocumentFormat.OpenXml.OpenXmlElement"/> is not supported in the given version </summary> <param name="version">Version to check</param> <param name="element">Element to validate</param> </member> <member name="M:DocumentFormat.OpenXml.FileFormatVersionExtensions.AtLeast(DocumentFormat.OpenXml.FileFormatVersions,DocumentFormat.OpenXml.FileFormatVersions)"> <summary> Check if a given version is at least a specified version </summary> <param name="version">Version to check</param> <param name="minimum">Minimum version expected</param> <returns>True if supplied version is at least of the specified version, otherwise false</returns> </member> <member name="M:DocumentFormat.OpenXml.FileFormatVersionExtensions.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 & target) == target.</returns> </member> <member name="M:DocumentFormat.OpenXml.FileFormatVersionExtensions.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> </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="F:DocumentFormat.OpenXml.FileFormatVersions.Office2016"> <summary> Represents Microsoft Office 2016. </summary> </member> <member name="F:DocumentFormat.OpenXml.FileFormatVersions.Office2019"> <summary> Represents Microsoft Office 2019. </summary> </member> <member name="F:DocumentFormat.OpenXml.FileFormatVersions.Office2021"> <summary> Represents Microsoft Office 2021. </summary> </member> <member name="F:DocumentFormat.OpenXml.FileFormatVersions.Microsoft365"> <summary> Represents Microsoft 365. </summary> </member> <member name="M:DocumentFormat.OpenXml.Framework.CachedPartMetadataProvider.Parse(DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer)"> <summary> Extract the part constraints from a given container. </summary> </member> <member name="T:DocumentFormat.OpenXml.Framework.Metadata.ElementFactoryCollection"> <summary> A lookup that identifies properties on an <see cref="T:DocumentFormat.OpenXml.OpenXmlElement"/> and caches the schema information from those elements. </summary> </member> <member name="M:DocumentFormat.OpenXml.Framework.OpenXmlNamespace.TryGetTransitionalNamespace(DocumentFormat.OpenXml.Framework.OpenXmlNamespace@)"> <summary> Attempts to get the Transitional equivalent namespace. </summary> <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.Framework.OpenXmlNamespace.TryGetTransitionalRelationship(DocumentFormat.OpenXml.Framework.OpenXmlNamespace@)"> <summary> Attempts to get the Transitional equivalent relationship. </summary> <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.Framework.OpenXmlNamespace.TryGetExtendedNamespace(DocumentFormat.OpenXml.Framework.OpenXmlNamespace@)"> <summary> Try to get the expected namespace if the passed namespace is an obsolete. </summary> <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="M:DocumentFormat.OpenXml.Framework.OpenXmlNamespace.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.Framework.OpenXmlNamespace.GetNamespacePrefix(System.String)"> <summary> Gets the default namespace prefix for the specified namespace URI. </summary> <param name="namespaceUri">The namespace URI.</param> <returns>The default namespace prefix.</returns> </member> <member name="P:DocumentFormat.OpenXml.Framework.PartConstraintRule.RelationshipType"> <summary> Gets the relationship type. </summary> </member> <member name="P:DocumentFormat.OpenXml.Framework.PartConstraintRule.PartClassName"> <summary> Gets the class name for the relationship type. </summary> </member> <member name="P:DocumentFormat.OpenXml.Framework.PartConstraintRule.PartContentType"> <summary> Gets the content type of the part. Some types with fixed content types have same relationship type but different content type. </summary> <remarks>This value is null for non-fixed content type.</remarks> </member> <member name="P:DocumentFormat.OpenXml.Framework.PartConstraintRule.MinOccursIsNonZero"> <summary> Gets a value indicating whether the min occurs > 0, (i.e. is required). </summary> </member> <member name="P:DocumentFormat.OpenXml.Framework.PartConstraintRule.MaxOccursGreatThanOne"> <summary> Gets a value indicating whether max occurs > 1, (i.e. has multiple occurrences). </summary> </member> <member name="P:DocumentFormat.OpenXml.Framework.PartConstraintRule.FileFormat"> <summary> Gets the file format version information. </summary> </member> <member name="M:DocumentFormat.OpenXml.Framework.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.Framework.Schema.ParticleCollection"> <summary> This struct represents a way to access elements in a structured way based on its compiled particle. </summary> </member> <member name="M:DocumentFormat.OpenXml.Framework.Schema.ParticleCollection.Clear"> <summary> Clears any elements that compare as equal based on the schema particles. For example, equivalent choice items will be removed. </summary> </member> <member name="P:DocumentFormat.OpenXml.Framework.Schema.ParticleCollection.IsNil"> <summary> Gets a value indicating whether the collection has value or not. </summary> </member> <member name="M:DocumentFormat.OpenXml.Framework.Schema.ParticleCollection.Add(DocumentFormat.OpenXml.OpenXmlElement)"> <summary> Adds an element into the collection at the appropriate location. </summary> <param name="value">Element to add.</param> <returns><c>true</c> if the element was added, and <c>false</c> if not.</returns> </member> <member name="M:DocumentFormat.OpenXml.Framework.Schema.ParticleCollection.Contains(DocumentFormat.OpenXml.OpenXmlElement)"> <summary> Gets whether the <paramref name="item"/> exists in the collection. </summary> <param name="item">The item to search for.</param> <returns><c>true</c> if the element was found, and <c>false</c> if not.</returns> </member> <member name="M:DocumentFormat.OpenXml.Framework.Schema.ParticlePath.Equals(DocumentFormat.OpenXml.Framework.Schema.ParticlePath)"> <summary> Checks if two <see cref="T:DocumentFormat.OpenXml.Framework.Schema.ParticlePath"/> instances are the same. They may not have the exact same sequence, but if they are replaceable, then they are equal. </summary> <param name="other"></param> <returns></returns> </member> <member name="T:DocumentFormat.OpenXml.Framework.ParticleExtensions"> <summary> These extensions are set up so that it is easier to test a <see cref="T:DocumentFormat.OpenXml.Framework.CompiledParticle"/> against an <see cref="T:DocumentFormat.OpenXml.OpenXmlCompositeElement"/>. </summary> </member> <member name="P:DocumentFormat.OpenXml.Framework.OfficeVersionValidator.OfficeVersion"> <summary> Gets the Office version of the available property. </summary> </member> <member name="M:DocumentFormat.OpenXml.Framework.OfficeVersionValidator.#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.Framework.RequiredValidator"> <summary> Describes a required item. </summary> </member> <member name="T:DocumentFormat.OpenXml.Framework.HashCode"> <summary> A helpful utility to generate hashcodes. This is in box in .NET Core 2.1 and .NET Standard 2.1 (and later versions) but this provides support for down-level. This does not implement as sophisticated an algorithm as that version does, but this should be sufficient for most use cases. </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 where the child element is first available.</param> </member> <member name="P:DocumentFormat.OpenXml.ChildElementInfoAttribute.ElementType"> <summary> Gets 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.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.AlternativeFormatImportPartType"> <summary> Defines AlternativeFormatImportPartType - types of AlternativeFormatImportPart. <![CDATA[ L".bin", L"image/unknown", L".bmp", L"image/bmp", L".gif", L"image/gif", L".png", L"image/png", L".tiff", L"image/tiff", L".xbm", L"image/xbm", L".ico", L"image/x-icon", L".pcx", L"image/x-pcx", L".pcz", L"image/x-pcz", // Note: [danjump] EMZ and WMZ should never be used. L".emz", L"image/x-emz", L".wmz", L"image/x-wmz", // Note: [danjump] Jpeg-Wmf are used by thumbnail. Don't add between them L".jpeg", L"image/jpeg", L".emf", L"image/x-emf", L".wmf", L"image/x-wmf", ]]> </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 Format (.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.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(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.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.CustomUIPart"> <summary> Defines CustomUiPart. The CustomUiPart served as the base class of RibbonExtensibilityPart and QuickAccessToolbarCustomizationsPart. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CustomUIPart.InternalRootElement"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CustomUIPart.PartRootElement"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CustomUIPart.CustomUI"> <summary> Gets or sets the root element of this part. </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.DataPart"> <summary> Represents the type of part referenced by a <see cref="T:DocumentFormat.OpenXml.Packaging.DataPartReferenceRelationship"/>. </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> Gets the internal path to be used for the part name. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DataPart.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.DataPart.TargetFileExtension"> <summary> Gets 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.DataPartReferenceRelationship"> <summary> Represents an internal reference relationship to a DataPart element. </summary> </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.#ctor(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.Create(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="container">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.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.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.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"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ExtendedPart.TargetFileExtension"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ExtendedPart.TargetPath"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ExtendedPart.TargetName"> <inheritdoc/> </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> Initialize 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.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.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.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.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(System.Object)"> <inheritdoc/> </member> <member name="M:DocumentFormat.OpenXml.Packaging.IdPartPair.GetHashCode"> <inheritdoc/> </member> <member name="M:DocumentFormat.OpenXml.Packaging.IdPartPair.Equals(DocumentFormat.OpenXml.Packaging.IdPartPair)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.ImagePartExtensions"> <summary> Provides extensions to working with ImagePart and ImagePartType </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.ImagePartExtensions.AddImagePart(DocumentFormat.OpenXml.Packaging.MainDocumentPart,System.String)"> <summary> Extends an overloaded AddImagePart method that handles the process of determining the ImagePartType for you based on a provided file extension. </summary> <param name="main">The source MainDocumentPart that is adding the ImagePart.</param> <param name="extension">The file extension of the image.</param> <see cref="M:DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType)" /> </member> <member name="T:DocumentFormat.OpenXml.Packaging.ImagePartType"> <summary> Defines ImagePartType - types of ImagePart. Data from "dev12\msoutilstat\src\metro.cpp": <![CDATA[ L".bin", L"image/unknown", L".bmp", L"image/bmp", L".gif", L"image/gif", L".png", L"image/png", L".tiff", L"image/tiff", L".xbm", L"image/xbm", L".ico", L"image/x-icon", L".pcx", L"image/x-pcx", L".pcz", L"image/x-pcz", // Note: [danjump] EMZ and WMZ should never be used. L".emz", L"image/x-emz", L".wmz", L"image/x-wmz", // Note: [danjump] Jpeg-Wmf are used by thumbnail. Don't add between them L".jpeg", L"image/jpeg", L".emf", L"image/x-emf", L".wmf", L"image/x-wmf", L".svg", L"image/svg+xml", ]]> </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="F:DocumentFormat.OpenXml.Packaging.ImagePartType.Svg"> <summary> Scalable Vector Graphics (.svg). </summary> </member> <member name="T:DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart"> <summary> Defines MailMergeRecipientDataPart. </summary> <summary> Defines the MailMergeRecipientDataPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.InternalRootElement"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.PartRootElement"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.Recipients"> <summary> Gets or 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 or 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="M:DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.#ctor"> <summary> Creates an instance of the MailMergeRecipientDataPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.TargetPath"> <inheritdoc/> </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.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.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.MediaDataPart"> <summary> Represents a media (Audio, Video) data part in the document. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.MediaDataPart.TargetPath"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.MediaDataPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.MediaDataPart.TargetFileExtension"> <inheritdoc/> </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.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(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.Model3DReferenceRelationshipPart"> <summary> Defines the Model3DReferenceRelationshipPart </summary> <summary> Defines the Model3DReferenceRelationshipPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.Model3DReferenceRelationshipPart.IsValidContentType(System.IO.Packaging.PackagePart)"> <inheritdoc/> </member> <member name="M:DocumentFormat.OpenXml.Packaging.Model3DReferenceRelationshipPart.#ctor"> <summary> Creates an instance of the Model3DReferenceRelationshipPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.Model3DReferenceRelationshipPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.Model3DReferenceRelationshipPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.Model3DReferenceRelationshipPart.TargetFileExtension"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.Model3DReferenceRelationshipPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.Model3DReferenceRelationshipPart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.OpenSettings"> <summary> Represents the settings when opening a document. </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.OpenSettings.#ctor"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.Packaging.OpenSettings"/> class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.OpenSettings.AutoSave"> <summary> Gets or sets a value indicating whether 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="P:DocumentFormat.OpenXml.Packaging.OpenSettings.RelationshipErrorHandlerFactory"> <summary> Gets or sets a delegate that is used to create a handler to rewrite relationships that are malformed. On platforms after .NET 4.5, <see cref="T:System.Uri"/> parsing will fail on malformed strings. </summary> </member> <member name="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackage"> <summary> Represents a base class for strong typed Open XML document classes. </summary> <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="P:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.RootPart"> <summary> Gets the root part for the package. </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Load(System.IO.Packaging.Package)"> <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.StrictRelationshipFound"> <summary> Gets a value indicating whether this package contains Transitional relationships converted from Strict. </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.PackageProperties"> <summary> Gets the core package properties of the Open XML document. </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.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 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.CanSave"> <summary> Gets a value indicating whether saving the package is supported by calling <see cref="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Save"/>. Some platforms (such as .NET Core), have limited support for saving. If <c>false</c>, in order to save, the document and/or package needs to be fully closed and disposed and then reopened. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.DataParts"> <summary> Gets 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.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 value indicating 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 <see cref="P:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.FileOpenAccess"/> is <see cref="F:System.IO.FileAccess.ReadWrite"/>. Some platforms do not support saving due to limitations in <see cref="T:System.IO.Packaging.Package"/>, so please query <see cref="P:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CanSave"/> at runtime to know if full saving will be supported without closing and disposing of the <see cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackage"/>. </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,System.Collections.Generic.HashSet{System.Uri})"> <summary> Gets the <see cref="T:System.IO.Packaging.PackagePart"/>'s XML or binary contents as an <see cref="T:System.Xml.Linq.XElement"/>. </summary> <param name="part">The package part.</param> <param name="altChunkPartUris">The collection of AlternativeFormatInputPart URIs.</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="flatOpcDocument">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="flatOpcDocument">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="flatOpcDocument">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.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.OpenXmlPackageExtensions"> <summary> Extensions for <see cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackage"/> type. </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackageExtensions.GetAllParts(DocumentFormat.OpenXml.Packaging.OpenXmlPackage)"> <summary> Traverse parts in the <see cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackage"/> by breadth-first. </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 or sets 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> Gets or sets the DataPartReferenceRelationship that caused the event. </summary> </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.OpenXmlPart"> <summary> Represents an abstract base class for all OpenXml parts. </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPart.#ctor"> <summary> Create an instance of <see cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPart"/> </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPart.OpenXmlPackage"> <summary> Gets the OpenXmlPackage which contains the current part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPart.Uri"> <summary> Gets 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="M:DocumentFormat.OpenXml.Packaging.OpenXmlPart.UnloadRootElement"> <summary> Unloads the RootElement. </summary> <returns>The unloaded RootElement</returns> <remarks> Releases the DOM so the memory can be GC'ed. </remarks> </member> <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPart.ContentType"> <summary> Gets the content type (MIME type) of the content data in the part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPart.RelationshipType"> <summary> Gets 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 an XML content type. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPart.PackagePart"> <summary> Gets 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> Gets a value indicating whether the ContentType for the current part is fixed. </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPart.IsValidContentType(System.IO.Packaging.PackagePart)"> <summary> Determines if the content type agrees with this part's constraints. </summary> <param name="part"></param> <returns>True if the content type is valid for this part. False otherwise.</returns> </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.InternalRootElement"> <summary> Gets or sets the root element field. </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> Gets a value indicating whether the root element is loaded from the part or it has been set. </summary> </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> <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="P:DocumentFormat.OpenXml.Packaging.OpenXmlPart.Features"> <inheritdoc/> </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.ChildrenRelationshipParts"> <summary> Gets the children parts IDictionary. </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> Gets 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 relationship 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> Gets 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> Gets 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> Gets 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.TryGetPartById(System.String,DocumentFormat.OpenXml.Packaging.OpenXmlPart@)"> <summary> Try to get the child part by the relationship ID. </summary> <param name="id">The relationship ID of the part.</param> <param name="part">The part.</param> <returns>Return <c>true</c> when the part with the specified id exist, otherwise <c>false</c></returns> </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 automatically 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 <typeparamref name="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 <typeparamref name="T"/> into <paramref name="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 <paramref name="partCollection"/> is null.</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> Initializes 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> Initializes 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> Attaches 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> Attaches 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="P:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.InternalOpenXmlPackage"> <summary> Gets the internal OpenXmlPackage instance </summary> </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="P:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.Features"> <summary> Gets the features associated with this part. </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.PackageLoader.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:DocumentFormat.OpenXml.Packaging.OpenXmlPackageException">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.PackageLoader.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> </member> <member name="M:DocumentFormat.OpenXml.Packaging.PackageLoader.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.ArgumentNullException">Thrown when stream is a null reference.</exception> <exception cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackageException">Thrown when the specified stream is read-only and <paramref name="readWriteMode"/> is true. The package to open requires write or read/write permission.</exception> </member> <member name="M:DocumentFormat.OpenXml.Packaging.PackageLoader.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.ArgumentNullException">Thrown when stream is a null reference.</exception> <exception cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackageException">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.PackageLoader.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> <exception cref="T:System.ArgumentNullException">Thrown when path is a null reference.</exception> <exception cref="T:System.IO.FileNotFoundException">Thrown when the supplied path cannot be found</exception> </member> <member name="M:DocumentFormat.OpenXml.Packaging.PackageLoader.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> <exception cref="T:System.ArgumentNullException">Thrown when path is a null reference.</exception> </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.PackageRelationshipPropertyCollection"> <summary> Represents a collection of relationships that are obtained from the package. </summary> </member> <member name="T:DocumentFormat.OpenXml.Packaging.PartExtensionProvider"> <summary> Defines a provider which maintains a dictionary where the key is the content type and the value is a part extension. </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.PartExtensionProvider.#ctor"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.Packaging.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 <see cref="T:DocumentFormat.OpenXml.Packaging.PartExtensionProvider"/> class that contains elements copied from <paramref name="partExtProvider"/>. </summary> <param name="partExtProvider">The source <see cref="T:DocumentFormat.OpenXml.Packaging.PartExtensionProvider"/> whose elements are copied to the new <see cref="T:DocumentFormat.OpenXml.Packaging.PartExtensionProvider"/>.</param> </member> <member name="M:DocumentFormat.OpenXml.Packaging.PartExtensionProvider.#ctor(System.Int32)"> <summary> Initializes a new instance of <see cref="T:DocumentFormat.OpenXml.Packaging.PartExtensionProvider"/> that is empty, has the specified initial capacity. </summary> <param name="capacity">The initial number of elements that <see cref="T:DocumentFormat.OpenXml.Packaging.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 <see cref="T:DocumentFormat.OpenXml.Packaging.PartExtensionProvider"/> with serialized data. </summary> <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo"/> object containing the information required to serialize the PartExtensionProvider.</param> <param name="context">A <see cref="T: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 content type. </summary> <param name="contentType">The content type.</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 content type and part extension is in the provider. If not, they will be added. </summary> <param name="contentType">The content type</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="F:DocumentFormat.OpenXml.Packaging.PartUriHelper._numberedContentTypes"> <summary> List of contentTypes that need to have a '1' appended to the name for the first item in the package. Section numbers in comments refer to the ISO/IEC 29500 standard. </summary> </member> <member name="T:DocumentFormat.OpenXml.Packaging.PresentationDocument"> <summary> Defines PresentationDocument - an OpenXmlPackage represents a Presentation document </summary> <summary> Defines PresentationDocument - an OpenXmlPackage represents a Presentation document </summary> </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 specified 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 specified 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 specified 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 specified 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 a null reference.</exception> <exception cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackageException">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> <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 automatically 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="M:DocumentFormat.OpenXml.Packaging.PresentationDocument.AddLabelInfoPart"> <summary> Adds a LabelInfoPart to the PresentationDocument, this part is only available in Office2021. </summary> <returns>The newly added WebExTaskpanesPart.</returns> </member> <member name="P:DocumentFormat.OpenXml.Packaging.PresentationDocument.RootPart"> <inheritdoc /> </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="P:DocumentFormat.OpenXml.Packaging.PresentationDocument.LabelInfoPart"> <summary> Gets the LabelInfoPart of the PresentationDocument, only available in Office2021. </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.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(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 indicating 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="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.RelationshipErrorHandler"> <summary> A class that holds information about invalid relationships in <see cref="T:System.IO.Packaging.PackagePart"/> instances. </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.RelationshipErrorHandler.CreateRewriterFactory(DocumentFormat.OpenXml.Packaging.RelationshipErrorHandler.Rewriter)"> <summary> Create a <see cref="T:DocumentFormat.OpenXml.Packaging.RelationshipErrorHandler"/> that simply rewrites the invalid target Uri. </summary> <param name="rewriter">The delegate used to rewrite the Uri.</param> <returns>A factory function for use in <see cref="P:DocumentFormat.OpenXml.Packaging.OpenSettings.RelationshipErrorHandlerFactory"/>.</returns> </member> <member name="T:DocumentFormat.OpenXml.Packaging.RelationshipErrorHandler.Rewriter"> <summary> Delegate to be used for simple rewriting of malformed Uris. </summary> <param name="partUri">Uri of the part with the invalid relationship.</param> <param name="id">Id of relationship</param> <param name="uri">Invalid <see cref="T:System.Uri"/></param> <returns>Rewritten string if available, otherwise <c>null</c>.</returns> </member> <member name="M:DocumentFormat.OpenXml.Packaging.RelationshipErrorHandler.Rewrite(System.Uri,System.String,System.String)"> <summary> Rewrites an invalid URI with a valid one in order to correctly open a package. </summary> <param name="partUri">Uri of the part with the invalid relationship.</param> <param name="id">Id of relationship</param> <param name="uri">Invalid <see cref="T:System.Uri"/></param> <returns>Rewritten string if available, otherwise <c>null</c>.</returns> </member> <member name="M:DocumentFormat.OpenXml.Packaging.RelationshipErrorHandler.OnPackageLoaded"> <summary> Callback for after a package has been completely loaded and all rewritting has occurred. </summary> </member> <member name="T:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument"> <summary> Defines SpreadsheetDocument - an OpenXmlPackage represents a Spreadsheet document. </summary> <summary> Defines SpreadsheetDocument - an OpenXmlPackage represents a Spreadsheet document. </summary> </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 specified 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 specified 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 specified 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 a null reference.</exception> <exception cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackageException">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> <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 specified 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> Add a CoreFilePropertiesPart to the SpreadsheetDocument. </summary> <returns>The newly added CoreFilePropertiesPart.</returns> </member> <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddExtendedFilePropertiesPart"> <summary> Add a ExtendedFilePropertiesPart to the SpreadsheetDocument. </summary> <returns>The newly added ExtendedFilePropertiesPart.</returns> </member> <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddCustomFilePropertiesPart"> <summary> Add a CustomFilePropertiesPart to the SpreadsheetDocument. </summary> <returns>The newly added CustomFilePropertiesPart.</returns> </member> <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddDigitalSignatureOriginPart"> <summary> Add a DigitalSignatureOriginPart to the SpreadsheetDocument. </summary> <returns>The newly added DigitalSignatureOriginPart.</returns> </member> <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddThumbnailPart(System.String)"> <summary> Add 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="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddLabelInfoPart"> <summary> Adds a LabelInfoPart to the SpreadsheetDocument, this part is only available in Office2021. </summary> <returns>The newly added LabelInfoPart.</returns> </member> <member name="P:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.RootPart"> <inheritdoc /> </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="P:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.LabelInfoPart"> <summary> Gets the LabelInfoPart of the SpreadsheetDocument, only available in Office2021. </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.StylesPart"> <summary> Defines StylesPart. The StylesPart served as the base class of StylesWithEffectsPart and StyleDefinitionsPart. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.StylesPart.InternalRootElement"> <inheritdoc/> </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 or sets the root element of this part. </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.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(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.WordprocessingDocument"> <summary> Defines WordprocessingDocument - an OpenXmlPackage represents a Word document. </summary> <summary> Defines WordprocessingDocument - an OpenXmlPackage represents a Word document. </summary> </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 specified 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 specified 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 specified 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 a null reference.</exception> <exception cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackageException">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> <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 specified 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="M:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddLabelInfoPart"> <summary> Adds a LabelInfoPart to the WordprocessingDocument, this part is only available in Office2021. </summary> <returns>The newly added LabelInfoPart.</returns> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.RootPart"> <inheritdoc /> </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="P:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.LabelInfoPart"> <summary> Gets the LabelInfoPart of the WordprocessingDocument, only available in Office2021. </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.AlternativeFormatImportPart"> <summary> Defines the AlternativeFormatImportPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart.#ctor"> <summary> Creates an instance of the AlternativeFormatImportPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart.TargetFileExtension"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.CalculationChainPart"> <summary> Defines the CalculationChainPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.CalculationChainPart.#ctor"> <summary> Creates an instance of the CalculationChainPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CalculationChainPart.CalculationChain"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CalculationChainPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CalculationChainPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CalculationChainPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CalculationChainPart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.CellMetadataPart"> <summary> Defines the CellMetadataPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.CellMetadataPart.#ctor"> <summary> Creates an instance of the CellMetadataPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CellMetadataPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CellMetadataPart.Metadata"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CellMetadataPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CellMetadataPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CellMetadataPart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.ChartColorStylePart"> <summary> Defines the ChartColorStylePart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.ChartColorStylePart.#ctor"> <summary> Creates an instance of the ChartColorStylePart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ChartColorStylePart.ColorStyle"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ChartColorStylePart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ChartColorStylePart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ChartColorStylePart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ChartColorStylePart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.ChartDrawingPart"> <summary> Defines the ChartDrawingPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.ChartDrawingPart.#ctor"> <summary> Creates an instance of the ChartDrawingPart OpenXmlType </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.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ChartDrawingPart.ExtendedChartPart"> <summary> Gets the ExtendedChartPart 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.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ChartDrawingPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ChartDrawingPart.TargetPath"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ChartDrawingPart.UserShapes"> <summary> Gets or sets the root element of this part. </summary> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.ChartDrawingPart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.ChartPart"> <summary> Defines the ChartPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.ChartPart.#ctor"> <summary> Creates an instance of the ChartPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ChartPart.ChartColorStyleParts"> <summary> Gets the ChartColorStyleParts of the ChartPart </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.ChartSpace"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ChartPart.ChartStyleParts"> <summary> Gets the ChartStyleParts of the ChartPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ChartPart.ContentType"> <inheritdoc/> </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.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ChartPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ChartPart.TargetPath"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ChartPart.ThemeOverridePart"> <summary> Gets the ThemeOverridePart of the ChartPart </summary> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.ChartPart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.ChartsheetPart"> <summary> Defines the ChartsheetPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.ChartsheetPart.#ctor"> <summary> Creates an instance of the ChartsheetPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ChartsheetPart.Chartsheet"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ChartsheetPart.ContentType"> <inheritdoc/> </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.ImageParts"> <summary> Gets the ImageParts of the ChartsheetPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ChartsheetPart.RelationshipType"> <inheritdoc/> </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.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ChartsheetPart.TargetPath"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ChartsheetPart.VmlDrawingParts"> <summary> Gets the VmlDrawingParts of the ChartsheetPart </summary> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.ChartsheetPart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.ChartStylePart"> <summary> Defines the ChartStylePart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.ChartStylePart.#ctor"> <summary> Creates an instance of the ChartStylePart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ChartStylePart.ChartStyle"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ChartStylePart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ChartStylePart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ChartStylePart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ChartStylePart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.CommentAuthorsPart"> <summary> Defines the CommentAuthorsPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.#ctor"> <summary> Creates an instance of the CommentAuthorsPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.CommentAuthorList"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.ConnectionsPart"> <summary> Defines the ConnectionsPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.ConnectionsPart.#ctor"> <summary> Creates an instance of the ConnectionsPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ConnectionsPart.Connections"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ConnectionsPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ConnectionsPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ConnectionsPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ConnectionsPart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.ControlPropertiesPart"> <summary> Defines the ControlPropertiesPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.#ctor"> <summary> Creates an instance of the ControlPropertiesPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.FormControlProperties"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart"> <summary> Defines the CoreFilePropertiesPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart.#ctor"> <summary> Creates an instance of the CoreFilePropertiesPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.CustomDataPart"> <summary> Defines the CustomDataPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.CustomDataPart.#ctor"> <summary> Creates an instance of the CustomDataPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CustomDataPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CustomDataPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CustomDataPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CustomDataPart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart"> <summary> Defines the CustomDataPropertiesPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.#ctor"> <summary> Creates an instance of the CustomDataPropertiesPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.CustomDataPart"> <summary> Gets the CustomDataPart of the CustomDataPropertiesPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.DatastoreItem"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.TargetPath"> <inheritdoc/> </member> <member name="M:DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart"> <summary> Defines the CustomFilePropertiesPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.#ctor"> <summary> Creates an instance of the CustomFilePropertiesPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.Properties"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.CustomizationPart"> <summary> Defines the CustomizationPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.CustomizationPart.#ctor"> <summary> Creates an instance of the CustomizationPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CustomizationPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CustomizationPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CustomizationPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CustomizationPart.TargetPath"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CustomizationPart.TemplateCommandGroup"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CustomizationPart.WordAttachedToolbarsPart"> <summary> Gets the WordAttachedToolbarsPart of the CustomizationPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.CustomizationPart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.CustomPropertyPart"> <summary> Defines the CustomPropertyPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.CustomPropertyPart.#ctor"> <summary> Creates an instance of the CustomPropertyPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CustomPropertyPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CustomPropertyPart.TargetFileExtension"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CustomPropertyPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CustomPropertyPart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart"> <summary> Defines the CustomXmlMappingsPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.#ctor"> <summary> Creates an instance of the CustomXmlMappingsPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.MapInfo"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.CustomXmlPart"> <summary> Defines the CustomXmlPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.CustomXmlPart.#ctor"> <summary> Creates an instance of the CustomXmlPart OpenXmlType </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.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CustomXmlPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CustomXmlPart.TargetPath"> <inheritdoc/> </member> <member name="M:DocumentFormat.OpenXml.Packaging.CustomXmlPart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart"> <summary> Defines the CustomXmlPropertiesPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.#ctor"> <summary> Creates an instance of the CustomXmlPropertiesPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.DataStoreItem"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.DiagramColorsPart"> <summary> Defines the DiagramColorsPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.DiagramColorsPart.#ctor"> <summary> Creates an instance of the DiagramColorsPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DiagramColorsPart.ColorsDefinition"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DiagramColorsPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DiagramColorsPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DiagramColorsPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DiagramColorsPart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.DiagramDataPart"> <summary> Defines the DiagramDataPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.DiagramDataPart.#ctor"> <summary> Creates an instance of the DiagramDataPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DiagramDataPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DiagramDataPart.DataModelRoot"> <summary> Gets or sets the root element of this part. </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.RelationshipType"> <inheritdoc/> </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.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DiagramDataPart.TargetPath"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DiagramDataPart.WorksheetParts"> <summary> Gets the WorksheetParts of the DiagramDataPart </summary> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.DiagramDataPart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart"> <summary> Defines the DiagramLayoutDefinitionPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.#ctor"> <summary> Creates an instance of the DiagramLayoutDefinitionPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.ContentType"> <inheritdoc/> </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.LayoutDefinition"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.TargetPath"> <inheritdoc/> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart"> <summary> Defines the DiagramPersistLayoutPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.#ctor"> <summary> Creates an instance of the DiagramPersistLayoutPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.Drawing"> <summary> Gets or sets the root element of this part. </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.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.TargetPath"> <inheritdoc/> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.DiagramStylePart"> <summary> Defines the DiagramStylePart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.DiagramStylePart.#ctor"> <summary> Creates an instance of the DiagramStylePart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DiagramStylePart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DiagramStylePart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DiagramStylePart.StyleDefinition"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DiagramStylePart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DiagramStylePart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.DialogsheetPart"> <summary> Defines the DialogsheetPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.DialogsheetPart.#ctor"> <summary> Creates an instance of the DialogsheetPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DialogsheetPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DialogsheetPart.DialogSheet"> <summary> Gets or sets the root element of this part. </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.EmbeddedObjectParts"> <summary> Gets the EmbeddedObjectParts of the DialogsheetPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DialogsheetPart.RelationshipType"> <inheritdoc/> </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.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DialogsheetPart.TargetPath"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DialogsheetPart.VmlDrawingParts"> <summary> Gets the VmlDrawingParts of the DialogsheetPart </summary> </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> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.DialogsheetPart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart"> <summary> Defines the DigitalSignatureOriginPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart.#ctor"> <summary> Creates an instance of the DigitalSignatureOriginPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart.TargetFileExtension"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart.TargetPath"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart.XmlSignatureParts"> <summary> Gets the XmlSignatureParts of the DigitalSignatureOriginPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.DocumentSettingsPart"> <summary> Defines the DocumentSettingsPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.#ctor"> <summary> Creates an instance of the DocumentSettingsPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.ContentType"> <inheritdoc/> </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.MailMergeRecipientDataPart"> <summary> Gets the MailMergeRecipientDataPart of the DocumentSettingsPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.Settings"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.TargetPath"> <inheritdoc/> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.DocumentTasksPart"> <summary> Defines the DocumentTasksPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.DocumentTasksPart.#ctor"> <summary> Creates an instance of the DocumentTasksPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DocumentTasksPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DocumentTasksPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DocumentTasksPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DocumentTasksPart.TargetPath"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DocumentTasksPart.Tasks"> <summary> Gets or 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.#ctor"> <summary> Creates an instance of the DrawingsPart OpenXmlType </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.ContentType"> <inheritdoc/> </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.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.DiagramLayoutDefinitionParts"> <summary> Gets the DiagramLayoutDefinitionParts 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.DiagramStyleParts"> <summary> Gets the DiagramStyleParts of the DrawingsPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DrawingsPart.ExtendedChartParts"> <summary> Gets the ExtendedChartParts 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.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DrawingsPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DrawingsPart.TargetPath"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DrawingsPart.WebExtensionParts"> <summary> Gets the WebExtensionParts of the DrawingsPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.DrawingsPart.WorksheetDrawing"> <summary> Gets or sets the root element of this part. </summary> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.DrawingsPart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart"> <summary> Defines the EmbeddedControlPersistenceBinaryDataPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart.#ctor"> <summary> Creates an instance of the EmbeddedControlPersistenceBinaryDataPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart.TargetFileExtension"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart"> <summary> Defines the EmbeddedControlPersistencePart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.#ctor"> <summary> Creates an instance of the EmbeddedControlPersistencePart OpenXmlType </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.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.TargetFileExtension"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.TargetPath"> <inheritdoc/> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart"> <summary> Defines the EmbeddedObjectPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart.#ctor"> <summary> Creates an instance of the EmbeddedObjectPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart.TargetFileExtension"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart"> <summary> Defines the EmbeddedPackagePart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart.#ctor"> <summary> Creates an instance of the EmbeddedPackagePart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart.TargetFileExtension"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.EndnotesPart"> <summary> Defines the EndnotesPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.EndnotesPart.#ctor"> <summary> Creates an instance of the EndnotesPart OpenXmlType </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.ContentType"> <inheritdoc/> </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.DiagramLayoutDefinitionParts"> <summary> Gets the DiagramLayoutDefinitionParts 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.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.Endnotes"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.EndnotesPart.ExtendedChartParts"> <summary> Gets the ExtendedChartParts 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.Model3DReferenceRelationshipParts"> <summary> Gets the Model3DReferenceRelationshipParts of the EndnotesPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.EndnotesPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.EndnotesPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.EndnotesPart.TargetPath"> <inheritdoc/> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.EndnotesPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart)"> <summary> Adds a VideoReferenceRelationship to the EndnotesPart </summary> <param name="mediaDataPart">The part type of the VideoReferenceRelationship</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.EndnotesPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)"> <summary> Adds a VideoReferenceRelationship to the EndnotesPart </summary> <param name="mediaDataPart">The part type of the VideoReferenceRelationship</param> <param name="id">The relationship id</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.EndnotesPart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart"> <summary> Defines the ExcelAttachedToolbarsPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart.#ctor"> <summary> Creates an instance of the ExcelAttachedToolbarsPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart.TargetFileExtension"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.ExtendedChartPart"> <summary> Defines the ExtendedChartPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.ExtendedChartPart.#ctor"> <summary> Creates an instance of the ExtendedChartPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ChartColorStyleParts"> <summary> Gets the ChartColorStyleParts of the ExtendedChartPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ChartDrawingPart"> <summary> Gets the ChartDrawingPart of the ExtendedChartPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ChartSpace"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ChartStyleParts"> <summary> Gets the ChartStyleParts of the ExtendedChartPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ExtendedChartPart.EmbeddedPackagePart"> <summary> Gets the EmbeddedPackagePart of the ExtendedChartPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ImageParts"> <summary> Gets the ImageParts of the ExtendedChartPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ExtendedChartPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ExtendedChartPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ExtendedChartPart.TargetPath"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ThemeOverridePart"> <summary> Gets the ThemeOverridePart of the ExtendedChartPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.ExtendedChartPart.AddEmbeddedPackagePart(System.String)"> <summary> Adds a EmbeddedPackagePart to the ExtendedChartPart </summary> <param name="contentType">The content type of the EmbeddedPackagePart</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.ExtendedChartPart.AddImagePart(System.String)"> <summary> Adds a ImagePart to the ExtendedChartPart </summary> <param name="contentType">The content type of the ImagePart</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.ExtendedChartPart.AddImagePart(System.String,System.String)"> <summary> Adds a ImagePart to the ExtendedChartPart </summary> <param name="contentType">The content type of the ImagePart</param> <param name="id">The relationship id</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.ExtendedChartPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType,System.String)"> <summary> Adds a ImagePart to the ExtendedChartPart </summary> <param name="partType">The part type of the ImagePart</param> <param name="id">The relationship id</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.ExtendedChartPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType)"> <summary> Adds a ImagePart to the ExtendedChartPart </summary> <param name="partType">The part type of the ImagePart</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.ExtendedChartPart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart"> <summary> Defines the ExtendedFilePropertiesPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.#ctor"> <summary> Creates an instance of the ExtendedFilePropertiesPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.Properties"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart"> <summary> Defines the ExternalWorkbookPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.#ctor"> <summary> Creates an instance of the ExternalWorkbookPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.ExternalLink"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.FontPart"> <summary> Defines the FontPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.FontPart.#ctor"> <summary> Creates an instance of the FontPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.FontPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.FontPart.TargetFileExtension"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.FontPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.FontPart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.FontTablePart"> <summary> Defines the FontTablePart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.FontTablePart.#ctor"> <summary> Creates an instance of the FontTablePart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.FontTablePart.ContentType"> <inheritdoc/> </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.Fonts"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.FontTablePart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.FontTablePart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.FontTablePart.TargetPath"> <inheritdoc/> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.FontTablePart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.FooterPart"> <summary> Defines the FooterPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.FooterPart.#ctor"> <summary> Creates an instance of the FooterPart OpenXmlType </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.ContentType"> <inheritdoc/> </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.DiagramLayoutDefinitionParts"> <summary> Gets the DiagramLayoutDefinitionParts 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.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.ExtendedChartParts"> <summary> Gets the ExtendedChartParts of the FooterPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.FooterPart.Footer"> <summary> Gets or sets the root element of this part. </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.Model3DReferenceRelationshipParts"> <summary> Gets the Model3DReferenceRelationshipParts of the FooterPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.FooterPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.FooterPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.FooterPart.TargetPath"> <inheritdoc/> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.FooterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart)"> <summary> Adds a VideoReferenceRelationship to the FooterPart </summary> <param name="mediaDataPart">The part type of the VideoReferenceRelationship</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.FooterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)"> <summary> Adds a VideoReferenceRelationship to the FooterPart </summary> <param name="mediaDataPart">The part type of the VideoReferenceRelationship</param> <param name="id">The relationship id</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.FooterPart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.FootnotesPart"> <summary> Defines the FootnotesPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.FootnotesPart.#ctor"> <summary> Creates an instance of the FootnotesPart OpenXmlType </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.ContentType"> <inheritdoc/> </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.DiagramLayoutDefinitionParts"> <summary> Gets the DiagramLayoutDefinitionParts 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.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.ExtendedChartParts"> <summary> Gets the ExtendedChartParts of the FootnotesPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.FootnotesPart.Footnotes"> <summary> Gets or sets the root element of this part. </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.Model3DReferenceRelationshipParts"> <summary> Gets the Model3DReferenceRelationshipParts of the FootnotesPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.FootnotesPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.FootnotesPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.FootnotesPart.TargetPath"> <inheritdoc/> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.FootnotesPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart)"> <summary> Adds a VideoReferenceRelationship to the FootnotesPart </summary> <param name="mediaDataPart">The part type of the VideoReferenceRelationship</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.FootnotesPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)"> <summary> Adds a VideoReferenceRelationship to the FootnotesPart </summary> <param name="mediaDataPart">The part type of the VideoReferenceRelationship</param> <param name="id">The relationship id</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.FootnotesPart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart"> <summary> Defines the GlossaryDocumentPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.#ctor"> <summary> Creates an instance of the GlossaryDocumentPart OpenXmlType </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.ContentType"> <inheritdoc/> </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.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.DiagramLayoutDefinitionParts"> <summary> Gets the DiagramLayoutDefinitionParts 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.DiagramStyleParts"> <summary> Gets the DiagramStyleParts 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.DocumentTasksPart"> <summary> Gets the DocumentTasksPart 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.EndnotesPart"> <summary> Gets the EndnotesPart of the GlossaryDocumentPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.ExtendedChartParts"> <summary> Gets the ExtendedChartParts 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.FooterParts"> <summary> Gets the FooterParts 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.GlossaryDocument"> <summary> Gets or sets the root element of this part. </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.ImageParts"> <summary> Gets the ImageParts of the GlossaryDocumentPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.Model3DReferenceRelationshipParts"> <summary> Gets the Model3DReferenceRelationshipParts 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.RelationshipType"> <inheritdoc/> </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 </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.TargetPath"> <inheritdoc/> </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.WebSettingsPart"> <summary> Gets the WebSettingsPart of the GlossaryDocumentPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.WordCommentsExtensiblePart"> <summary> Gets the WordCommentsExtensiblePart 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.WordprocessingCommentsIdsPart"> <summary> Gets the WordprocessingCommentsIdsPart of the GlossaryDocumentPart </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.WordprocessingPeoplePart"> <summary> Gets the WordprocessingPeoplePart of the GlossaryDocumentPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.WordprocessingPrinterSettingsParts"> <summary> Gets the WordprocessingPrinterSettingsParts of the GlossaryDocumentPart </summary> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart)"> <summary> Adds a VideoReferenceRelationship to the GlossaryDocumentPart </summary> <param name="mediaDataPart">The part type of the VideoReferenceRelationship</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)"> <summary> Adds a VideoReferenceRelationship to the GlossaryDocumentPart </summary> <param name="mediaDataPart">The part type of the VideoReferenceRelationship</param> <param name="id">The relationship id</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.HandoutMasterPart"> <summary> Defines the HandoutMasterPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.#ctor"> <summary> Creates an instance of the HandoutMasterPart OpenXmlType </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.ContentType"> <inheritdoc/> </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.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.DiagramLayoutDefinitionParts"> <summary> Gets the DiagramLayoutDefinitionParts 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.DiagramStyleParts"> <summary> Gets the DiagramStyleParts 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.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.ExtendedChartParts"> <summary> Gets the ExtendedChartParts of the HandoutMasterPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.HandoutMaster"> <summary> Gets or sets the root element of this part. </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.Model3DReferenceRelationshipParts"> <summary> Gets the Model3DReferenceRelationshipParts of the HandoutMasterPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.RelationshipType"> <inheritdoc/> </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.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.TargetPath"> <inheritdoc/> </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.VmlDrawingParts"> <summary> Gets the VmlDrawingParts of the HandoutMasterPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart)"> <summary> Adds a AudioReferenceRelationship to the HandoutMasterPart </summary> <param name="mediaDataPart">The part type of the AudioReferenceRelationship</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)"> <summary> Adds a AudioReferenceRelationship to the HandoutMasterPart </summary> <param name="mediaDataPart">The part type of the AudioReferenceRelationship</param> <param name="id">The relationship id</param> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart)"> <summary> Adds a VideoReferenceRelationship to the HandoutMasterPart </summary> <param name="mediaDataPart">The part type of the VideoReferenceRelationship</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)"> <summary> Adds a VideoReferenceRelationship to the HandoutMasterPart </summary> <param name="mediaDataPart">The part type of the VideoReferenceRelationship</param> <param name="id">The relationship id</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.HeaderPart"> <summary> Defines the HeaderPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.HeaderPart.#ctor"> <summary> Creates an instance of the HeaderPart OpenXmlType </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.ContentType"> <inheritdoc/> </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.DiagramLayoutDefinitionParts"> <summary> Gets the DiagramLayoutDefinitionParts 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.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.ExtendedChartParts"> <summary> Gets the ExtendedChartParts of the HeaderPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.HeaderPart.Header"> <summary> Gets or sets the root element of this part. </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.Model3DReferenceRelationshipParts"> <summary> Gets the Model3DReferenceRelationshipParts of the HeaderPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.HeaderPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.HeaderPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.HeaderPart.TargetPath"> <inheritdoc/> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.HeaderPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart)"> <summary> Adds a VideoReferenceRelationship to the HeaderPart </summary> <param name="mediaDataPart">The part type of the VideoReferenceRelationship</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.HeaderPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)"> <summary> Adds a VideoReferenceRelationship to the HeaderPart </summary> <param name="mediaDataPart">The part type of the VideoReferenceRelationship</param> <param name="id">The relationship id</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.HeaderPart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.ImagePart"> <summary> Defines the ImagePart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.ImagePart.#ctor"> <summary> Creates an instance of the ImagePart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ImagePart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ImagePart.TargetFileExtension"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ImagePart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ImagePart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart"> <summary> Defines the InternationalMacroSheetPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.#ctor"> <summary> Creates an instance of the InternationalMacroSheetPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.ContentType"> <inheritdoc/> </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.DrawingsPart"> <summary> Gets the DrawingsPart 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.RelationshipType"> <inheritdoc/> </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.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.TargetPath"> <inheritdoc/> </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="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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.LabelInfoPart"> <summary> Defines the LabelInfoPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.LabelInfoPart.#ctor"> <summary> Creates an instance of the LabelInfoPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.LabelInfoPart.ClassificationLabelList"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.LabelInfoPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.LabelInfoPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.LabelInfoPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.LabelInfoPart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart"> <summary> Defines the LegacyDiagramTextInfoPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart.#ctor"> <summary> Creates an instance of the LegacyDiagramTextInfoPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart.TargetFileExtension"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.LegacyDiagramTextPart"> <summary> Defines the LegacyDiagramTextPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.LegacyDiagramTextPart.#ctor"> <summary> Creates an instance of the LegacyDiagramTextPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.LegacyDiagramTextPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.LegacyDiagramTextPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.LegacyDiagramTextPart.TargetFileExtension"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.LegacyDiagramTextPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.LegacyDiagramTextPart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.MacroSheetPart"> <summary> Defines the MacroSheetPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.MacroSheetPart.#ctor"> <summary> Creates an instance of the MacroSheetPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.MacroSheetPart.ContentType"> <inheritdoc/> </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.DrawingsPart"> <summary> Gets the DrawingsPart 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.Macrosheet"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.MacroSheetPart.RelationshipType"> <inheritdoc/> </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.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.MacroSheetPart.TargetPath"> <inheritdoc/> </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="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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.MacroSheetPart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.MainDocumentPart"> <summary> Defines the MainDocumentPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.MainDocumentPart.#ctor"> <summary> Creates an instance of the MainDocumentPart OpenXmlType </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.CustomizationPart"> <summary> Gets the CustomizationPart of the MainDocumentPart </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.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.DiagramLayoutDefinitionParts"> <summary> Gets the DiagramLayoutDefinitionParts 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.DiagramStyleParts"> <summary> Gets the DiagramStyleParts of the MainDocumentPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.MainDocumentPart.Document"> <summary> Gets or sets the root element of this part. </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.DocumentTasksPart"> <summary> Gets the DocumentTasksPart 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.EndnotesPart"> <summary> Gets the EndnotesPart of the MainDocumentPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.MainDocumentPart.ExtendedChartParts"> <summary> Gets the ExtendedChartParts 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.FooterParts"> <summary> Gets the FooterParts 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.GlossaryDocumentPart"> <summary> Gets the GlossaryDocumentPart 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.ImageParts"> <summary> Gets the ImageParts of the MainDocumentPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.MainDocumentPart.Model3DReferenceRelationshipParts"> <summary> Gets the Model3DReferenceRelationshipParts 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.RelationshipType"> <inheritdoc/> </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 </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.MainDocumentPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.MainDocumentPart.TargetPath"> <inheritdoc/> </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.VbaProjectPart"> <summary> Gets the VbaProjectPart of the MainDocumentPart </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.WordCommentsExtensiblePart"> <summary> Gets the WordCommentsExtensiblePart 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.WordprocessingCommentsIdsPart"> <summary> Gets the WordprocessingCommentsIdsPart 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.WordprocessingPeoplePart"> <summary> Gets the WordprocessingPeoplePart of the MainDocumentPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.MainDocumentPart.WordprocessingPrinterSettingsParts"> <summary> Gets the WordprocessingPrinterSettingsParts of the MainDocumentPart </summary> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart)"> <summary> Adds a VideoReferenceRelationship to the MainDocumentPart </summary> <param name="mediaDataPart">The part type of the VideoReferenceRelationship</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)"> <summary> Adds a VideoReferenceRelationship to the MainDocumentPart </summary> <param name="mediaDataPart">The part type of the VideoReferenceRelationship</param> <param name="id">The relationship id</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.MainDocumentPart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.NamedSheetViewsPart"> <summary> Defines the NamedSheetViewsPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.NamedSheetViewsPart.#ctor"> <summary> Creates an instance of the NamedSheetViewsPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.NamedSheetViewsPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.NamedSheetViewsPart.NamedSheetViews"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.NamedSheetViewsPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.NamedSheetViewsPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.NamedSheetViewsPart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.NotesMasterPart"> <summary> Defines the NotesMasterPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.NotesMasterPart.#ctor"> <summary> Creates an instance of the NotesMasterPart OpenXmlType </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.ContentType"> <inheritdoc/> </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.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.DiagramLayoutDefinitionParts"> <summary> Gets the DiagramLayoutDefinitionParts 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.DiagramStyleParts"> <summary> Gets the DiagramStyleParts 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.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.ExtendedChartParts"> <summary> Gets the ExtendedChartParts 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.Model3DReferenceRelationshipParts"> <summary> Gets the Model3DReferenceRelationshipParts of the NotesMasterPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.NotesMasterPart.NotesMaster"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.NotesMasterPart.RelationshipType"> <inheritdoc/> </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.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.NotesMasterPart.TargetPath"> <inheritdoc/> </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.VmlDrawingParts"> <summary> Gets the VmlDrawingParts of the NotesMasterPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart)"> <summary> Adds a AudioReferenceRelationship to the NotesMasterPart </summary> <param name="mediaDataPart">The part type of the AudioReferenceRelationship</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)"> <summary> Adds a AudioReferenceRelationship to the NotesMasterPart </summary> <param name="mediaDataPart">The part type of the AudioReferenceRelationship</param> <param name="id">The relationship id</param> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart)"> <summary> Adds a VideoReferenceRelationship to the NotesMasterPart </summary> <param name="mediaDataPart">The part type of the VideoReferenceRelationship</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)"> <summary> Adds a VideoReferenceRelationship to the NotesMasterPart </summary> <param name="mediaDataPart">The part type of the VideoReferenceRelationship</param> <param name="id">The relationship id</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.NotesMasterPart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.NotesSlidePart"> <summary> Defines the NotesSlidePart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.NotesSlidePart.#ctor"> <summary> Creates an instance of the NotesSlidePart OpenXmlType </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.ContentType"> <inheritdoc/> </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.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.DiagramLayoutDefinitionParts"> <summary> Gets the DiagramLayoutDefinitionParts 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.DiagramStyleParts"> <summary> Gets the DiagramStyleParts 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.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.ExtendedChartParts"> <summary> Gets the ExtendedChartParts 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.Model3DReferenceRelationshipParts"> <summary> Gets the Model3DReferenceRelationshipParts 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.NotesSlide"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.NotesSlidePart.RelationshipType"> <inheritdoc/> </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.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.NotesSlidePart.TargetPath"> <inheritdoc/> </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.UserDefinedTagsParts"> <summary> Gets the UserDefinedTagsParts of the NotesSlidePart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.NotesSlidePart.VmlDrawingParts"> <summary> Gets the VmlDrawingParts of the NotesSlidePart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart)"> <summary> Adds a AudioReferenceRelationship to the NotesSlidePart </summary> <param name="mediaDataPart">The part type of the AudioReferenceRelationship</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)"> <summary> Adds a AudioReferenceRelationship to the NotesSlidePart </summary> <param name="mediaDataPart">The part type of the AudioReferenceRelationship</param> <param name="id">The relationship id</param> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart)"> <summary> Adds a VideoReferenceRelationship to the NotesSlidePart </summary> <param name="mediaDataPart">The part type of the VideoReferenceRelationship</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)"> <summary> Adds a VideoReferenceRelationship to the NotesSlidePart </summary> <param name="mediaDataPart">The part type of the VideoReferenceRelationship</param> <param name="id">The relationship id</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.NotesSlidePart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart"> <summary> Defines the NumberingDefinitionsPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.#ctor"> <summary> Creates an instance of the NumberingDefinitionsPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.ContentType"> <inheritdoc/> </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.Numbering"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.TargetPath"> <inheritdoc/> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart"> <summary> Defines the PivotTableCacheDefinitionPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.#ctor"> <summary> Creates an instance of the PivotTableCacheDefinitionPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.PivotCacheDefinition"> <summary> Gets or sets the root element of this part. </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.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.TargetPath"> <inheritdoc/> </member> <member name="M:DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart"> <summary> Defines the PivotTableCacheRecordsPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.#ctor"> <summary> Creates an instance of the PivotTableCacheRecordsPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.PivotCacheRecords"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.PivotTablePart"> <summary> Defines the PivotTablePart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.PivotTablePart.#ctor"> <summary> Creates an instance of the PivotTablePart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.PivotTablePart.ContentType"> <inheritdoc/> </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.PivotTableDefinition"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.PivotTablePart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.PivotTablePart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.PivotTablePart.TargetPath"> <inheritdoc/> </member> <member name="M:DocumentFormat.OpenXml.Packaging.PivotTablePart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.PowerPointAuthorsPart"> <summary> Defines the PowerPointAuthorsPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.PowerPointAuthorsPart.#ctor"> <summary> Creates an instance of the PowerPointAuthorsPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.PowerPointAuthorsPart.AuthorList"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.PowerPointAuthorsPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.PowerPointAuthorsPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.PowerPointAuthorsPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.PowerPointAuthorsPart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.PowerPointCommentPart"> <summary> Defines the PowerPointCommentPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.PowerPointCommentPart.#ctor"> <summary> Creates an instance of the PowerPointCommentPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.PowerPointCommentPart.CommentList"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.PowerPointCommentPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.PowerPointCommentPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.PowerPointCommentPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.PowerPointCommentPart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.PresentationPart"> <summary> Defines the PresentationPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.PresentationPart.#ctor"> <summary> Creates an instance of the PresentationPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.PresentationPart.authorsPart"> <summary> Gets the authorsPart 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.commentParts"> <summary> Gets the commentParts of the PresentationPart </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.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.NotesMasterPart"> <summary> Gets the NotesMasterPart of the PresentationPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.PresentationPart.Presentation"> <summary> Gets or sets the root element of this part. </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.RelationshipType"> <inheritdoc/> </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.SlideParts"> <summary> Gets the SlideParts 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.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.PresentationPart.TargetPath"> <inheritdoc/> </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.UserDefinedTagsPart"> <summary> Gets the UserDefinedTagsPart 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.ViewPropertiesPart"> <summary> Gets the ViewPropertiesPart of the PresentationPart </summary> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.PresentationPart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart"> <summary> Defines the PresentationPropertiesPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.#ctor"> <summary> Creates an instance of the PresentationPropertiesPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.PresentationProperties"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.QueryTablePart"> <summary> Defines the QueryTablePart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.QueryTablePart.#ctor"> <summary> Creates an instance of the QueryTablePart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.QueryTablePart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.QueryTablePart.QueryTable"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.QueryTablePart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.QueryTablePart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.QueryTablePart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart"> <summary> Defines the QuickAccessToolbarCustomizationsPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart.#ctor"> <summary> Creates an instance of the QuickAccessToolbarCustomizationsPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.RdArrayPart"> <summary> Defines the RdArrayPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.RdArrayPart.#ctor"> <summary> Creates an instance of the RdArrayPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RdArrayPart.ArrayData"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RdArrayPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RdArrayPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RdArrayPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RdArrayPart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.RdRichValuePart"> <summary> Defines the RdRichValuePart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.RdRichValuePart.#ctor"> <summary> Creates an instance of the RdRichValuePart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RdRichValuePart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RdRichValuePart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RdRichValuePart.RichValueData"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RdRichValuePart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RdRichValuePart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.RdRichValueStructurePart"> <summary> Defines the RdRichValueStructurePart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.RdRichValueStructurePart.#ctor"> <summary> Creates an instance of the RdRichValueStructurePart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RdRichValueStructurePart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RdRichValueStructurePart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RdRichValueStructurePart.RichValueStructures"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RdRichValueStructurePart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RdRichValueStructurePart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.RdRichValueTypesPart"> <summary> Defines the RdRichValueTypesPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.RdRichValueTypesPart.#ctor"> <summary> Creates an instance of the RdRichValueTypesPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RdRichValueTypesPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RdRichValueTypesPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RdRichValueTypesPart.RichValueTypesInfo"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RdRichValueTypesPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RdRichValueTypesPart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.RdRichValueWebImagePart"> <summary> Defines the RdRichValueWebImagePart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.RdRichValueWebImagePart.#ctor"> <summary> Creates an instance of the RdRichValueWebImagePart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RdRichValueWebImagePart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RdRichValueWebImagePart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RdRichValueWebImagePart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RdRichValueWebImagePart.TargetPath"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RdRichValueWebImagePart.WebImagesSupportingRichData"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="T:DocumentFormat.OpenXml.Packaging.RdSupportingPropertyBagPart"> <summary> Defines the RdSupportingPropertyBagPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.RdSupportingPropertyBagPart.#ctor"> <summary> Creates an instance of the RdSupportingPropertyBagPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RdSupportingPropertyBagPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RdSupportingPropertyBagPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RdSupportingPropertyBagPart.SupportingPropertyBags"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RdSupportingPropertyBagPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RdSupportingPropertyBagPart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.RdSupportingPropertyBagStructurePart"> <summary> Defines the RdSupportingPropertyBagStructurePart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.RdSupportingPropertyBagStructurePart.#ctor"> <summary> Creates an instance of the RdSupportingPropertyBagStructurePart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RdSupportingPropertyBagStructurePart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RdSupportingPropertyBagStructurePart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RdSupportingPropertyBagStructurePart.SupportingPropertyBagStructures"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RdSupportingPropertyBagStructurePart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RdSupportingPropertyBagStructurePart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart"> <summary> Defines the RibbonAndBackstageCustomizationsPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.#ctor"> <summary> Creates an instance of the RibbonAndBackstageCustomizationsPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.CustomUI"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.ImageParts"> <summary> Gets the ImageParts of the RibbonAndBackstageCustomizationsPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.TargetPath"> <inheritdoc/> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart"> <summary> Defines the RibbonExtensibilityPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.#ctor"> <summary> Creates an instance of the RibbonExtensibilityPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.ContentType"> <inheritdoc/> </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.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.TargetPath"> <inheritdoc/> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.RichStylesPart"> <summary> Defines the RichStylesPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.RichStylesPart.#ctor"> <summary> Creates an instance of the RichStylesPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RichStylesPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RichStylesPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RichStylesPart.RichStylesheet"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RichStylesPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.RichStylesPart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.SharedStringTablePart"> <summary> Defines the SharedStringTablePart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.SharedStringTablePart.#ctor"> <summary> Creates an instance of the SharedStringTablePart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.SharedStringTablePart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.SharedStringTablePart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.SharedStringTablePart.SharedStringTable"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.SharedStringTablePart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.SharedStringTablePart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.SingleCellTablePart"> <summary> Defines the SingleCellTablePart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.SingleCellTablePart.#ctor"> <summary> Creates an instance of the SingleCellTablePart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.SingleCellTablePart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.SingleCellTablePart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.SingleCellTablePart.SingleXmlCells"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.SingleCellTablePart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.SingleCellTablePart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.SlicerCachePart"> <summary> Defines the SlicerCachePart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.SlicerCachePart.#ctor"> <summary> Creates an instance of the SlicerCachePart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.SlicerCachePart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.SlicerCachePart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.SlicerCachePart.SlicerCacheDefinition"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.SlicerCachePart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.SlicerCachePart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.SlicersPart"> <summary> Defines the SlicersPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.SlicersPart.#ctor"> <summary> Creates an instance of the SlicersPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.SlicersPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.SlicersPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.SlicersPart.Slicers"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.SlicersPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.SlicersPart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.SlideCommentsPart"> <summary> Defines the SlideCommentsPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.SlideCommentsPart.#ctor"> <summary> Creates an instance of the SlideCommentsPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.SlideCommentsPart.CommentList"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.SlideCommentsPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.SlideCommentsPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.SlideCommentsPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.SlideCommentsPart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.SlideLayoutPart"> <summary> Defines the SlideLayoutPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.#ctor"> <summary> Creates an instance of the SlideLayoutPart OpenXmlType </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.ContentType"> <inheritdoc/> </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.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.DiagramLayoutDefinitionParts"> <summary> Gets the DiagramLayoutDefinitionParts 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.DiagramStyleParts"> <summary> Gets the DiagramStyleParts 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.EmbeddedControlPersistenceParts"> <summary> Gets the EmbeddedControlPersistenceParts 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.ExtendedChartParts"> <summary> Gets the ExtendedChartParts 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.Model3DReferenceRelationshipParts"> <summary> Gets the Model3DReferenceRelationshipParts of the SlideLayoutPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.SlideLayout"> <summary> Gets or sets the root element of this part. </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.SlideParts"> <summary> Gets the SlideParts of the SlideLayoutPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.TargetPath"> <inheritdoc/> </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.VmlDrawingParts"> <summary> Gets the VmlDrawingParts of the SlideLayoutPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart)"> <summary> Adds a AudioReferenceRelationship to the SlideLayoutPart </summary> <param name="mediaDataPart">The part type of the AudioReferenceRelationship</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)"> <summary> Adds a AudioReferenceRelationship to the SlideLayoutPart </summary> <param name="mediaDataPart">The part type of the AudioReferenceRelationship</param> <param name="id">The relationship id</param> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddMediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart)"> <summary> Adds a MediaReferenceRelationship to the SlideLayoutPart </summary> <param name="mediaDataPart">The part type of the MediaReferenceRelationship</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddMediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)"> <summary> Adds a MediaReferenceRelationship to the SlideLayoutPart </summary> <param name="mediaDataPart">The part type of the MediaReferenceRelationship</param> <param name="id">The relationship id</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart)"> <summary> Adds a VideoReferenceRelationship to the SlideLayoutPart </summary> <param name="mediaDataPart">The part type of the VideoReferenceRelationship</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)"> <summary> Adds a VideoReferenceRelationship to the SlideLayoutPart </summary> <param name="mediaDataPart">The part type of the VideoReferenceRelationship</param> <param name="id">The relationship id</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.SlideMasterPart"> <summary> Defines the SlideMasterPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.SlideMasterPart.#ctor"> <summary> Creates an instance of the SlideMasterPart OpenXmlType </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.ContentType"> <inheritdoc/> </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.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.DiagramLayoutDefinitionParts"> <summary> Gets the DiagramLayoutDefinitionParts 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.DiagramStyleParts"> <summary> Gets the DiagramStyleParts 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.EmbeddedControlPersistenceParts"> <summary> Gets the EmbeddedControlPersistenceParts 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.ExtendedChartParts"> <summary> Gets the ExtendedChartParts 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.Model3DReferenceRelationshipParts"> <summary> Gets the Model3DReferenceRelationshipParts of the SlideMasterPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.SlideMasterPart.RelationshipType"> <inheritdoc/> </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.SlideMaster"> <summary> Gets or sets the root element of this part. </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.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.SlideMasterPart.TargetPath"> <inheritdoc/> </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.UserDefinedTagsParts"> <summary> Gets the UserDefinedTagsParts of the SlideMasterPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.SlideMasterPart.VmlDrawingParts"> <summary> Gets the VmlDrawingParts of the SlideMasterPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart)"> <summary> Adds a AudioReferenceRelationship to the SlideMasterPart </summary> <param name="mediaDataPart">The part type of the AudioReferenceRelationship</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)"> <summary> Adds a AudioReferenceRelationship to the SlideMasterPart </summary> <param name="mediaDataPart">The part type of the AudioReferenceRelationship</param> <param name="id">The relationship id</param> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddMediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart)"> <summary> Adds a MediaReferenceRelationship to the SlideMasterPart </summary> <param name="mediaDataPart">The part type of the MediaReferenceRelationship</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddMediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)"> <summary> Adds a MediaReferenceRelationship to the SlideMasterPart </summary> <param name="mediaDataPart">The part type of the MediaReferenceRelationship</param> <param name="id">The relationship id</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart)"> <summary> Adds a VideoReferenceRelationship to the SlideMasterPart </summary> <param name="mediaDataPart">The part type of the VideoReferenceRelationship</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)"> <summary> Adds a VideoReferenceRelationship to the SlideMasterPart </summary> <param name="mediaDataPart">The part type of the VideoReferenceRelationship</param> <param name="id">The relationship id</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.SlideMasterPart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.SlidePart"> <summary> Defines the SlidePart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.SlidePart.#ctor"> <summary> Creates an instance of the SlidePart OpenXmlType </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.ContentType"> <inheritdoc/> </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.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.DiagramLayoutDefinitionParts"> <summary> Gets the DiagramLayoutDefinitionParts 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.DiagramStyleParts"> <summary> Gets the DiagramStyleParts 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.EmbeddedControlPersistenceParts"> <summary> Gets the EmbeddedControlPersistenceParts 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.ExtendedChartParts"> <summary> Gets the ExtendedChartParts 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.Model3DReferenceRelationshipParts"> <summary> Gets the Model3DReferenceRelationshipParts 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.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.SlidePart.Slide"> <summary> Gets or sets the root element of this part. </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.SlideLayoutPart"> <summary> Gets the SlideLayoutPart 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.SlideSyncDataPart"> <summary> Gets the SlideSyncDataPart of the SlidePart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.SlidePart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.SlidePart.TargetPath"> <inheritdoc/> </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.UserDefinedTagsParts"> <summary> Gets the UserDefinedTagsParts 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.WebExtensionParts"> <summary> Gets the WebExtensionParts of the SlidePart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.SlidePart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart)"> <summary> Adds a AudioReferenceRelationship to the SlidePart </summary> <param name="mediaDataPart">The part type of the AudioReferenceRelationship</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.SlidePart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)"> <summary> Adds a AudioReferenceRelationship to the SlidePart </summary> <param name="mediaDataPart">The part type of the AudioReferenceRelationship</param> <param name="id">The relationship id</param> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.SlidePart.AddMediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart)"> <summary> Adds a MediaReferenceRelationship to the SlidePart </summary> <param name="mediaDataPart">The part type of the MediaReferenceRelationship</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.SlidePart.AddMediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)"> <summary> Adds a MediaReferenceRelationship to the SlidePart </summary> <param name="mediaDataPart">The part type of the MediaReferenceRelationship</param> <param name="id">The relationship id</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.SlidePart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart)"> <summary> Adds a VideoReferenceRelationship to the SlidePart </summary> <param name="mediaDataPart">The part type of the VideoReferenceRelationship</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.SlidePart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)"> <summary> Adds a VideoReferenceRelationship to the SlidePart </summary> <param name="mediaDataPart">The part type of the VideoReferenceRelationship</param> <param name="id">The relationship id</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.SlidePart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.SlideSyncDataPart"> <summary> Defines the SlideSyncDataPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.#ctor"> <summary> Creates an instance of the SlideSyncDataPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.SlideSyncProperties"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.SpreadsheetPrinterSettingsPart"> <summary> Defines the SpreadsheetPrinterSettingsPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetPrinterSettingsPart.#ctor"> <summary> Creates an instance of the SpreadsheetPrinterSettingsPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.SpreadsheetPrinterSettingsPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.SpreadsheetPrinterSettingsPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.SpreadsheetPrinterSettingsPart.TargetFileExtension"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.SpreadsheetPrinterSettingsPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.SpreadsheetPrinterSettingsPart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart"> <summary> Defines the StyleDefinitionsPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart.#ctor"> <summary> Creates an instance of the StyleDefinitionsPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart"> <summary> Defines the StylesWithEffectsPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart.#ctor"> <summary> Creates an instance of the StylesWithEffectsPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.TableDefinitionPart"> <summary> Defines the TableDefinitionPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.TableDefinitionPart.#ctor"> <summary> Creates an instance of the TableDefinitionPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.TableDefinitionPart.ContentType"> <inheritdoc/> </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.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.TableDefinitionPart.Table"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.TableDefinitionPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.TableDefinitionPart.TargetPath"> <inheritdoc/> </member> <member name="M:DocumentFormat.OpenXml.Packaging.TableDefinitionPart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.TableStylesPart"> <summary> Defines the TableStylesPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.TableStylesPart.#ctor"> <summary> Creates an instance of the TableStylesPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.TableStylesPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.TableStylesPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.TableStylesPart.TableStyleList"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.TableStylesPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.TableStylesPart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.ThemeOverridePart"> <summary> Defines the ThemeOverridePart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.ThemeOverridePart.#ctor"> <summary> Creates an instance of the ThemeOverridePart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ThemeOverridePart.ContentType"> <inheritdoc/> </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.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ThemeOverridePart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ThemeOverridePart.TargetPath"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ThemeOverridePart.ThemeOverride"> <summary> Gets or sets the root element of this part. </summary> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.ThemeOverridePart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.ThemePart"> <summary> Defines the ThemePart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.ThemePart.#ctor"> <summary> Creates an instance of the ThemePart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ThemePart.ContentType"> <inheritdoc/> </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.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ThemePart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ThemePart.TargetPath"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ThemePart.Theme"> <summary> Gets or sets the root element of this part. </summary> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.ThemePart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.ThumbnailPart"> <summary> Defines the ThumbnailPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.ThumbnailPart.#ctor"> <summary> Creates an instance of the ThumbnailPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ThumbnailPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ThumbnailPart.TargetFileExtension"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ThumbnailPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ThumbnailPart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.TimeLineCachePart"> <summary> Defines the TimeLineCachePart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.TimeLineCachePart.#ctor"> <summary> Creates an instance of the TimeLineCachePart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.TimeLineCachePart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.TimeLineCachePart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.TimeLineCachePart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.TimeLineCachePart.TargetPath"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.TimeLineCachePart.TimelineCacheDefinition"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="T:DocumentFormat.OpenXml.Packaging.TimeLinePart"> <summary> Defines the TimeLinePart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.TimeLinePart.#ctor"> <summary> Creates an instance of the TimeLinePart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.TimeLinePart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.TimeLinePart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.TimeLinePart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.TimeLinePart.TargetPath"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.TimeLinePart.Timelines"> <summary> Gets or 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.#ctor"> <summary> Creates an instance of the UserDefinedTagsPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.TagList"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.VbaDataPart"> <summary> Defines the VbaDataPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.VbaDataPart.#ctor"> <summary> Creates an instance of the VbaDataPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.VbaDataPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.VbaDataPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.VbaDataPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.VbaDataPart.TargetPath"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.VbaDataPart.VbaSuppData"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="T:DocumentFormat.OpenXml.Packaging.VbaProjectPart"> <summary> Defines the VbaProjectPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.VbaProjectPart.#ctor"> <summary> Creates an instance of the VbaProjectPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.VbaProjectPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.VbaProjectPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.VbaProjectPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.VbaProjectPart.TargetPath"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.VbaProjectPart.VbaDataPart"> <summary> Gets the VbaDataPart of the VbaProjectPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.VbaProjectPart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.ViewPropertiesPart"> <summary> Defines the ViewPropertiesPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.#ctor"> <summary> Creates an instance of the ViewPropertiesPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.RelationshipType"> <inheritdoc/> </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.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.TargetPath"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.ViewProperties"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.VmlDrawingPart"> <summary> Defines the VmlDrawingPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.VmlDrawingPart.#ctor"> <summary> Creates an instance of the VmlDrawingPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.VmlDrawingPart.ContentType"> <inheritdoc/> </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.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.VmlDrawingPart.TargetFileExtension"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.VmlDrawingPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.VmlDrawingPart.TargetPath"> <inheritdoc/> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.VmlDrawingPart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart"> <summary> Defines the VolatileDependenciesPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.#ctor"> <summary> Creates an instance of the VolatileDependenciesPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.TargetPath"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.VolatileTypes"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="T:DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart"> <summary> Defines the WebExTaskpanesPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.#ctor"> <summary> Creates an instance of the WebExTaskpanesPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.TargetPath"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.TargetPathOfExcel"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.TargetPathOfPPT"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.TargetPathOfWord"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.Taskpanes"> <summary> Gets or sets the root element of this part. </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.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.WebExtensionPart"> <summary> Defines the WebExtensionPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.WebExtensionPart.#ctor"> <summary> Creates an instance of the WebExtensionPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WebExtensionPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WebExtensionPart.ImageParts"> <summary> Gets the ImageParts of the WebExtensionPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WebExtensionPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WebExtensionPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WebExtensionPart.TargetPath"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WebExtensionPart.WebExtension"> <summary> Gets or sets the root element of this part. </summary> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.WebExtensionPart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.WebSettingsPart"> <summary> Defines the WebSettingsPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.WebSettingsPart.#ctor"> <summary> Creates an instance of the WebSettingsPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WebSettingsPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WebSettingsPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WebSettingsPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WebSettingsPart.TargetPath"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WebSettingsPart.WebSettings"> <summary> Gets or 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.#ctor"> <summary> Creates an instance of the WordAttachedToolbarsPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart.TargetFileExtension"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.WordCommentsExtensiblePart"> <summary> Defines the WordCommentsExtensiblePart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.WordCommentsExtensiblePart.#ctor"> <summary> Creates an instance of the WordCommentsExtensiblePart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordCommentsExtensiblePart.CommentsExtensible"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordCommentsExtensiblePart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordCommentsExtensiblePart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordCommentsExtensiblePart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordCommentsExtensiblePart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart"> <summary> Defines the WordprocessingCommentsExPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.#ctor"> <summary> Creates an instance of the WordprocessingCommentsExPart OpenXmlType </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.CommentsEx"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.ContentType"> <inheritdoc/> </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.DiagramLayoutDefinitionParts"> <summary> Gets the DiagramLayoutDefinitionParts 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.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.ExtendedChartParts"> <summary> Gets the ExtendedChartParts of the WordprocessingCommentsExPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.ImageParts"> <summary> Gets the ImageParts of the WordprocessingCommentsExPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.Model3DReferenceRelationshipParts"> <summary> Gets the Model3DReferenceRelationshipParts of the WordprocessingCommentsExPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.TargetPath"> <inheritdoc/> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart)"> <summary> Adds a VideoReferenceRelationship to the WordprocessingCommentsExPart </summary> <param name="mediaDataPart">The part type of the VideoReferenceRelationship</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)"> <summary> Adds a VideoReferenceRelationship to the WordprocessingCommentsExPart </summary> <param name="mediaDataPart">The part type of the VideoReferenceRelationship</param> <param name="id">The relationship id</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart"> <summary> Defines the WordprocessingCommentsIdsPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.#ctor"> <summary> Creates an instance of the WordprocessingCommentsIdsPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AlternativeFormatImportParts"> <summary> Gets the AlternativeFormatImportParts of the WordprocessingCommentsIdsPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.ChartParts"> <summary> Gets the ChartParts of the WordprocessingCommentsIdsPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.CommentsIds"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.DiagramColorsParts"> <summary> Gets the DiagramColorsParts of the WordprocessingCommentsIdsPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.DiagramDataParts"> <summary> Gets the DiagramDataParts of the WordprocessingCommentsIdsPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.DiagramLayoutDefinitionParts"> <summary> Gets the DiagramLayoutDefinitionParts of the WordprocessingCommentsIdsPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.DiagramPersistLayoutParts"> <summary> Gets the DiagramPersistLayoutParts of the WordprocessingCommentsIdsPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.DiagramStyleParts"> <summary> Gets the DiagramStyleParts of the WordprocessingCommentsIdsPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.EmbeddedControlPersistenceParts"> <summary> Gets the EmbeddedControlPersistenceParts of the WordprocessingCommentsIdsPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.EmbeddedObjectParts"> <summary> Gets the EmbeddedObjectParts of the WordprocessingCommentsIdsPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.EmbeddedPackageParts"> <summary> Gets the EmbeddedPackageParts of the WordprocessingCommentsIdsPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.ExtendedChartParts"> <summary> Gets the ExtendedChartParts of the WordprocessingCommentsIdsPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.ImageParts"> <summary> Gets the ImageParts of the WordprocessingCommentsIdsPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.Model3DReferenceRelationshipParts"> <summary> Gets the Model3DReferenceRelationshipParts of the WordprocessingCommentsIdsPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.TargetPath"> <inheritdoc/> </member> <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddAlternativeFormatImportPart(System.String)"> <summary> Adds a AlternativeFormatImportPart to the WordprocessingCommentsIdsPart </summary> <param name="contentType">The content type of the AlternativeFormatImportPart</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddAlternativeFormatImportPart(System.String,System.String)"> <summary> Adds a AlternativeFormatImportPart to the WordprocessingCommentsIdsPart </summary> <param name="contentType">The content type of the AlternativeFormatImportPart</param> <param name="id">The relationship id</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType,System.String)"> <summary> Adds a AlternativeFormatImportPart to the WordprocessingCommentsIdsPart </summary> <param name="partType">The part type of the AlternativeFormatImportPart</param> <param name="id">The relationship id</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType)"> <summary> Adds a AlternativeFormatImportPart to the WordprocessingCommentsIdsPart </summary> <param name="partType">The part type of the AlternativeFormatImportPart</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddEmbeddedControlPersistencePart(System.String)"> <summary> Adds a EmbeddedControlPersistencePart to the WordprocessingCommentsIdsPart </summary> <param name="contentType">The content type of the EmbeddedControlPersistencePart</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddEmbeddedControlPersistencePart(System.String,System.String)"> <summary> Adds a EmbeddedControlPersistencePart to the WordprocessingCommentsIdsPart </summary> <param name="contentType">The content type of the EmbeddedControlPersistencePart</param> <param name="id">The relationship id</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType,System.String)"> <summary> Adds a EmbeddedControlPersistencePart to the WordprocessingCommentsIdsPart </summary> <param name="partType">The part type of the EmbeddedControlPersistencePart</param> <param name="id">The relationship id</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType)"> <summary> Adds a EmbeddedControlPersistencePart to the WordprocessingCommentsIdsPart </summary> <param name="partType">The part type of the EmbeddedControlPersistencePart</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddEmbeddedObjectPart(System.String)"> <summary> Adds a EmbeddedObjectPart to the WordprocessingCommentsIdsPart </summary> <param name="contentType">The content type of the EmbeddedObjectPart</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddEmbeddedPackagePart(System.String)"> <summary> Adds a EmbeddedPackagePart to the WordprocessingCommentsIdsPart </summary> <param name="contentType">The content type of the EmbeddedPackagePart</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddImagePart(System.String)"> <summary> Adds a ImagePart to the WordprocessingCommentsIdsPart </summary> <param name="contentType">The content type of the ImagePart</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddImagePart(System.String,System.String)"> <summary> Adds a ImagePart to the WordprocessingCommentsIdsPart </summary> <param name="contentType">The content type of the ImagePart</param> <param name="id">The relationship id</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType,System.String)"> <summary> Adds a ImagePart to the WordprocessingCommentsIdsPart </summary> <param name="partType">The part type of the ImagePart</param> <param name="id">The relationship id</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType)"> <summary> Adds a ImagePart to the WordprocessingCommentsIdsPart </summary> <param name="partType">The part type of the ImagePart</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart)"> <summary> Adds a VideoReferenceRelationship to the WordprocessingCommentsIdsPart </summary> <param name="mediaDataPart">The part type of the VideoReferenceRelationship</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)"> <summary> Adds a VideoReferenceRelationship to the WordprocessingCommentsIdsPart </summary> <param name="mediaDataPart">The part type of the VideoReferenceRelationship</param> <param name="id">The relationship id</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart"> <summary> Defines the WordprocessingCommentsPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.#ctor"> <summary> Creates an instance of the WordprocessingCommentsPart OpenXmlType </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.Comments"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.ContentType"> <inheritdoc/> </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.DiagramLayoutDefinitionParts"> <summary> Gets the DiagramLayoutDefinitionParts 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.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.ExtendedChartParts"> <summary> Gets the ExtendedChartParts 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.Model3DReferenceRelationshipParts"> <summary> Gets the Model3DReferenceRelationshipParts of the WordprocessingCommentsPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.TargetPath"> <inheritdoc/> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart)"> <summary> Adds a VideoReferenceRelationship to the WordprocessingCommentsPart </summary> <param name="mediaDataPart">The part type of the VideoReferenceRelationship</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)"> <summary> Adds a VideoReferenceRelationship to the WordprocessingCommentsPart </summary> <param name="mediaDataPart">The part type of the VideoReferenceRelationship</param> <param name="id">The relationship id</param> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart"> <summary> Defines the WordprocessingPeoplePart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.#ctor"> <summary> Creates an instance of the WordprocessingPeoplePart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.People"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.WordprocessingPrinterSettingsPart"> <summary> Defines the WordprocessingPrinterSettingsPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingPrinterSettingsPart.#ctor"> <summary> Creates an instance of the WordprocessingPrinterSettingsPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingPrinterSettingsPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingPrinterSettingsPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingPrinterSettingsPart.TargetFileExtension"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingPrinterSettingsPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingPrinterSettingsPart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.WorkbookPart"> <summary> Defines the WorkbookPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.WorkbookPart.#ctor"> <summary> Creates an instance of the WorkbookPart OpenXmlType </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.ChartsheetParts"> <summary> Gets the ChartsheetParts 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.CT_RdRichValueStructureParts"> <summary> Gets the CT_RdRichValueStructureParts of the WorkbookPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPart.CustomDataPropertiesParts"> <summary> Gets the CustomDataPropertiesParts 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.CustomXmlParts"> <summary> Gets the CustomXmlParts 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.ExcelAttachedToolbarsPart"> <summary> Gets the ExcelAttachedToolbarsPart 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.InternationalMacroSheetParts"> <summary> Gets the InternationalMacroSheetParts 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.PivotTableCacheDefinitionParts"> <summary> Gets the PivotTableCacheDefinitionParts of the WorkbookPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPart.RdArrayParts"> <summary> Gets the RdArrayParts of the WorkbookPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPart.RdRichValueParts"> <summary> Gets the RdRichValueParts of the WorkbookPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPart.RdRichValueTypesParts"> <summary> Gets the RdRichValueTypesParts of the WorkbookPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPart.RdRichValueWebImagePart"> <summary> Gets the RdRichValueWebImagePart of the WorkbookPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPart.RdSupportingPropertyBagParts"> <summary> Gets the RdSupportingPropertyBagParts of the WorkbookPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPart.RdSupportingPropertyBagStructureParts"> <summary> Gets the RdSupportingPropertyBagStructureParts of the WorkbookPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPart.RichStylesParts"> <summary> Gets the RichStylesParts 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.SlicerCacheParts"> <summary> Gets the SlicerCacheParts of the WorkbookPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPart.TargetPath"> <inheritdoc/> </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.TimeLineCacheParts"> <summary> Gets the TimeLineCacheParts 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.VolatileDependenciesPart"> <summary> Gets the VolatileDependenciesPart of the WorkbookPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPart.Workbook"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPart.WorkbookPersonParts"> <summary> Gets the WorkbookPersonParts 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.WorkbookStylesPart"> <summary> Gets the WorkbookStylesPart 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.WorksheetParts"> <summary> Gets the WorksheetParts of the WorkbookPart </summary> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.WorkbookPart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.WorkbookPersonPart"> <summary> Defines the WorkbookPersonPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.WorkbookPersonPart.#ctor"> <summary> Creates an instance of the WorkbookPersonPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPersonPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPersonPart.PersonList"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPersonPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPersonPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPersonPart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart"> <summary> Defines the WorkbookRevisionHeaderPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.#ctor"> <summary> Creates an instance of the WorkbookRevisionHeaderPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.Headers"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.TargetPath"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.WorkbookRevisionLogParts"> <summary> Gets the WorkbookRevisionLogParts of the WorkbookRevisionHeaderPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart"> <summary> Defines the WorkbookRevisionLogPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.#ctor"> <summary> Creates an instance of the WorkbookRevisionLogPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.Revisions"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.WorkbookStylesPart"> <summary> Defines the WorkbookStylesPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.#ctor"> <summary> Creates an instance of the WorkbookStylesPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.Stylesheet"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart"> <summary> Defines the WorkbookUserDataPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.#ctor"> <summary> Creates an instance of the WorkbookUserDataPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.TargetPath"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.Users"> <summary> Gets or 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.#ctor"> <summary> Creates an instance of the WorksheetCommentsPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.Comments"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.TargetPath"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.WorksheetPart"> <summary> Defines the WorksheetPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.WorksheetPart.#ctor"> <summary> Creates an instance of the WorksheetPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetPart.ControlPropertiesParts"> <summary> Gets the ControlPropertiesParts 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.DrawingsPart"> <summary> Gets the DrawingsPart 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.EmbeddedControlPersistenceParts"> <summary> Gets the EmbeddedControlPersistenceParts of the WorksheetPart </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.Model3DReferenceRelationshipParts"> <summary> Gets the Model3DReferenceRelationshipParts of the WorksheetPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetPart.NamedSheetViewsParts"> <summary> Gets the NamedSheetViewsParts 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.QueryTableParts"> <summary> Gets the QueryTableParts of the WorksheetPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetPart.RelationshipType"> <inheritdoc/> </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.SlicersParts"> <summary> Gets the SlicersParts of the WorksheetPart </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.TableDefinitionParts"> <summary> Gets the TableDefinitionParts of the WorksheetPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetPart.TargetPath"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetPart.TimeLineParts"> <summary> Gets the TimeLineParts 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.Worksheet"> <summary> Gets or sets the root element of this part. </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.WorksheetSortMapPart"> <summary> Gets the WorksheetSortMapPart of the WorksheetPart </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetPart.WorksheetThreadedCommentsParts"> <summary> Gets the WorksheetThreadedCommentsParts of the WorksheetPart </summary> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </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> <return>The newly added part</return> </member> <member name="M:DocumentFormat.OpenXml.Packaging.WorksheetPart.CreatePartCore(System.String)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart"> <summary> Defines the WorksheetSortMapPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.#ctor"> <summary> Creates an instance of the WorksheetSortMapPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.TargetPath"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.WorksheetSortMap"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="T:DocumentFormat.OpenXml.Packaging.WorksheetThreadedCommentsPart"> <summary> Defines the WorksheetThreadedCommentsPart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.WorksheetThreadedCommentsPart.#ctor"> <summary> Creates an instance of the WorksheetThreadedCommentsPart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetThreadedCommentsPart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetThreadedCommentsPart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetThreadedCommentsPart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetThreadedCommentsPart.TargetPath"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetThreadedCommentsPart.ThreadedComments"> <summary> Gets or sets the root element of this part. </summary> </member> <member name="T:DocumentFormat.OpenXml.Packaging.XmlSignaturePart"> <summary> Defines the XmlSignaturePart </summary> </member> <member name="M:DocumentFormat.OpenXml.Packaging.XmlSignaturePart.#ctor"> <summary> Creates an instance of the XmlSignaturePart OpenXmlType </summary> </member> <member name="P:DocumentFormat.OpenXml.Packaging.XmlSignaturePart.ContentType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.XmlSignaturePart.RelationshipType"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.XmlSignaturePart.TargetName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.Packaging.XmlSignaturePart.TargetPath"> <inheritdoc/> </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.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> <remarks>This will be removed once the concept of id can be removed. Please use <see cref="M:DocumentFormat.OpenXml.SchemaAttrAttribute.#ctor(System.String,System.String)"/></remarks> </member> <member name="M:DocumentFormat.OpenXml.SchemaAttrAttribute.#ctor(System.String)"> <summary> Initializes a new instance of the SchemaAttrAttribute. </summary> <param name="qname">Qualified name of item.</param> <remarks>This will be removed once the concept of id can be removed. Please use <see cref="M:DocumentFormat.OpenXml.SchemaAttrAttribute.#ctor(System.String,System.String)"/></remarks> </member> <member name="M:DocumentFormat.OpenXml.SchemaAttrAttribute.#ctor(System.String,System.String)"> <summary> Initializes a new instance of the SchemaAttrAttribute. </summary> <param name="ns">Specifies the namespace 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 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.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.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.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.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> 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.OpenXmlChildElements"> <summary> Implements OpenXmlElementList. </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"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.OpenXmlCompositeElement.InnerText"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.OpenXmlCompositeElement.InnerXml"> <inheritdoc/> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlCompositeElement.AddChild(DocumentFormat.OpenXml.OpenXmlElement,System.Boolean)"> <summary> Adds the specified element to the element if it is a known child. This adds the element in the correct location according to the schema. </summary> <param name="newChild">The OpenXmlElement element to append.</param> <param name="throwOnError">A flag to indicate if the method should throw if the child could not be added.</param> <returns>Success if the element was added, otherwise <c>false</c>.</returns> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlCompositeElement.AppendChild``1(``0)"> <inheritdoc/> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlCompositeElement.InsertAfter``1(``0,DocumentFormat.OpenXml.OpenXmlElement)"> <inheritdoc/> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlCompositeElement.InsertBefore``1(``0,DocumentFormat.OpenXml.OpenXmlElement)"> <inheritdoc/> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlCompositeElement.InsertAt``1(``0,System.Int32)"> <inheritdoc/> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlCompositeElement.PrependChild``1(``0)"> <inheritdoc/> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlCompositeElement.RemoveChild``1(``0)"> <inheritdoc/> </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)"> <inheritdoc/> </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="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"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.OpenXmlDomReader.IsStartElement"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.OpenXmlDomReader.IsEndElement"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.OpenXmlDomReader.Depth"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.OpenXmlDomReader.EOF"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.OpenXmlDomReader.LocalName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.OpenXmlDomReader.NamespaceUri"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.OpenXmlDomReader.Prefix"> <inheritdoc/> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlDomReader.Read"> <inheritdoc/> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlDomReader.ReadFirstChild"> <inheritdoc/> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlDomReader.ReadNextSibling"> <inheritdoc/> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlDomReader.Skip"> <inheritdoc/> </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"> <inheritdoc/> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlDomReader.GetText"> <inheritdoc/> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlDomReader.Close"> <inheritdoc/> </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 <see cref="M:DocumentFormat.OpenXml.OpenXmlElement.Clone"/> and <see cref="M:DocumentFormat.OpenXml.OpenXmlElement.CloneNode(System.Boolean)"/>. </remarks> </member> <member name="P:DocumentFormat.OpenXml.OpenXmlElement.Features"> <summary> Gets a <see cref="T:DocumentFormat.OpenXml.Features.IFeatureCollection"/> for the current element. This feature collection will be read-only, but will inherit features from its parent part and package if available. </summary> </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 or sets the next element in the linked list. </summary> </member> <member name="P:DocumentFormat.OpenXml.OpenXmlElement.XmlParsed"> <summary> Gets a value indicating whether the inner raw xml is parsed. </summary> </member> <member name="P:DocumentFormat.OpenXml.OpenXmlElement.RawOuterXml"> <summary> Gets or sets the raw OuterXml. </summary> </member> <member name="P:DocumentFormat.OpenXml.OpenXmlElement.RawState"> <summary> Gets an array of fixed attributes (attributes that are defined in the schema) without forcing any parsing of the element. If parsing is required, please use <see cref="P:DocumentFormat.OpenXml.OpenXmlElement.ParsedState"/> </summary> </member> <member name="P:DocumentFormat.OpenXml.OpenXmlElement.ParsedState"> <summary> Gets an array of fixed attributes which will be parsed out if they are not yet parsed. If parsing is not requried, please use <see cref="P:DocumentFormat.OpenXml.OpenXmlElement.RawState"/>. </summary> </member> <member name="P:DocumentFormat.OpenXml.OpenXmlElement.OpenXmlElementContext"> <summary> Gets the OpenXmlElementContext of the current element. </summary> </member> <member name="P:DocumentFormat.OpenXml.OpenXmlElement.RootElementContext"> <summary> Gets the OpenXmlElementContext 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 value indicating 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 indicating 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 or sets 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.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 namespace 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 namespace 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 <see cref="T:DocumentFormat.OpenXml.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 <see cref="T:DocumentFormat.OpenXml.OpenXmlElement"/> element to append.</param> <returns>The <see cref="T:DocumentFormat.OpenXml.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 <see cref="T:DocumentFormat.OpenXml.OpenXmlElement"/> element to insert.</param> <param name="referenceChild">The reference <see cref="T:DocumentFormat.OpenXml.OpenXmlElement"/> element. <paramref name="newChild"/> is placed after <paramref name="referenceChild"/>. </param> <returns>The <see cref="T:DocumentFormat.OpenXml.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 <see cref="T:DocumentFormat.OpenXml.OpenXmlElement"/> element to insert.</param> <param name="referenceChild">The reference <see cref="T:DocumentFormat.OpenXml.OpenXmlElement"/> element. <paramref name="newChild"/> is placed before <paramref name="referenceChild"/>.</param> <returns>The <see cref="T:DocumentFormat.OpenXml.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 <paramref name="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 <paramref name="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 <see cref="T:DocumentFormat.OpenXml.OpenXmlElement"/> element to insert.</param> <param name="index">The zero-based index where the element is to be inserted.</param> <returns>The <see cref="T:DocumentFormat.OpenXml.OpenXmlElement"/> element that was inserted.</returns> <remarks>Returns <c>null</c>if <paramref name="newChild"/> equals <c>null</c>.</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 <see cref="T:DocumentFormat.OpenXml.OpenXmlElement"/> element to add.</param> <returns>The <see cref="T:DocumentFormat.OpenXml.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 <see cref="T:DocumentFormat.OpenXml.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(DocumentFormat.OpenXml.Framework.OpenXmlQualifiedName@,System.String,System.Boolean)"> <summary> Attempts to set the attribute to a known attribute. </summary> <param name="qname"></param> <param name="value"></param> <param name="strictRelationshipFound"></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 <c>mustunderstand</c> attribute at load 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 <c>mustunderstand</c> after load </summary> </member> <member name="P:DocumentFormat.OpenXml.OpenXmlElement.InitialVersion"> <summary> Gets a value that indicates the version in which the current element was introduced. For strong typed element, the return value will be generated according to the schema. For <see cref="T:DocumentFormat.OpenXml.OpenXmlUnknownElement"/>, always returns <c>false</c> For <see cref="T:DocumentFormat.OpenXml.OpenXmlMiscNode"/>, always returns <c>true</c> </summary> </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.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> Gets or 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.OpenXmlElementContext"> <summary> Represents the OpenXml loading context. </summary> </member> <member name="P:DocumentFormat.OpenXml.OpenXmlElementContext.XmlReaderSettings"> <summary> Gets the XmlReaderSettings to be used by internal XmlReader </summary> </member> <member name="P:DocumentFormat.OpenXml.OpenXmlElementContext.LoadMode"> <summary> Gets or sets load mode </summary> </member> <member name="P:DocumentFormat.OpenXml.OpenXmlElementContext.LazySteps"> <summary> Gets layers to be full populated, only effective when LoadMode==Lazy. Start from 0 (populate only the children layer). The magic number of 3 is currently used, but could potentially be made into a public property so a user can control this </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.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 element 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.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.TryCreateValidChild(DocumentFormat.OpenXml.OpenXmlElement,DocumentFormat.OpenXml.FileFormatVersions,System.String,System.String)"> <summary> Trys to create an OpenXmlElement from the specified namespace 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.OpenXmlElementFunctionalExtensions"> <summary> Provides extension methods for pure functional transformations. </summary> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlElementFunctionalExtensions.With``1(``0,System.Object[])"> <summary> Adds child elements or attributes to the given element. </summary> <typeparam name="TElement">The element type.</typeparam> <param name="element">The element.</param> <param name="content">The content to be added to the element.</param> <returns>The element with the content added to it.</returns> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlElementFunctionalExtensions.With``1(``0,System.Object)"> <summary> Adds child elements or attributes to the given element. </summary> <typeparam name="TElement">The element type.</typeparam> <param name="element">The element.</param> <param name="content">The content to be added to the element.</param> <returns>The element with the content added to it.</returns> </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.OpenXmlLeafElement"> <summary> Represents the base class from which leaf elements are derived. </summary> </member> <member name="P:DocumentFormat.OpenXml.OpenXmlLeafElement.ShadowElement"> <summary> Gets or sets 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"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.OpenXmlLeafElement.InnerXml"> <inheritdoc/> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlLeafElement.WriteContentTo(System.Xml.XmlWriter)"> <inheritdoc/> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlLeafElement.RemoveAllChildren"> <inheritdoc/> </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"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.OpenXmlLeafTextElement.InnerText"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.OpenXmlLeafTextElement.InnerXml"> <inheritdoc/> </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)"> <inheritdoc/> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlLeafTextElement.RemoveAllChildren"> <inheritdoc/> </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.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> Gets the type of XML node. </summary> </member> <member name="P:DocumentFormat.OpenXml.OpenXmlMiscNode.HasChildren"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.OpenXmlMiscNode.LocalName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.OpenXmlMiscNode.NamespaceUri"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.OpenXmlMiscNode.Prefix"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.OpenXmlMiscNode.XmlQualifiedName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.OpenXmlMiscNode.InnerXml"> <inheritdoc/> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlMiscNode.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlMiscNode.RemoveAllChildren"> <inheritdoc/> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlMiscNode.WriteContentTo(System.Xml.XmlWriter)"> <inheritdoc/> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlMiscNode.WriteTo(System.Xml.XmlWriter)"> <inheritdoc/> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlMiscNode.LazyLoad(System.Xml.XmlReader)"> <inheritdoc/> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlMiscNode.ParseXml"> <inheritdoc/> </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)"> <inheritdoc/> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlMiscNode.Populate(System.Xml.XmlReader,DocumentFormat.OpenXml.OpenXmlLoadMode)"> <inheritdoc/> </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(DocumentFormat.OpenXml.Packaging.OpenXmlPart,System.Boolean,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.</param> <param name="ignoreWhitespace">Specify true to indicate to the reader to ignore insignificant white space.</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="M:DocumentFormat.OpenXml.OpenXmlPartReader.#ctor(System.IO.Stream,System.Boolean,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.</param> <param name="ignoreWhitespace">Specify true to indicate to the reader to ignore insignificant white space.</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"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.OpenXmlPartReader.IsMiscNode"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.OpenXmlPartReader.IsStartElement"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.OpenXmlPartReader.IsEndElement"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.OpenXmlPartReader.Depth"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.OpenXmlPartReader.EOF"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.OpenXmlPartReader.LocalName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.OpenXmlPartReader.NamespaceUri"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.OpenXmlPartReader.Prefix"> <inheritdoc/> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlPartReader.Read"> <inheritdoc/> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlPartReader.ReadFirstChild"> <inheritdoc/> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlPartReader.ReadNextSibling"> <inheritdoc/> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlPartReader.Skip"> <inheritdoc/> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlPartReader.GetLineInfo"> <inheritdoc/> </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"> <inheritdoc/> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlPartReader.GetText"> <inheritdoc/> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlPartReader.Close"> <inheritdoc/> </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 OpenXmlElementContext. </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> Gets or sets 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> Gets a value indicating whether the Save method will try write all namespace declaration on the root element. </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 given 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 given 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 written, can be null if no attributes.</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 written, can be null if no attributes.</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 written.</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 written.</param> <param name="attributes">The attributes to be written.</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 written.</param> <param name="attributes">The attributes to be written.</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 written. </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 written.</param> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlPartWriter.Close"> <summary> Close the writer. </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(DocumentFormat.OpenXml.Packaging.OpenXmlPart,System.Boolean,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> <param name="ignoreWhitespace">Specify true to indicate to the reader to ignore insignificant white space. The default value is true.</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(System.IO.Stream,System.Boolean,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> <param name="ignoreWhitespace">Specify true to indicate to the reader to ignore insignificant white space. The default value is true.</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 indicating 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 indicating 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> Gets a value indicating whether the current node is a miscellaneous XML node (non element). </summary> <remarks><see cref="P:DocumentFormat.OpenXml.OpenXmlReader.IsStartElement"/> and <see cref="P:DocumentFormat.OpenXml.OpenXmlReader.IsEndElement"/> will be false when <see cref="P:DocumentFormat.OpenXml.OpenXmlReader.IsMiscNode"/> is true.</remarks> </member> <member name="P:DocumentFormat.OpenXml.OpenXmlReader.IsStartElement"> <summary> Gets a value indicating whether the current node is an element start. </summary> </member> <member name="P:DocumentFormat.OpenXml.OpenXmlReader.IsEndElement"> <summary> Gets a value indicating whether the current node is an element end. </summary> </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> Gets a value indicating whether the reader is positioned at the end of the stream. </summary> </member> <member name="P:DocumentFormat.OpenXml.OpenXmlReader.LocalName"> <summary> Gets the local name of the current node. </summary> </member> <member name="P:DocumentFormat.OpenXml.OpenXmlReader.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.OpenXmlReader.Prefix"> <summary> Gets the namespace prefix associated with the current node. </summary> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlReader.GetLineInfo"> <summary> Gets an instance of <see cref="T:System.Xml.IXmlLineInfo"/> if available for the current reader. </summary> <returns>An object for obtaining information about line info</returns> </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.OpenXmlUnknownElement"> <summary> Represents elements that are not defined in the Office Open XML ECMA standard. </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"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.OpenXmlUnknownElement.NamespaceUri"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.OpenXmlUnknownElement.Prefix"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.OpenXmlUnknownElement.XmlQualifiedName"> <inheritdoc/> </member> <member name="P:DocumentFormat.OpenXml.OpenXmlUnknownElement.InnerText"> <inheritdoc/> </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)"> <inheritdoc/> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlUnknownElement.WriteContentTo(System.Xml.XmlWriter)"> <inheritdoc/> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlUnknownElement.WriteTo(System.Xml.XmlWriter)"> <inheritdoc/> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlUnknownElement.LazyLoad(System.Xml.XmlReader)"> <inheritdoc/> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlUnknownElement.Populate(System.Xml.XmlReader,DocumentFormat.OpenXml.OpenXmlLoadMode)"> <inheritdoc/> </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 written.</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 written.</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 written, can be null if no attributes.</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 written, can be null if no attributes.</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 written.</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 written.</param> <param name="attributes">The attributes to be written.</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 written.</param> <param name="attributes">The attributes to be written.</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 written.</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.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.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.AnyParticleTypeNotSupported"> <summary> Looks up a localized string similar to Schemas with ParticleType.Any is not supported. </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 "{0}" 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 argument is not a child of this element.. </summary> </member> <member name="P:DocumentFormat.OpenXml.ExceptionMessages.ElementIsNotInOfficeVersion"> <summary> Looks up a localized string similar to The validator is set to validate content based on Microsoft Office {0} rules. The passed in element is not defined in Microsoft Office {0}.. </summary> </member> <member name="P:DocumentFormat.OpenXml.ExceptionMessages.ElementIsPartOfTree"> <summary> Looks up a localized string similar to Cannot insert the OpenXmlElement "newChild" 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 "http://schemas.openxmlformats.org". 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.FeatureNotRegistered"> <summary> Looks up a localized string similar to Feature {0} is not available in this collection.. </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.FileNotFound"> <summary> Looks up a localized string similar to Could not find document. </summary> </member> <member name="P:DocumentFormat.OpenXml.ExceptionMessages.Fmt_PartRootIsInvalid"> <summary> Looks up a localized string similar to The root XML element "{0}" in the part is incorrect. The expected root XML element is: "{1}".. </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'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 A malformed URI was found in the document. Please provide a OpenSettings.RelationshipErrorRewriter to handle these errors while opening a package.. </summary> </member> <member name="P:DocumentFormat.OpenXml.ExceptionMessages.InvalidUriProvided"> <summary> Looks up a localized string similar to Provided URI was invalid after rewriting malformed relationship URI. </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'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.NamespaceIdNotAvailable"> <summary> Looks up a localized string similar to Namespace ids are only available for namespaces for Office 2021 and before. Please use prefixes or URLs instead.. </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 "{0}".. </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.PartIsNotInOfficeVersion"> <summary> Looks up a localized string similar to The validator is set to validate content based on Microsoft Office {0} rules. The passed in part is not defined in Microsoft Office {0}.. </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.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.RootElementIsNull"> <summary> Looks up a localized string similar to Root element is null.. </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.StreamAccessModeShouldRead"> <summary> Looks up a localized string similar to The stream was not opened for reading.. </summary> </member> <member name="P:DocumentFormat.OpenXml.ExceptionMessages.StrictReadOnly"> <summary> Looks up a localized string similar to ISO 29500 Strict formatted document can'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 'true', 'false', 'on', 'off', '0', '1'.. </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 'true', 'false', 't', 'f', ''.. </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 'true', 'false', 't', 'f'.. </summary> </member> <member name="P:DocumentFormat.OpenXml.ExceptionMessages.UnexpectedReentrancy"> <summary> Looks up a localized string similar to Encountered unexpected reentrancy while accessing part root. Please check if part root is loaded first by calling OpenXmlPart.IsRootElementLoaded. </summary> </member> <member name="P:DocumentFormat.OpenXml.ExceptionMessages.UnknowMCContent"> <summary> Looks up a localized string similar to There is invalid extensibility markup in "{0}".. </summary> </member> <member name="P:DocumentFormat.OpenXml.ExceptionMessages.UnknownError"> <summary> Looks up a localized string similar to An unknown error occured. Original message: '{0}'. </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="T:DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo"> <summary> Defines AdditionalCharacteristics. </summary> <summary> <para>Set of Additional Characteristics.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is ac:additionalCharacteristics.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic" /> <c><ac:characteristic></c></description></item> </list> </remark> </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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic"> <summary> <para>Single Characteristic.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is ac:characteristic.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.#ctor"> <summary> Initializes a new instance of the Characteristic class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </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.Bibliography.Sources"> <summary> Defines Sources. </summary> <summary> <para>Sources.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:Sources.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.Source" /> <c><b:Source></c></description></item> </list> </remark> </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="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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.Person"> <summary> <para>Person.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:Person.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.Last" /> <c><b:Last></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.First" /> <c><b:First></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.Middle" /> <c><b:Middle></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.Last"> <summary> <para>Person's Last, or Family, Name.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:Last.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.First"> <summary> <para>Person's First, or Given, Name.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:First.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.Middle"> <summary> <para>Person's Middle, or Other, Name.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:Middle.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.Corporate"> <summary> <para>Corporate Author.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:Corporate.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.AbbreviatedCaseNumber"> <summary> <para>Abbreviated Case Number.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:AbbreviatedCaseNumber.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.AlbumTitle"> <summary> <para>Album Title.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:AlbumTitle.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.BookTitle"> <summary> <para>Book Title.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:BookTitle.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.Broadcaster"> <summary> <para>Broadcaster.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:Broadcaster.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.BroadcastTitle"> <summary> <para>Broadcast Title.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:BroadcastTitle.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.CaseNumber"> <summary> <para>Case Number.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:CaseNumber.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.ChapterNumber"> <summary> <para>Chapter Number.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:ChapterNumber.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.City"> <summary> <para>City.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:City.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.Comments"> <summary> <para>Comments.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:Comments.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.ConferenceName"> <summary> <para>Conference or Proceedings Name.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:ConferenceName.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.CountryRegion"> <summary> <para>Country or Region.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:CountryRegion.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.Court"> <summary> <para>Court.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:Court.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.Day"> <summary> <para>Day.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:Day.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.DayAccessed"> <summary> <para>Day Accessed.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:DayAccessed.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.Department"> <summary> <para>Department.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:Department.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.Distributor"> <summary> <para>Distributor.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:Distributor.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.Edition"> <summary> <para>Editor.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:Edition.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.GuidString"> <summary> <para>GUID.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:Guid.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.Institution"> <summary> <para>Institution.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:Institution.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.InternetSiteTitle"> <summary> <para>Internet Site Title.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:InternetSiteTitle.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.Issue"> <summary> <para>Issue.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:Issue.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.JournalName"> <summary> <para>Journal Name.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:JournalName.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.LcId"> <summary> <para>Locale ID.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:LCID.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.Medium"> <summary> <para>Medium.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:Medium.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.Month"> <summary> <para>Month.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:Month.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.MonthAccessed"> <summary> <para>Month Accessed.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:MonthAccessed.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.NumberVolumes"> <summary> <para>Number of Volumes.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:NumberVolumes.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.Pages"> <summary> <para>Pages.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:Pages.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.PatentNumber"> <summary> <para>Patent Number.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:PatentNumber.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.PeriodicalTitle"> <summary> <para>Periodical Title.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:PeriodicalTitle.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.ProductionCompany"> <summary> <para>Production Company.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:ProductionCompany.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.PublicationTitle"> <summary> <para>Publication Title.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:PublicationTitle.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.Publisher"> <summary> <para>Publisher.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:Publisher.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.RecordingNumber"> <summary> <para>Recording Number.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:RecordingNumber.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.ReferenceOrder"> <summary> <para>Reference Order.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:RefOrder.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.Reporter"> <summary> <para>Reporter.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:Reporter.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.ShortTitle"> <summary> <para>Short Title.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:ShortTitle.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.StandardNumber"> <summary> <para>Standard Number.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:StandardNumber.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.StateProvince"> <summary> <para>State or Province.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:StateProvince.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.Station"> <summary> <para>Station.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:Station.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.Tag"> <summary> <para>Tag.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:Tag.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.Theater"> <summary> <para>Theater.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:Theater.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.ThesisType"> <summary> <para>Thesis Type.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:ThesisType.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.Title"> <summary> <para>Title.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:Title.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.PatentType"> <summary> <para>Type.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:Type.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.UrlString"> <summary> <para>URL.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:URL.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.Version"> <summary> <para>Version.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:Version.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.Volume"> <summary> <para>Volume.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:Volume.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.Year"> <summary> <para>Year.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:Year.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.YearAccessed"> <summary> <para>Year Accessed.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:YearAccessed.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.NameList"> <summary> <para>Name List.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:NameList.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.Person" /> <c><b:Person></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.Artist"> <summary> <para>Artist.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:Artist.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.NameList" /> <c><b:NameList></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.BookAuthor"> <summary> <para>Book Author.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:BookAuthor.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.NameList" /> <c><b:NameList></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.Compiler"> <summary> <para>Compiler.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:Compiler.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.NameList" /> <c><b:NameList></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.Composer"> <summary> <para>Composer.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:Composer.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.NameList" /> <c><b:NameList></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.Conductor"> <summary> <para>Conductor.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:Conductor.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.NameList" /> <c><b:NameList></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.Counsel"> <summary> <para>Counsel.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:Counsel.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.NameList" /> <c><b:NameList></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.Director"> <summary> <para>Director.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:Director.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.NameList" /> <c><b:NameList></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.Editor"> <summary> <para>Editor.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:Editor.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.NameList" /> <c><b:NameList></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.Interviewee"> <summary> <para>Interviewee.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:Interviewee.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.NameList" /> <c><b:NameList></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.Interviewer"> <summary> <para>Interviewer.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:Interviewer.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.NameList" /> <c><b:NameList></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.Inventor"> <summary> <para>Inventor.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:Inventor.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.NameList" /> <c><b:NameList></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.ProducerName"> <summary> <para>Producer Name.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:ProducerName.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.NameList" /> <c><b:NameList></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.Translator"> <summary> <para>Translator.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:Translator.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.NameList" /> <c><b:NameList></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.Writer"> <summary> <para>Writer.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:Writer.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.NameList" /> <c><b:NameList></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.NameType"> <summary> <para>Defines the NameType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.NameList" /> <c><b:NameList></c></description></item> </list> </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="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="T:DocumentFormat.OpenXml.Bibliography.Author"> <summary> <para>Author.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:Author.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.NameList" /> <c><b:NameList></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.Corporate" /> <c><b:Corporate></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.Performer"> <summary> <para>Performer.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:Performer.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.NameList" /> <c><b:NameList></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.Corporate" /> <c><b:Corporate></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.NameOrCorporateType"> <summary> <para>Defines the NameOrCorporateType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.NameList" /> <c><b:NameList></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.Corporate" /> <c><b:Corporate></c></description></item> </list> </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="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="T:DocumentFormat.OpenXml.Bibliography.AuthorList"> <summary> <para>Contributors List.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:Author.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.Author" /> <c><b:Author></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.Performer" /> <c><b:Performer></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.Artist" /> <c><b:Artist></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.BookAuthor" /> <c><b:BookAuthor></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.Compiler" /> <c><b:Compiler></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.Composer" /> <c><b:Composer></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.Conductor" /> <c><b:Conductor></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.Counsel" /> <c><b:Counsel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.Director" /> <c><b:Director></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.Editor" /> <c><b:Editor></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.Interviewee" /> <c><b:Interviewee></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.Interviewer" /> <c><b:Interviewer></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.Inventor" /> <c><b:Inventor></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.ProducerName" /> <c><b:ProducerName></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.Translator" /> <c><b:Translator></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.Writer" /> <c><b:Writer></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.SourceType"> <summary> <para>Source Type.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:SourceType.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Bibliography.Source"> <summary> <para>Source.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is b:Source.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.AuthorList" /> <c><b:Author></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.SourceType" /> <c><b:SourceType></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.AbbreviatedCaseNumber" /> <c><b:AbbreviatedCaseNumber></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.AlbumTitle" /> <c><b:AlbumTitle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.BookTitle" /> <c><b:BookTitle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.Broadcaster" /> <c><b:Broadcaster></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.BroadcastTitle" /> <c><b:BroadcastTitle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.CaseNumber" /> <c><b:CaseNumber></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.ChapterNumber" /> <c><b:ChapterNumber></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.City" /> <c><b:City></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.Comments" /> <c><b:Comments></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.ConferenceName" /> <c><b:ConferenceName></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.CountryRegion" /> <c><b:CountryRegion></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.Court" /> <c><b:Court></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.Day" /> <c><b:Day></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.DayAccessed" /> <c><b:DayAccessed></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.Department" /> <c><b:Department></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.Distributor" /> <c><b:Distributor></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.Edition" /> <c><b:Edition></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.GuidString" /> <c><b:Guid></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.Institution" /> <c><b:Institution></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.InternetSiteTitle" /> <c><b:InternetSiteTitle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.Issue" /> <c><b:Issue></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.JournalName" /> <c><b:JournalName></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.LcId" /> <c><b:LCID></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.Medium" /> <c><b:Medium></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.Month" /> <c><b:Month></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.MonthAccessed" /> <c><b:MonthAccessed></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.NumberVolumes" /> <c><b:NumberVolumes></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.Pages" /> <c><b:Pages></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.PatentNumber" /> <c><b:PatentNumber></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.PeriodicalTitle" /> <c><b:PeriodicalTitle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.ProductionCompany" /> <c><b:ProductionCompany></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.PublicationTitle" /> <c><b:PublicationTitle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.Publisher" /> <c><b:Publisher></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.RecordingNumber" /> <c><b:RecordingNumber></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.ReferenceOrder" /> <c><b:RefOrder></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.Reporter" /> <c><b:Reporter></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.ShortTitle" /> <c><b:ShortTitle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.StandardNumber" /> <c><b:StandardNumber></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.StateProvince" /> <c><b:StateProvince></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.Station" /> <c><b:Station></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.Tag" /> <c><b:Tag></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.Theater" /> <c><b:Theater></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.ThesisType" /> <c><b:ThesisType></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.Title" /> <c><b:Title></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.PatentType" /> <c><b:Type></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.UrlString" /> <c><b:URL></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.Version" /> <c><b:Version></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.Volume" /> <c><b:Volume></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.Year" /> <c><b:Year></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Bibliography.YearAccessed" /> <c><b:YearAccessed></c></description></item> </list> </remark> </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)"> <inheritdoc/> </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.InkML.Ink"> <summary> Defines Ink. </summary> <summary> <para>Defines the Ink Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is inkml:ink.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.Annotation" /> <c><inkml:annotation></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.AnnotationXml" /> <c><inkml:annotationXML></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.Context" /> <c><inkml:context></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.Definitions" /> <c><inkml:definitions></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.Trace" /> <c><inkml:trace></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.TraceGroup" /> <c><inkml:traceGroup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.TraceView" /> <c><inkml:traceView></c></description></item> </list> </remark> </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="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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.InkML.Bind"> <summary> <para>Defines the Bind Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is inkml:bind.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.InkML.Bind.#ctor"> <summary> Initializes a new instance of the Bind class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.InkML.Table"> <summary> <para>Defines the Table Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is inkml:table.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.InkML.Matrix"> <summary> <para>Defines the Matrix Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is inkml:matrix.</para> </summary> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.InkML.Mapping"> <summary> <para>Defines the Mapping Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is inkml:mapping.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.Bind" /> <c><inkml:bind></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.Mapping" /> <c><inkml:mapping></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.Matrix" /> <c><inkml:matrix></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.Table" /> <c><inkml:table></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.InkML.Channel"> <summary> <para>Defines the Channel Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is inkml:channel.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.Mapping" /> <c><inkml:mapping></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.InkML.IntermittentChannels"> <summary> <para>Defines the IntermittentChannels Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is inkml:intermittentChannels.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.Channel" /> <c><inkml:channel></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.InkML.ChannelProperty"> <summary> <para>Defines the ChannelProperty Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is inkml:channelProperty.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.InkML.ChannelProperty.#ctor"> <summary> Initializes a new instance of the ChannelProperty class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.InkML.TraceFormat"> <summary> <para>Defines the TraceFormat Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is inkml:traceFormat.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.Channel" /> <c><inkml:channel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.IntermittentChannels" /> <c><inkml:intermittentChannels></c></description></item> </list> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.InkML.SampleRate"> <summary> <para>Defines the SampleRate Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is inkml:sampleRate.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.InkML.SampleRate.#ctor"> <summary> Initializes a new instance of the SampleRate class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.InkML.Latency"> <summary> <para>Defines the Latency Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is inkml:latency.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.InkML.Latency.#ctor"> <summary> Initializes a new instance of the Latency class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.InkML.ActiveArea"> <summary> <para>Defines the ActiveArea Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is inkml:activeArea.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.InkML.ActiveArea.#ctor"> <summary> Initializes a new instance of the ActiveArea class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.InkML.SourceProperty"> <summary> <para>Defines the SourceProperty Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is inkml:srcProperty.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.InkML.SourceProperty.#ctor"> <summary> Initializes a new instance of the SourceProperty class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.InkML.ChannelProperties"> <summary> <para>Defines the ChannelProperties Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is inkml:channelProperties.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.ChannelProperty" /> <c><inkml:channelProperty></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.InkML.Annotation"> <summary> <para>Defines the Annotation Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is inkml:annotation.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.InkML.AnnotationXml"> <summary> <para>Defines the AnnotationXml Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is inkml:annotationXML.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.EMMA.Emma" /> <c><emma:emma></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.InkML.BrushProperty"> <summary> <para>Defines the BrushProperty Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is inkml:brushProperty.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.Annotation" /> <c><inkml:annotation></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.AnnotationXml" /> <c><inkml:annotationXML></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.InkML.Canvas"> <summary> <para>Defines the Canvas Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is inkml:canvas.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.TraceFormat" /> <c><inkml:traceFormat></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.InkML.CanvasTransform"> <summary> <para>Defines the CanvasTransform Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is inkml:canvasTransform.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.Mapping" /> <c><inkml:mapping></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.InkML.InkSource"> <summary> <para>Defines the InkSource Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is inkml:inkSource.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.ActiveArea" /> <c><inkml:activeArea></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.ChannelProperties" /> <c><inkml:channelProperties></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.Latency" /> <c><inkml:latency></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.SampleRate" /> <c><inkml:sampleRate></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.SourceProperty" /> <c><inkml:srcProperty></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.TraceFormat" /> <c><inkml:traceFormat></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.InkML.Brush"> <summary> <para>Defines the Brush Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is inkml:brush.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.Annotation" /> <c><inkml:annotation></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.AnnotationXml" /> <c><inkml:annotationXML></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.BrushProperty" /> <c><inkml:brushProperty></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.InkML.Timestamp"> <summary> <para>Defines the Timestamp Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is inkml:timestamp.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.InkML.Timestamp.#ctor"> <summary> Initializes a new instance of the Timestamp class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.InkML.Trace"> <summary> <para>Defines the Trace Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is inkml:trace.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.InkML.TraceGroup"> <summary> <para>Defines the TraceGroup Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is inkml:traceGroup.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.Annotation" /> <c><inkml:annotation></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.AnnotationXml" /> <c><inkml:annotationXML></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.Trace" /> <c><inkml:trace></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.TraceGroup" /> <c><inkml:traceGroup></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.InkML.TraceView"> <summary> <para>Defines the TraceView Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is inkml:traceView.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.Annotation" /> <c><inkml:annotation></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.AnnotationXml" /> <c><inkml:annotationXML></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.TraceView" /> <c><inkml:traceView></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.InkML.Context"> <summary> <para>Defines the Context Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is inkml:context.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.Brush" /> <c><inkml:brush></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.Canvas" /> <c><inkml:canvas></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.CanvasTransform" /> <c><inkml:canvasTransform></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.InkSource" /> <c><inkml:inkSource></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.Timestamp" /> <c><inkml:timestamp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.TraceFormat" /> <c><inkml:traceFormat></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.InkML.Definitions"> <summary> <para>Defines the Definitions Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is inkml:definitions.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.Brush" /> <c><inkml:brush></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.Canvas" /> <c><inkml:canvas></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.CanvasTransform" /> <c><inkml:canvasTransform></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.Context" /> <c><inkml:context></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.InkSource" /> <c><inkml:inkSource></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.Mapping" /> <c><inkml:mapping></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.Timestamp" /> <c><inkml:timestamp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.Trace" /> <c><inkml:trace></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.TraceFormat" /> <c><inkml:traceFormat></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.TraceGroup" /> <c><inkml:traceGroup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.InkML.TraceView" /> <c><inkml:traceView></c></description></item> </list> </remark> </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)"> <inheritdoc/> </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.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType"> <summary> <para>Defines the TextCharacterPropertiesType Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:defRPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlipFill" /> <c><a:blipFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RightToLeft" /> <c><a:rtl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Highlight" /> <c><a:highlight></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectDag" /> <c><a:effectDag></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectList" /> <c><a:effectLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GradientFill" /> <c><a:gradFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GroupFill" /> <c><a:grpFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HyperlinkOnClick" /> <c><a:hlinkClick></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver" /> <c><a:hlinkMouseOver></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Outline" /> <c><a:ln></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Underline" /> <c><a:uLn></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoFill" /> <c><a:noFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PatternFill" /> <c><a:pattFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SolidFill" /> <c><a:solidFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LatinFont" /> <c><a:latin></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EastAsianFont" /> <c><a:ea></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ComplexScriptFont" /> <c><a:cs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SymbolFont" /> <c><a:sym></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.UnderlineFillText" /> <c><a:uFillTx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.UnderlineFill" /> <c><a:uFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.UnderlineFollowsText" /> <c><a:uLnTx></c></description></item> </list> </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmtClean"> <summary> Gets or sets the <see cref="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmartTagClean"/> value. It is only available for backwards compatibility until the next major version change. The <see cref="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmartTagClean"/> property should be used instead. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmtId"> <summary> Gets or sets the <see cref="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmartTagId"/> value. It is only available for backwards compatibility until the next major version change. The <see cref="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmartTagId"/> property should be used instead. </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.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.SmartTagClean"> <summary> <para>smtClean</para> <para>Represents the following attribute in the schema: smtClean</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmartTagId"> <summary> <para>smtId</para> <para>Represents the following attribute in the schema: smtId</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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle"> <summary> <para>Defines the ColorStyle Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:colorStyle.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList" /> <c><cs:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SchemeColor" /> <c><a:schemeClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation" /> <c><cs:variation></c></description></item> </list> </remark> </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.#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="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.Method"> <summary> <para>meth, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: id</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.CloneNode(System.Boolean)"> <inheritdoc/> </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="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="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.ChartColorStylePart"> <summary> Gets the ChartColorStylePart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle"> <summary> <para>Defines the ChartStyle Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:chartStyle.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList" /> <c><cs:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties" /> <c><cs:dataPointMarkerLayout></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle" /> <c><cs:axisTitle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis" /> <c><cs:categoryAxis></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea" /> <c><cs:chartArea></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel" /> <c><cs:dataLabel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout" /> <c><cs:dataLabelCallout></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint" /> <c><cs:dataPoint></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D" /> <c><cs:dataPoint3D></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine" /> <c><cs:dataPointLine></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker" /> <c><cs:dataPointMarker></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe" /> <c><cs:dataPointWireframe></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle" /> <c><cs:dataTable></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar" /> <c><cs:downBar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine" /> <c><cs:dropLine></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar" /> <c><cs:errorBar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor" /> <c><cs:floor></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor" /> <c><cs:gridlineMajor></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor" /> <c><cs:gridlineMinor></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine" /> <c><cs:hiLoLine></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine" /> <c><cs:leaderLine></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle" /> <c><cs:legend></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea" /> <c><cs:plotArea></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D" /> <c><cs:plotArea3D></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis" /> <c><cs:seriesAxis></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine" /> <c><cs:seriesLine></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle" /> <c><cs:title></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle" /> <c><cs:trendline></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel" /> <c><cs:trendlineLabel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar" /> <c><cs:upBar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis" /> <c><cs:valueAxis></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall" /> <c><cs:wall></c></description></item> </list> </remark> </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.#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="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Id"> <summary> <para>id, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: id</para> </summary> </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)"> <inheritdoc/> </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="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.ChartStylePart"> <summary> Gets the ChartStylePart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation"> <summary> <para>Defines the ColorStyleVariation Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:variation.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HueOffset" /> <c><a:hueOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Complement" /> <c><a:comp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaOffset" /> <c><a:alphaOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Gamma" /> <c><a:gamma></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Gray" /> <c><a:gray></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.InverseGamma" /> <c><a:invGamma></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Inverse" /> <c><a:inv></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Saturation" /> <c><a:sat></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SaturationOffset" /> <c><a:satOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SaturationModulation" /> <c><a:satMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Luminance" /> <c><a:lum></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LuminanceOffset" /> <c><a:lumOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LuminanceModulation" /> <c><a:lumMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Red" /> <c><a:red></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RedOffset" /> <c><a:redOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RedModulation" /> <c><a:redMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Green" /> <c><a:green></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GreenOffset" /> <c><a:greenOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GreenModulation" /> <c><a:greenMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Blue" /> <c><a:blue></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlueOffset" /> <c><a:blueOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlueModulation" /> <c><a:blueMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Hue" /> <c><a:hue></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Tint" /> <c><a:tint></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Shade" /> <c><a:shade></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Alpha" /> <c><a:alpha></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaModulation" /> <c><a:alphaMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HueModulation" /> <c><a:hueMod></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList"> <summary> <para>Defines the OfficeArtExtensionList Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Extension" /> <c><a:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor"> <summary> <para>Defines the StyleColor Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:styleClr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HueOffset" /> <c><a:hueOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Complement" /> <c><a:comp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaOffset" /> <c><a:alphaOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Gamma" /> <c><a:gamma></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Gray" /> <c><a:gray></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.InverseGamma" /> <c><a:invGamma></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Inverse" /> <c><a:inv></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Saturation" /> <c><a:sat></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SaturationOffset" /> <c><a:satOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SaturationModulation" /> <c><a:satMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Luminance" /> <c><a:lum></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LuminanceOffset" /> <c><a:lumOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LuminanceModulation" /> <c><a:lumMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Red" /> <c><a:red></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RedOffset" /> <c><a:redOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RedModulation" /> <c><a:redMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Green" /> <c><a:green></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GreenOffset" /> <c><a:greenOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GreenModulation" /> <c><a:greenMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Blue" /> <c><a:blue></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlueOffset" /> <c><a:blueOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlueModulation" /> <c><a:blueMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Hue" /> <c><a:hue></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Tint" /> <c><a:tint></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Shade" /> <c><a:shade></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Alpha" /> <c><a:alpha></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaModulation" /> <c><a:alphaMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HueModulation" /> <c><a:hueMod></c></description></item> </list> </remark> </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="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.Val"> <summary> <para>val, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: val</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference"> <summary> <para>Defines the LineReference Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:lnRef.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SchemeColor" /> <c><a:schemeClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor" /> <c><cs:styleClr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference"> <summary> <para>Defines the FillReference Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:fillRef.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SchemeColor" /> <c><a:schemeClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor" /> <c><cs:styleClr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference"> <summary> <para>Defines the EffectReference Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:effectRef.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SchemeColor" /> <c><a:schemeClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor" /> <c><cs:styleClr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference"> <summary> <para>Defines the StyleReference Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SchemeColor" /> <c><a:schemeClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor" /> <c><cs:styleClr></c></description></item> </list> </remark> </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="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.Index"> <summary> <para>idx, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: mods</para> </summary> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale"> <summary> <para>Defines the LineWidthScale Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:lineWidthScale.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference"> <summary> <para>Defines the FontReference Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:fontRef.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SchemeColor" /> <c><a:schemeClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor" /> <c><cs:styleClr></c></description></item> </list> </remark> </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="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.Index"> <summary> <para>idx, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: mods</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties"> <summary> <para>Defines the ShapeProperties Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:spPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlipFill" /> <c><a:blipFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.CustomGeometry" /> <c><a:custGeom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectDag" /> <c><a:effectDag></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectList" /> <c><a:effectLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GradientFill" /> <c><a:gradFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GroupFill" /> <c><a:grpFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Outline" /> <c><a:ln></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoFill" /> <c><a:noFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PatternFill" /> <c><a:pattFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetGeometry" /> <c><a:prstGeom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Scene3DType" /> <c><a:scene3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Shape3DType" /> <c><a:sp3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SolidFill" /> <c><a:solidFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Transform2D" /> <c><a:xfrm></c></description></item> </list> </remark> </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.BlackWhiteMode"> <summary> <para>Black and White Mode</para> <para>Represents the following attribute in the schema: bwMode</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties"> <summary> <para>Defines the TextBodyProperties Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:bodyPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.FlatText" /> <c><a:flatTx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetTextWrap" /> <c><a:prstTxWarp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Scene3DType" /> <c><a:scene3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Shape3DType" /> <c><a:sp3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoAutoFit" /> <c><a:noAutofit></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NormalAutoFit" /> <c><a:normAutofit></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ShapeAutoFit" /> <c><a:spAutoFit></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxisProperties"> <summary> <para>Defines the CategoryAxisProperties Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:categoryAxis.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxisProperties"> <summary> <para>Defines the SeriesAxisProperties Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:seriesAxis.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxisProperties"> <summary> <para>Defines the ValueAxisProperties Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:valueAxis.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties"> <summary> <para>Defines the AxisProperties Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</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="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.Visible"> <summary> <para>visible, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: title</para> </summary> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries"> <summary> <para>Defines the DataSeries Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:dataSeries.</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="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.Overlap"> <summary> <para>overlap, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: seriesLines</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels"> <summary> <para>Defines the DataLabels Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:dataLabels.</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="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.Position"> <summary> <para>position, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: percentage</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable"> <summary> <para>Defines the DataTable Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:dataTable.</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="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.LegendKeys"> <summary> <para>legendKeys, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: outlineBorder</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend"> <summary> <para>Defines the Legend Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:legend.</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="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.Visible"> <summary> <para>visible, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: position</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Title"> <summary> <para>Defines the Title Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:title.</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="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Title.Position"> <summary> <para>position, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: position</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Title.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline"> <summary> <para>Defines the Trendline Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:trendline.</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="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.Add"> <summary> <para>add, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: rsquared</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties"> <summary> <para>Defines the View3DProperties Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:view3D.</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="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.RotX"> <summary> <para>rotX, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: depthPercent</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle"> <summary> <para>Defines the AxisTitle Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:axisTitle.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList" /> <c><cs:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties" /> <c><cs:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties" /> <c><cs:bodyPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType" /> <c><cs:defRPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference" /> <c><cs:fontRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference" /> <c><cs:lnRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference" /> <c><cs:fillRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference" /> <c><cs:effectRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale" /> <c><cs:lineWidthScale></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis"> <summary> <para>Defines the CategoryAxis Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:categoryAxis.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList" /> <c><cs:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties" /> <c><cs:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties" /> <c><cs:bodyPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType" /> <c><cs:defRPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference" /> <c><cs:fontRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference" /> <c><cs:lnRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference" /> <c><cs:fillRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference" /> <c><cs:effectRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale" /> <c><cs:lineWidthScale></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea"> <summary> <para>Defines the ChartArea Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:chartArea.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList" /> <c><cs:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties" /> <c><cs:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties" /> <c><cs:bodyPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType" /> <c><cs:defRPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference" /> <c><cs:fontRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference" /> <c><cs:lnRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference" /> <c><cs:fillRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference" /> <c><cs:effectRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale" /> <c><cs:lineWidthScale></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel"> <summary> <para>Defines the DataLabel Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:dataLabel.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList" /> <c><cs:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties" /> <c><cs:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties" /> <c><cs:bodyPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType" /> <c><cs:defRPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference" /> <c><cs:fontRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference" /> <c><cs:lnRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference" /> <c><cs:fillRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference" /> <c><cs:effectRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale" /> <c><cs:lineWidthScale></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout"> <summary> <para>Defines the DataLabelCallout Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:dataLabelCallout.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList" /> <c><cs:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties" /> <c><cs:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties" /> <c><cs:bodyPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType" /> <c><cs:defRPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference" /> <c><cs:fontRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference" /> <c><cs:lnRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference" /> <c><cs:fillRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference" /> <c><cs:effectRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale" /> <c><cs:lineWidthScale></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint"> <summary> <para>Defines the DataPoint Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:dataPoint.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList" /> <c><cs:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties" /> <c><cs:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties" /> <c><cs:bodyPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType" /> <c><cs:defRPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference" /> <c><cs:fontRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference" /> <c><cs:lnRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference" /> <c><cs:fillRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference" /> <c><cs:effectRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale" /> <c><cs:lineWidthScale></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D"> <summary> <para>Defines the DataPoint3D Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:dataPoint3D.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList" /> <c><cs:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties" /> <c><cs:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties" /> <c><cs:bodyPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType" /> <c><cs:defRPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference" /> <c><cs:fontRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference" /> <c><cs:lnRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference" /> <c><cs:fillRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference" /> <c><cs:effectRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale" /> <c><cs:lineWidthScale></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine"> <summary> <para>Defines the DataPointLine Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:dataPointLine.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList" /> <c><cs:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties" /> <c><cs:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties" /> <c><cs:bodyPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType" /> <c><cs:defRPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference" /> <c><cs:fontRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference" /> <c><cs:lnRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference" /> <c><cs:fillRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference" /> <c><cs:effectRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale" /> <c><cs:lineWidthScale></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker"> <summary> <para>Defines the DataPointMarker Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:dataPointMarker.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList" /> <c><cs:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties" /> <c><cs:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties" /> <c><cs:bodyPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType" /> <c><cs:defRPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference" /> <c><cs:fontRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference" /> <c><cs:lnRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference" /> <c><cs:fillRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference" /> <c><cs:effectRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale" /> <c><cs:lineWidthScale></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe"> <summary> <para>Defines the DataPointWireframe Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:dataPointWireframe.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList" /> <c><cs:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties" /> <c><cs:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties" /> <c><cs:bodyPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType" /> <c><cs:defRPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference" /> <c><cs:fontRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference" /> <c><cs:lnRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference" /> <c><cs:fillRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference" /> <c><cs:effectRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale" /> <c><cs:lineWidthScale></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle"> <summary> <para>Defines the DataTableStyle Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:dataTable.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList" /> <c><cs:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties" /> <c><cs:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties" /> <c><cs:bodyPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType" /> <c><cs:defRPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference" /> <c><cs:fontRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference" /> <c><cs:lnRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference" /> <c><cs:fillRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference" /> <c><cs:effectRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale" /> <c><cs:lineWidthScale></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar"> <summary> <para>Defines the DownBar Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:downBar.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList" /> <c><cs:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties" /> <c><cs:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties" /> <c><cs:bodyPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType" /> <c><cs:defRPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference" /> <c><cs:fontRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference" /> <c><cs:lnRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference" /> <c><cs:fillRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference" /> <c><cs:effectRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale" /> <c><cs:lineWidthScale></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine"> <summary> <para>Defines the DropLine Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:dropLine.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList" /> <c><cs:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties" /> <c><cs:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties" /> <c><cs:bodyPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType" /> <c><cs:defRPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference" /> <c><cs:fontRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference" /> <c><cs:lnRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference" /> <c><cs:fillRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference" /> <c><cs:effectRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale" /> <c><cs:lineWidthScale></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar"> <summary> <para>Defines the ErrorBar Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:errorBar.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList" /> <c><cs:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties" /> <c><cs:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties" /> <c><cs:bodyPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType" /> <c><cs:defRPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference" /> <c><cs:fontRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference" /> <c><cs:lnRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference" /> <c><cs:fillRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference" /> <c><cs:effectRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale" /> <c><cs:lineWidthScale></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor"> <summary> <para>Defines the Floor Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:floor.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList" /> <c><cs:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties" /> <c><cs:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties" /> <c><cs:bodyPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType" /> <c><cs:defRPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference" /> <c><cs:fontRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference" /> <c><cs:lnRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference" /> <c><cs:fillRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference" /> <c><cs:effectRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale" /> <c><cs:lineWidthScale></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor"> <summary> <para>Defines the GridlineMajor Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:gridlineMajor.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList" /> <c><cs:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties" /> <c><cs:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties" /> <c><cs:bodyPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType" /> <c><cs:defRPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference" /> <c><cs:fontRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference" /> <c><cs:lnRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference" /> <c><cs:fillRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference" /> <c><cs:effectRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale" /> <c><cs:lineWidthScale></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor"> <summary> <para>Defines the GridlineMinor Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:gridlineMinor.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList" /> <c><cs:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties" /> <c><cs:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties" /> <c><cs:bodyPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType" /> <c><cs:defRPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference" /> <c><cs:fontRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference" /> <c><cs:lnRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference" /> <c><cs:fillRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference" /> <c><cs:effectRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale" /> <c><cs:lineWidthScale></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine"> <summary> <para>Defines the HiLoLine Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:hiLoLine.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList" /> <c><cs:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties" /> <c><cs:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties" /> <c><cs:bodyPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType" /> <c><cs:defRPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference" /> <c><cs:fontRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference" /> <c><cs:lnRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference" /> <c><cs:fillRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference" /> <c><cs:effectRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale" /> <c><cs:lineWidthScale></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine"> <summary> <para>Defines the LeaderLine Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:leaderLine.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList" /> <c><cs:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties" /> <c><cs:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties" /> <c><cs:bodyPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType" /> <c><cs:defRPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference" /> <c><cs:fontRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference" /> <c><cs:lnRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference" /> <c><cs:fillRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference" /> <c><cs:effectRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale" /> <c><cs:lineWidthScale></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle"> <summary> <para>Defines the LegendStyle Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:legend.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList" /> <c><cs:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties" /> <c><cs:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties" /> <c><cs:bodyPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType" /> <c><cs:defRPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference" /> <c><cs:fontRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference" /> <c><cs:lnRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference" /> <c><cs:fillRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference" /> <c><cs:effectRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale" /> <c><cs:lineWidthScale></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea"> <summary> <para>Defines the PlotArea Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:plotArea.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList" /> <c><cs:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties" /> <c><cs:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties" /> <c><cs:bodyPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType" /> <c><cs:defRPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference" /> <c><cs:fontRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference" /> <c><cs:lnRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference" /> <c><cs:fillRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference" /> <c><cs:effectRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale" /> <c><cs:lineWidthScale></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D"> <summary> <para>Defines the PlotArea3D Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:plotArea3D.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList" /> <c><cs:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties" /> <c><cs:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties" /> <c><cs:bodyPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType" /> <c><cs:defRPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference" /> <c><cs:fontRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference" /> <c><cs:lnRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference" /> <c><cs:fillRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference" /> <c><cs:effectRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale" /> <c><cs:lineWidthScale></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis"> <summary> <para>Defines the SeriesAxis Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:seriesAxis.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList" /> <c><cs:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties" /> <c><cs:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties" /> <c><cs:bodyPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType" /> <c><cs:defRPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference" /> <c><cs:fontRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference" /> <c><cs:lnRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference" /> <c><cs:fillRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference" /> <c><cs:effectRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale" /> <c><cs:lineWidthScale></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine"> <summary> <para>Defines the SeriesLine Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:seriesLine.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList" /> <c><cs:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties" /> <c><cs:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties" /> <c><cs:bodyPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType" /> <c><cs:defRPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference" /> <c><cs:fontRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference" /> <c><cs:lnRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference" /> <c><cs:fillRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference" /> <c><cs:effectRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale" /> <c><cs:lineWidthScale></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle"> <summary> <para>Defines the TitleStyle Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:title.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList" /> <c><cs:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties" /> <c><cs:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties" /> <c><cs:bodyPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType" /> <c><cs:defRPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference" /> <c><cs:fontRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference" /> <c><cs:lnRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference" /> <c><cs:fillRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference" /> <c><cs:effectRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale" /> <c><cs:lineWidthScale></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle"> <summary> <para>Defines the TrendlineStyle Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:trendline.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList" /> <c><cs:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties" /> <c><cs:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties" /> <c><cs:bodyPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType" /> <c><cs:defRPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference" /> <c><cs:fontRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference" /> <c><cs:lnRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference" /> <c><cs:fillRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference" /> <c><cs:effectRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale" /> <c><cs:lineWidthScale></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel"> <summary> <para>Defines the TrendlineLabel Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:trendlineLabel.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList" /> <c><cs:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties" /> <c><cs:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties" /> <c><cs:bodyPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType" /> <c><cs:defRPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference" /> <c><cs:fontRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference" /> <c><cs:lnRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference" /> <c><cs:fillRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference" /> <c><cs:effectRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale" /> <c><cs:lineWidthScale></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar"> <summary> <para>Defines the UpBar Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:upBar.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList" /> <c><cs:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties" /> <c><cs:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties" /> <c><cs:bodyPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType" /> <c><cs:defRPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference" /> <c><cs:fontRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference" /> <c><cs:lnRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference" /> <c><cs:fillRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference" /> <c><cs:effectRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale" /> <c><cs:lineWidthScale></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis"> <summary> <para>Defines the ValueAxis Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:valueAxis.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList" /> <c><cs:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties" /> <c><cs:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties" /> <c><cs:bodyPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType" /> <c><cs:defRPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference" /> <c><cs:fontRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference" /> <c><cs:lnRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference" /> <c><cs:fillRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference" /> <c><cs:effectRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale" /> <c><cs:lineWidthScale></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall"> <summary> <para>Defines the Wall Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:wall.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList" /> <c><cs:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties" /> <c><cs:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties" /> <c><cs:bodyPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType" /> <c><cs:defRPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference" /> <c><cs:fontRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference" /> <c><cs:lnRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference" /> <c><cs:fillRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference" /> <c><cs:effectRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale" /> <c><cs:lineWidthScale></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry"> <summary> <para>Defines the StyleEntry Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList" /> <c><cs:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties" /> <c><cs:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties" /> <c><cs:bodyPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType" /> <c><cs:defRPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference" /> <c><cs:fontRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference" /> <c><cs:lnRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference" /> <c><cs:fillRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference" /> <c><cs:effectRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale" /> <c><cs:lineWidthScale></c></description></item> </list> </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="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.Modifiers"> <summary> <para>mods, this property is only available in Office 2013 and later.</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="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties"> <summary> <para>Defines the MarkerLayoutProperties Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cs:dataPointMarkerLayout.</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="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties.Symbol"> <summary> <para>symbol, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: size</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties.CloneNode(System.Boolean)"> <inheritdoc/> </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.Chart.PivotSource"> <summary> <para>Defines the PivotSource Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c15:pivotSource.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.FormatId" /> <c><c:fmtId></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PivotTableName" /> <c><c:name></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat"> <summary> <para>Defines the NumberingFormat Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c15:numFmt.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties"> <summary> <para>Defines the ShapeProperties Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c15:spPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlipFill" /> <c><a:blipFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.CustomGeometry" /> <c><a:custGeom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectDag" /> <c><a:effectDag></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectList" /> <c><a:effectLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GradientFill" /> <c><a:gradFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GroupFill" /> <c><a:grpFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Outline" /> <c><a:ln></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoFill" /> <c><a:noFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PatternFill" /> <c><a:pattFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetGeometry" /> <c><a:prstGeom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Scene3DType" /> <c><a:scene3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Shape3DType" /> <c><a:sp3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SolidFill" /> <c><a:solidFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Transform2D" /> <c><a:xfrm></c></description></item> </list> </remark> </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.BlackWhiteMode"> <summary> <para>Black and White Mode</para> <para>Represents the following attribute in the schema: bwMode</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout"> <summary> <para>Defines the Layout Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c15:layout.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ManualLayout" /> <c><c:manualLayout></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference"> <summary> <para>Defines the FullReference Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c15:fullRef.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences" /> <c><c15:sqref></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference"> <summary> <para>Defines the LevelReference Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c15:levelRef.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences" /> <c><c15:sqref></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference"> <summary> <para>Defines the FormulaReference Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c15:formulaRef.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences" /> <c><c15:sqref></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle"> <summary> <para>Defines the FilteredSeriesTitle Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c15:filteredSeriesTitle.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText" /> <c><c15:tx></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle"> <summary> <para>Defines the FilteredCategoryTitle Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c15:filteredCategoryTitle.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType" /> <c><c15:cat></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries"> <summary> <para>Defines the FilteredAreaSeries Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c15:filteredAreaSeries.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries" /> <c><c15:ser></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries"> <summary> <para>Defines the FilteredBarSeries Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c15:filteredBarSeries.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries" /> <c><c15:ser></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries"> <summary> <para>Defines the FilteredBubbleSeries Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c15:filteredBubbleSeries.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries" /> <c><c15:ser></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension"> <summary> <para>Defines the FilteredLineSeriesExtension Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c15:filteredLineSeries.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries" /> <c><c15:ser></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries"> <summary> <para>Defines the FilteredPieSeries Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c15:filteredPieSeries.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries" /> <c><c15:ser></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries"> <summary> <para>Defines the FilteredRadarSeries Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c15:filteredRadarSeries.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries" /> <c><c15:ser></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries"> <summary> <para>Defines the FilteredScatterSeries Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c15:filteredScatterSeries.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries" /> <c><c15:ser></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries"> <summary> <para>Defines the FilteredSurfaceSeries Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c15:filteredSurfaceSeries.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries" /> <c><c15:ser></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange"> <summary> <para>Defines the DataLabelsRange Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c15:datalabelsRange.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache" /> <c><c15:dlblRangeCache></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula" /> <c><c15:f></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions"> <summary> <para>Defines the CategoryFilterExceptions Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c15:categoryFilterExceptions.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException" /> <c><c15:categoryFilterException></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable"> <summary> <para>Defines the DataLabelFieldTable Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c15:dlblFieldTable.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry" /> <c><c15:dlblFTEntry></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ExceptionForSave"> <summary> <para>Defines the ExceptionForSave Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c15:xForSave.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowDataLabelsRange"> <summary> <para>Defines the ShowDataLabelsRange Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c15:showDataLabelsRange.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowLeaderLines"> <summary> <para>Defines the ShowLeaderLines Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c15:showLeaderLines.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.AutoGeneneratedCategories"> <summary> <para>Defines the AutoGeneneratedCategories Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c15:autoCat.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.InvertIfNegativeBoolean"> <summary> <para>Defines the InvertIfNegativeBoolean Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c15:invertIfNegative.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Bubble3D"> <summary> <para>Defines the Bubble3D Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c15:bubble3D.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.BooleanType"> <summary> <para>Defines the BooleanType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</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="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="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText"> <summary> <para>Defines the ChartText Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c15:tx.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.RichText" /> <c><c:rich></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.StringLiteral" /> <c><c:strLit></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.StringReference" /> <c><c:strRef></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines"> <summary> <para>Defines the LeaderLines Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c15:leaderLines.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties" /> <c><c:spPr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences"> <summary> <para>Defines the SequenceOfReferences Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c15:sqref.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula"> <summary> <para>Defines the Formula Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c15:f.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.TextFieldGuid"> <summary> <para>Defines the TextFieldGuid Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c15:txfldGUID.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType"> <summary> <para>Defines the AxisDataSourceType Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c15:cat.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference" /> <c><c:multiLvlStrRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral" /> <c><c:numLit></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.NumberReference" /> <c><c:numRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.StringLiteral" /> <c><c:strLit></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.StringReference" /> <c><c:strRef></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries"> <summary> <para>Defines the BarChartSeries Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c15:ser.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties" /> <c><c:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData" /> <c><c:cat></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative" /> <c><c:invertIfNegative></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataLabels" /> <c><c:dLbls></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataPoint" /> <c><c:dPt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ErrorBars" /> <c><c:errBars></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Values" /> <c><c:val></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PictureOptions" /> <c><c:pictureOptions></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.SeriesText" /> <c><c:tx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Shape" /> <c><c:shape></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Trendline" /> <c><c:trendline></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Index" /> <c><c:idx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Order" /> <c><c:order></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries"> <summary> <para>Defines the LineChartSeries Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c15:ser.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties" /> <c><c:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData" /> <c><c:cat></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Smooth" /> <c><c:smooth></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataLabels" /> <c><c:dLbls></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataPoint" /> <c><c:dPt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ErrorBars" /> <c><c:errBars></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Marker" /> <c><c:marker></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Values" /> <c><c:val></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PictureOptions" /> <c><c:pictureOptions></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.SeriesText" /> <c><c:tx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Trendline" /> <c><c:trendline></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Index" /> <c><c:idx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Order" /> <c><c:order></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries"> <summary> <para>Defines the ScatterChartSeries Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c15:ser.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties" /> <c><c:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.XValues" /> <c><c:xVal></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Smooth" /> <c><c:smooth></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataLabels" /> <c><c:dLbls></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataPoint" /> <c><c:dPt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ErrorBars" /> <c><c:errBars></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Marker" /> <c><c:marker></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.YValues" /> <c><c:yVal></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.SeriesText" /> <c><c:tx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Trendline" /> <c><c:trendline></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Index" /> <c><c:idx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Order" /> <c><c:order></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries"> <summary> <para>Defines the AreaChartSeries Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c15:ser.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties" /> <c><c:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData" /> <c><c:cat></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataLabels" /> <c><c:dLbls></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataPoint" /> <c><c:dPt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ErrorBars" /> <c><c:errBars></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Values" /> <c><c:val></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PictureOptions" /> <c><c:pictureOptions></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.SeriesText" /> <c><c:tx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Trendline" /> <c><c:trendline></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Index" /> <c><c:idx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Order" /> <c><c:order></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries"> <summary> <para>Defines the PieChartSeries Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c15:ser.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties" /> <c><c:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData" /> <c><c:cat></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataLabels" /> <c><c:dLbls></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataPoint" /> <c><c:dPt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Values" /> <c><c:val></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PictureOptions" /> <c><c:pictureOptions></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.SeriesText" /> <c><c:tx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Index" /> <c><c:idx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Order" /> <c><c:order></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Explosion" /> <c><c:explosion></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries"> <summary> <para>Defines the BubbleChartSeries Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c15:ser.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties" /> <c><c:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.XValues" /> <c><c:xVal></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative" /> <c><c:invertIfNegative></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Bubble3D" /> <c><c:bubble3D></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataLabels" /> <c><c:dLbls></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataPoint" /> <c><c:dPt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ErrorBars" /> <c><c:errBars></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.YValues" /> <c><c:yVal></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.BubbleSize" /> <c><c:bubbleSize></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PictureOptions" /> <c><c:pictureOptions></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.SeriesText" /> <c><c:tx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Trendline" /> <c><c:trendline></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Index" /> <c><c:idx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Order" /> <c><c:order></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries"> <summary> <para>Defines the RadarChartSeries Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c15:ser.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties" /> <c><c:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData" /> <c><c:cat></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataLabels" /> <c><c:dLbls></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataPoint" /> <c><c:dPt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Marker" /> <c><c:marker></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Values" /> <c><c:val></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PictureOptions" /> <c><c:pictureOptions></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.SeriesText" /> <c><c:tx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Index" /> <c><c:idx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Order" /> <c><c:order></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries"> <summary> <para>Defines the SurfaceChartSeries Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c15:ser.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties" /> <c><c:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData" /> <c><c:cat></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Bubble3D" /> <c><c:bubble3D></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Values" /> <c><c:val></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PictureOptions" /> <c><c:pictureOptions></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.SeriesText" /> <c><c:tx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Index" /> <c><c:idx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Order" /> <c><c:order></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache"> <summary> <para>Defines the DataLabelsRangeChache Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c15:dlblRangeCache.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.StringPoint" /> <c><c:pt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PointCount" /> <c><c:ptCount></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache"> <summary> <para>Defines the DataLabelFieldTableCache Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c15:dlblFieldTableCache.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.StringPoint" /> <c><c:pt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PointCount" /> <c><c:ptCount></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType"> <summary> <para>Defines the StringDataType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.StringPoint" /> <c><c:pt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PointCount" /> <c><c:ptCount></c></description></item> </list> </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="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="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion"> <summary> <para>Defines the Explosion Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c15:explosion.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker"> <summary> <para>Defines the Marker Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c15:marker.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties" /> <c><c:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Size" /> <c><c:size></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Symbol" /> <c><c:symbol></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel"> <summary> <para>Defines the DataLabel Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c15:dLbl.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties" /> <c><c:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.TextProperties" /> <c><c:txPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Delete" /> <c><c:delete></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ShowLegendKey" /> <c><c:showLegendKey></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ShowValue" /> <c><c:showVal></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ShowCategoryName" /> <c><c:showCatName></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ShowSeriesName" /> <c><c:showSerName></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ShowPercent" /> <c><c:showPercent></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ShowBubbleSize" /> <c><c:showBubbleSize></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition" /> <c><c:dLblPos></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Layout" /> <c><c:layout></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat" /> <c><c:numFmt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartText" /> <c><c:tx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Index" /> <c><c:idx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Separator" /> <c><c:separator></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException"> <summary> <para>Defines the CategoryFilterException Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c15:categoryFilterException.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties" /> <c><c15:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.InvertIfNegativeBoolean" /> <c><c15:invertIfNegative></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Bubble3D" /> <c><c15:bubble3D></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel" /> <c><c15:dLbl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker" /> <c><c15:marker></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion" /> <c><c15:explosion></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences" /> <c><c15:sqref></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry"> <summary> <para>Defines the DataLabelFieldTableEntry Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c15:dlblFTEntry.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache" /> <c><c15:dlblFieldTableCache></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.TextFieldGuid" /> <c><c15:txfldGUID></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula" /> <c><c15:f></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties"> <summary> <para>Defines the BackgroundProperties Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a15:backgroundPr.</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="P:DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.Mode"> <summary> <para>bwMode, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: targetScreenSize</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties"> <summary> <para>Defines the NonVisualGroupProperties Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a15:nonVisualGroupProps.</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="P:DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties.IsLegacyGroup"> <summary> <para>isLegacyGroup, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: isLegacyGroup</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties"> <summary> <para>Defines the ObjectProperties Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a15:objectPr.</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="P:DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.Id"> <summary> <para>objectId, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: linkType</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine"> <summary> <para>Defines the SignatureLine Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a15:signatureLine.</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="P:DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.IsSignatureLine"> <summary> <para>isSignatureLine, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: sigProvUrl</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.CloneNode(System.Boolean)"> <inheritdoc/> </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 available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is tsle:timeslicer.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList" /> <c><tsle:extLst></c></description></item> </list> </remark> </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.Name"> <summary> <para>name, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: name</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList"> <summary> <para>Defines the OfficeArtExtensionList Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is tsle:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Extension" /> <c><a:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension"> <summary> <para>Defines the WebExtension Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is we:webextension.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot" /> <c><we:snapshot></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList" /> <c><we:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList" /> <c><we:bindings></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag" /> <c><we:properties></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference" /> <c><we:reference></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList" /> <c><we:alternateReferences></c></description></item> </list> </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Fronzen"> <summary> Gets or sets the <see cref="P:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Frozen"/> value. It is only available for backwards compatibility until the next major version change. The <see cref="P:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Frozen"/> property should be used instead. </summary> </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.#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="P:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Id"> <summary> <para>id, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: id</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Frozen"> <summary> <para>frozen, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: frozen</para> </summary> </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)"> <inheritdoc/> </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="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.WebExtensionPart"> <summary> Gets the WebExtensionPart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReference"> <summary> <para>Defines the WebExtensionReference Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is we:webextensionref.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReference.#ctor"> <summary> Initializes a new instance of the WebExtensionReference class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReference.Id"> <summary> <para>id, this property is only available in Office 2013 and later.</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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty"> <summary> <para>Defines the WebExtensionProperty Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is we:property.</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="P:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty.Name"> <summary> <para>name, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: value</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList"> <summary> <para>Defines the OfficeArtExtensionList Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is we:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Extension" /> <c><a:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding"> <summary> <para>Defines the WebExtensionBinding Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is we:binding.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList" /> <c><we:extLst></c></description></item> </list> </remark> </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.Id"> <summary> <para>id, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: appref</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference"> <summary> <para>Defines the WebExtensionStoreReference Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is we:reference.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList" /> <c><we:extLst></c></description></item> </list> </remark> </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.Id"> <summary> <para>id, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: storeType</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList"> <summary> <para>Defines the WebExtensionReferenceList Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is we:alternateReferences.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference" /> <c><we:reference></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag"> <summary> <para>Defines the WebExtensionPropertyBag Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is we:properties.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty" /> <c><we:property></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList"> <summary> <para>Defines the WebExtensionBindingList Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is we:bindings.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding" /> <c><we:binding></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot"> <summary> <para>Defines the Snapshot Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is we:snapshot.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaBiLevel" /> <c><a:alphaBiLevel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaCeiling" /> <c><a:alphaCeiling></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaFloor" /> <c><a:alphaFloor></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaInverse" /> <c><a:alphaInv></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaModulationEffect" /> <c><a:alphaMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaModulationFixed" /> <c><a:alphaModFix></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaReplace" /> <c><a:alphaRepl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BiLevel" /> <c><a:biLevel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlipExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Blur" /> <c><a:blur></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ColorChange" /> <c><a:clrChange></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ColorReplacement" /> <c><a:clrRepl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Duotone" /> <c><a:duotone></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.FillOverlay" /> <c><a:fillOverlay></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Grayscale" /> <c><a:grayscl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Hsl" /> <c><a:hsl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LuminanceEffect" /> <c><a:lum></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TintEffect" /> <c><a:tint></c></description></item> </list> </remark> </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="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>Compression state for blips.</para> <para>Represents the following attribute in the schema: cstate</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Word.Person"> <summary> <para>Defines the Person Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w15:person.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Word.PresenceInfo" /> <c><w15:presenceInfo></c></description></item> </list> </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2013.Word.Person.Contact"> <summary> Gets or sets the <see cref="P:DocumentFormat.OpenXml.Office2013.Word.Person.Contact"/> value. It is only available for backwards compatibility until the next major version change. Please discontinue using this property. </summary> </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.Author"> <summary> <para>author, this property is only available in Office 2013 and later.</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.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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Word.Color"> <summary> <para>Defines the Color Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w15:color.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Word.Color.#ctor"> <summary> Initializes a new instance of the Color class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Word.DataBinding"> <summary> <para>Defines the DataBinding Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w15:dataBinding.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Word.DataBinding.#ctor"> <summary> Initializes a new instance of the DataBinding class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Word.Appearance"> <summary> <para>Defines the Appearance Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w15:appearance.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Word.Appearance.#ctor"> <summary> Initializes a new instance of the Appearance class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2013.Word.Appearance.Val"> <summary> <para>val, this property is only available in Office 2013 and later.</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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Word.CommentsEx"> <summary> <para>Defines the CommentsEx Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w15:commentsEx.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Word.CommentEx" /> <c><w15:commentEx></c></description></item> </list> </remark> </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.#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.CloneNode(System.Boolean)"> <inheritdoc/> </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="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="P:DocumentFormat.OpenXml.Office2013.Word.CommentsEx.WordprocessingCommentsExPart"> <summary> Gets the WordprocessingCommentsExPart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Word.People"> <summary> <para>Defines the People Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w15:people.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Word.Person" /> <c><w15:person></c></description></item> </list> </remark> </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.#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.CloneNode(System.Boolean)"> <inheritdoc/> </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="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="P:DocumentFormat.OpenXml.Office2013.Word.People.WordprocessingPeoplePart"> <summary> Gets the WordprocessingPeoplePart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection"> <summary> <para>Defines the SdtRepeatedSection Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w15:repeatingSection.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Word.DoNotAllowInsertDeleteSection" /> <c><w15:doNotAllowInsertDeleteSection></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Word.SectionTitle" /> <c><w15:sectionTitle></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSectionItem"> <summary> <para>Defines the SdtRepeatedSectionItem Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w15:repeatingSectionItem.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Word.ChartTrackingRefBased"> <summary> <para>Defines the ChartTrackingRefBased Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w15:chartTrackingRefBased.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Word.DefaultCollapsed"> <summary> <para>Defines the DefaultCollapsed Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w15:collapsed.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Word.WebExtensionLinked"> <summary> <para>Defines the WebExtensionLinked Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w15:webExtensionLinked.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Word.WebExtensionCreated"> <summary> <para>Defines the WebExtensionCreated Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w15:webExtensionCreated.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Word.DoNotAllowInsertDeleteSection"> <summary> <para>Defines the DoNotAllowInsertDeleteSection Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w15:doNotAllowInsertDeleteSection.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Word.OnOffType"> <summary> <para>Defines the OnOffType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Word.OnOffType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Office2013.Word.PersistentDocumentId"> <summary> <para>Defines the PersistentDocumentId Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w15:docId.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Word.PersistentDocumentId.#ctor"> <summary> Initializes a new instance of the PersistentDocumentId class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2013.Word.PersistentDocumentId.Val"> <summary> <para>val, this property is only available in Office 2013 and later.</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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns"> <summary> <para>Defines the FootnoteColumns Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w15:footnoteColumns.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns.#ctor"> <summary> Initializes a new instance of the FootnoteColumns class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Word.CommentEx"> <summary> <para>Defines the CommentEx Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w15:commentEx.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Word.CommentEx.#ctor"> <summary> Initializes a new instance of the CommentEx class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2013.Word.CommentEx.ParaId"> <summary> <para>paraId, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Word.PresenceInfo"> <summary> <para>Defines the PresenceInfo Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w15:presenceInfo.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Word.PresenceInfo.#ctor"> <summary> Initializes a new instance of the PresenceInfo class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2013.Word.PresenceInfo.ProviderId"> <summary> <para>providerId, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Word.SectionTitle"> <summary> <para>Defines the SectionTitle Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w15:sectionTitle.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Word.SectionTitle.#ctor"> <summary> Initializes a new instance of the SectionTitle class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </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 available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wp15:webVideoPr.</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="P:DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.EmbeddedHtml"> <summary> <para>embeddedHtml, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: w</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition"> <summary> <para>Defines the PresetTransition Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is p15:prstTrans.</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="P:DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.Preset"> <summary> <para>prst, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: invY</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo"> <summary> <para>Defines the PresenceInfo Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is p15:presenceInfo.</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="P:DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo.UserId"> <summary> <para>userId, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: providerId</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo"> <summary> <para>Defines the ThreadingInfo Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is p15:threadingInfo.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier" /> <c><p15:parentCm></c></description></item> </list> </remark> </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.TimeZoneBias"> <summary> <para>timeZoneBias, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: timeZoneBias</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList"> <summary> <para>Defines the SlideGuideList Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is p15:sldGuideLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList" /> <c><p15:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide" /> <c><p15:guide></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList"> <summary> <para>Defines the NotesGuideList Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is p15:notesGuideLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList" /> <c><p15:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide" /> <c><p15:guide></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList"> <summary> <para>Defines the ExtendedGuideList Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList" /> <c><p15:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide" /> <c><p15:guide></c></description></item> </list> </remark> </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 available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is p15:chartTrackingRefBased.</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="P:DocumentFormat.OpenXml.Office2013.PowerPoint.ChartTrackingReferenceBased.Val"> <summary> <para>val, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: val</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.ChartTrackingReferenceBased.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier"> <summary> <para>Defines the ParentCommentIdentifier Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is p15:parentCm.</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="P:DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier.AuthorId"> <summary> <para>authorId, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: idx</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType"> <summary> <para>Defines the ColorType Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is p15:clr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SchemeColor" /> <c><a:schemeClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList"> <summary> <para>Defines the ExtensionList Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is p15:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Presentation.Extension" /> <c><p:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide"> <summary> <para>Defines the ExtendedGuide Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is p15:guide.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType" /> <c><p15:clr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList" /> <c><p15:extLst></c></description></item> </list> </remark> </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.Id"> <summary> <para>id, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: userDrawn</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Key"> <summary> <para>Defines the Key Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is pRoam:key.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Value"> <summary> <para>Defines the Value Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is pRoam:value.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty"> <summary> <para>Defines the RoamingProperty Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is pRoam:props.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Key" /> <c><pRoam:key></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Value" /> <c><pRoam:value></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath"> <summary> <para>Defines the AbsolutePath Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15ac:absPath.</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="P:DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath.Url"> <summary> <para>url, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: url</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.PivotCaches"> <summary> <para>Defines the PivotCaches Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:pivotCaches.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PivotCache" /> <c><x:pivotCache></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotCaches"> <summary> <para>Defines the TimelineCachePivotCaches Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:timelineCachePivotCaches.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PivotCache" /> <c><x:pivotCache></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.OpenXmlPivotCachesElement"> <summary> <para>Defines the OpenXmlPivotCachesElement Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PivotCache" /> <c><x:pivotCache></c></description></item> </list> </remark> </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 available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:pivotTableReferences.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.PivotTableReference" /> <c><x15:pivotTableReference></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.QueryTable"> <summary> <para>Defines the QueryTable Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:queryTable.</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="P:DocumentFormat.OpenXml.Office2013.Excel.QueryTable.Clipped"> <summary> <para>clipped, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: drillThrough</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Excel.QueryTable.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.WebExtensions"> <summary> <para>Defines the WebExtensions Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:webExtensions.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.WebExtension" /> <c><x15:webExtension></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReferences"> <summary> <para>Defines the TimelineCacheReferences Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:timelineCacheRefs.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReference" /> <c><x15:timelineCacheRef></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.TimelineReferences"> <summary> <para>Defines the TimelineReferences Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:timelineRefs.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.TimelineReference" /> <c><x15:timelineRef></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.WorkbookProperties"> <summary> <para>Defines the WorkbookProperties Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:workbookPr.</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="P:DocumentFormat.OpenXml.Office2013.Excel.WorkbookProperties.ChartTrackingReferenceBase"> <summary> <para>chartTrackingRefBase, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: chartTrackingRefBase</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Excel.WorkbookProperties.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles"> <summary> <para>Defines the TimelineStyles Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:timelineStyles.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle" /> <c><x15:timelineStyle></c></description></item> </list> </remark> </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="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.DefaultTimelineStyle"> <summary> <para>defaultTimelineStyle, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: defaultTimelineStyle</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats"> <summary> <para>Defines the DifferentialFormats Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:dxfs.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat" /> <c><x:dxf></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.Connection"> <summary> <para>Defines the Connection Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:connection.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.TextProperties" /> <c><x15:textPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties" /> <c><x15:dataFeedPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties" /> <c><x15:modelTextPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties" /> <c><x15:oledbPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.RangeProperties" /> <c><x15:rangePr></c></description></item> </list> </remark> </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.Id"> <summary> <para>id, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: usedByAddin</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember"> <summary> <para>Defines the CalculatedMember Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:calculatedMember.</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="P:DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.MeasureGroup"> <summary> <para>measureGroup, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: measure</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings"> <summary> <para>Defines the PivotTableUISettings Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:pivotTableUISettings.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.ExtensionList" /> <c><x15:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity" /> <c><x15:activeTabTopLevelEntity></c></description></item> </list> </remark> </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="P:DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.SourceDataName"> <summary> <para>sourceDataName, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: relNeededHidden</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.PivotFilter"> <summary> <para>Defines the PivotFilter Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:pivotFilter.</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="P:DocumentFormat.OpenXml.Office2013.Excel.PivotFilter.UseWholeDay"> <summary> <para>useWholeDay, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: useWholeDay</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotFilter.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueNames"> <summary> <para>Defines the CachedUniqueNames Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:cachedUniqueNames.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName" /> <c><x15:cachedUniqueName></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.CacheHierarchy"> <summary> <para>Defines the CacheHierarchy Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:cacheHierarchy.</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="P:DocumentFormat.OpenXml.Office2013.Excel.CacheHierarchy.AggregatedColumn"> <summary> <para>aggregatedColumn, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: aggregatedColumn</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Excel.CacheHierarchy.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.TimelinePivotCacheDefinition"> <summary> <para>Defines the TimelinePivotCacheDefinition Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:timelinePivotCacheDefinition.</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="P:DocumentFormat.OpenXml.Office2013.Excel.TimelinePivotCacheDefinition.TimelineData"> <summary> <para>timelineData, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: timelineData</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelinePivotCacheDefinition.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion"> <summary> <para>Defines the PivotCacheIdVersion Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:pivotCacheIdVersion.</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="P:DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion.CacheIdSupportedVersion"> <summary> <para>cacheIdSupportedVersion, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: cacheIdCreatedVersion</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.DataModel"> <summary> <para>Defines the DataModel Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:dataModel.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.ExtensionList" /> <c><x15:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships" /> <c><x15:modelRelationships></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.ModelTables" /> <c><x15:modelTables></c></description></item> </list> </remark> </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.MinVersionLoad"> <summary> <para>minVersionLoad, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: minVersionLoad</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.PivotTableData"> <summary> <para>Defines the PivotTableData Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:pivotTableData.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.PivotRow" /> <c><x15:pivotRow></c></description></item> </list> </remark> </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="P:DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.RowCount"> <summary> <para>rowCount, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: cacheId</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.PivotCacheDecoupled"> <summary> <para>Defines the PivotCacheDecoupled Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:pivotCacheDecoupled.</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="P:DocumentFormat.OpenXml.Office2013.Excel.PivotCacheDecoupled.Decoupled"> <summary> <para>decoupled, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: decoupled</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotCacheDecoupled.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.DataField"> <summary> <para>Defines the DataField Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:dataField.</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="P:DocumentFormat.OpenXml.Office2013.Excel.DataField.IsCountDistinct"> <summary> <para>isCountDistinct, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: isCountDistinct</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Excel.DataField.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState"> <summary> <para>Defines the MovingPeriodState Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:movingPeriodState.</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="P:DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.ReferenceDateBegin"> <summary> <para>referenceDateBegin, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: movingMultiple</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.SlicerCaches"> <summary> <para>Defines the SlicerCaches Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:slicerCaches.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Excel.SlicerCache" /> <c><x14:slicerCache></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache"> <summary> <para>Defines the TableSlicerCache Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:tableSlicerCache.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.ExtensionList" /> <c><x15:extLst></c></description></item> </list> </remark> </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.TableId"> <summary> <para>tableId, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2010 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2010 and later.</para> <para>Represents the following attribute in the schema: crossFilter</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData"> <summary> <para>Defines the SlicerCacheHideItemsWithNoData Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:slicerCacheHideItemsWithNoData.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName" /> <c><x15:slicerCacheOlapLevelName></c></description></item> </list> </remark> </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="P:DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.Count"> <summary> <para>count, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: count</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.SlicerCachePivotTables"> <summary> <para>Defines the SlicerCachePivotTables Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:slicerCachePivotTables.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable" /> <c><x14:pivotTable></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.Survey"> <summary> <para>Defines the Survey Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:survey.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.ExtensionList" /> <c><x15:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr" /> <c><x15:surveyPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr" /> <c><x15:titlePr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr" /> <c><x15:descriptionPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions" /> <c><x15:questions></c></description></item> </list> </remark> </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.Id"> <summary> <para>id, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: description</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.Timelines"> <summary> <para>Defines the Timelines Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:timelines.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.Timeline" /> <c><x15:timeline></c></description></item> </list> </remark> </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.#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.CloneNode(System.Boolean)"> <inheritdoc/> </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="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="P:DocumentFormat.OpenXml.Office2013.Excel.Timelines.TimeLinePart"> <summary> Gets the TimeLinePart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition"> <summary> <para>Defines the TimelineCacheDefinition Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:timelineCacheDefinition.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.ExtensionList" /> <c><x15:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables" /> <c><x15:pivotTables></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.TimelineState" /> <c><x15:state></c></description></item> </list> </remark> </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.#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="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.Name"> <summary> <para>name, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: sourceName</para> </summary> </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)"> <inheritdoc/> </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="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.TimeLineCachePart"> <summary> Gets the TimeLineCachePart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.PivotTableReference"> <summary> <para>Defines the PivotTableReference Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:pivotTableReference.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotTableReference.#ctor"> <summary> Initializes a new instance of the PivotTableReference class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotTableReference.Id"> <summary> <para>id, this property is only available in Office 2013 and later.</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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.WebExtension"> <summary> <para>Defines the WebExtension Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:webExtension.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Excel.Formula" /> <c><xne:f></c></description></item> </list> </remark> </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.ApplicationReference"> <summary> <para>appRef, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: appRef</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReference"> <summary> <para>Defines the TimelineCacheReference Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:timelineCacheRef.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReference.#ctor"> <summary> Initializes a new instance of the TimelineCacheReference class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReference.Id"> <summary> <para>id, this property is only available in Office 2013 and later.</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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.TimelineReference"> <summary> <para>Defines the TimelineReference Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:timelineRef.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineReference.#ctor"> <summary> Initializes a new instance of the TimelineReference class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineReference.Id"> <summary> <para>id, this property is only available in Office 2013 and later.</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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle"> <summary> <para>Defines the TimelineStyle Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:timelineStyle.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements" /> <c><x15:timelineStyleElements></c></description></item> </list> </remark> </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.Name"> <summary> <para>name, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: name</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement"> <summary> <para>Defines the TimelineStyleElement Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:timelineStyleElement.</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="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement.Type"> <summary> <para>type, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: dxfId</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements"> <summary> <para>Defines the TimelineStyleElements Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:timelineStyleElements.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement" /> <c><x15:timelineStyleElement></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.DbTable"> <summary> <para>Defines the DbTable Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:dbTable.</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="P:DocumentFormat.OpenXml.Office2013.Excel.DbTable.Name"> <summary> <para>name, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: name</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Excel.DbTable.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.DbTables"> <summary> <para>Defines the DbTables Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:dbTables.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.DbTable" /> <c><x15:dbTable></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.DbCommand"> <summary> <para>Defines the DbCommand Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:dbCommand.</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="P:DocumentFormat.OpenXml.Office2013.Excel.DbCommand.Text"> <summary> <para>text, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: text</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Excel.DbCommand.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.TextProperties"> <summary> <para>Defines the TextProperties Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:textPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.TextFields" /> <c><x:textFields></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties"> <summary> <para>Defines the ModelTextProperties Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:modelTextPr.</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="P:DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties.Headers"> <summary> <para>headers, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: headers</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.RangeProperties"> <summary> <para>Defines the RangeProperties Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:rangePr.</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="P:DocumentFormat.OpenXml.Office2013.Excel.RangeProperties.SourceName"> <summary> <para>sourceName, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: sourceName</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Excel.RangeProperties.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties"> <summary> <para>Defines the OleDbPrpoperties Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:oledbPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.DbCommand" /> <c><x15:dbCommand></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.DbTables" /> <c><x15:dbTables></c></description></item> </list> </remark> </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.Connection"> <summary> <para>connection, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: connection</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties"> <summary> <para>Defines the DataFeedProperties Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:dataFeedPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.DbTables" /> <c><x15:dbTables></c></description></item> </list> </remark> </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.Connection"> <summary> <para>connection, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: connection</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity"> <summary> <para>Defines the FieldListActiveTabTopLevelEntity Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:activeTabTopLevelEntity.</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="P:DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity.Name"> <summary> <para>name, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: type</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.ExtensionList"> <summary> <para>Defines the ExtensionList Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Extension" /> <c><x:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName"> <summary> <para>Defines the CachedUniqueName Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:cachedUniqueName.</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="P:DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName.Index"> <summary> <para>index, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: name</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.ModelTable"> <summary> <para>Defines the ModelTable Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:modelTable.</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="P:DocumentFormat.OpenXml.Office2013.Excel.ModelTable.Id"> <summary> <para>id, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: connection</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Excel.ModelTable.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship"> <summary> <para>Defines the ModelRelationship Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:modelRelationship.</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="P:DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.FromTable"> <summary> <para>fromTable, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: toColumn</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.ModelTables"> <summary> <para>Defines the ModelTables Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:modelTables.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.ModelTable" /> <c><x15:modelTable></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships"> <summary> <para>Defines the ModelRelationships Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:modelRelationships.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship" /> <c><x15:modelRelationship></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell"> <summary> <para>Defines the PivotValueCell Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:c.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.Xstring" /> <c><x15:v></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra" /> <c><x15:x></c></description></item> </list> </remark> </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.Item"> <summary> <para>i, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: t</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.Xstring"> <summary> <para>Defines the Xstring Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:v.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra"> <summary> <para>Defines the PivotValueCellExtra Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:x.</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="P:DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.FormatIndex"> <summary> <para>in, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: b</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats"> <summary> <para>Defines the PivotTableServerFormats Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:pivotTableServerFormats.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.ServerFormat" /> <c><x15:serverFormat></c></description></item> </list> </remark> </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="P:DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.Count"> <summary> <para>count, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: count</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.ServerFormat"> <summary> <para>Defines the ServerFormat Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:serverFormat.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName"> <summary> <para>Defines the SlicerCacheOlapLevelName Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:slicerCacheOlapLevelName.</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="P:DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName.UniqueName"> <summary> <para>uniqueName, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: count</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr"> <summary> <para>Defines the SurveyPrSurveyElementPr Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:surveyPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.ExtensionList" /> <c><x15:extLst></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr"> <summary> <para>Defines the TitlePrSurveyElementPr Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:titlePr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.ExtensionList" /> <c><x15:extLst></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr"> <summary> <para>Defines the DescriptionPrSurveyElementPr Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:descriptionPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.ExtensionList" /> <c><x15:extLst></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr"> <summary> <para>Defines the QuestionsPrSurveyElementPr Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:questionsPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.ExtensionList" /> <c><x15:extLst></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr"> <summary> <para>Defines the QuestionPrSurveyElementPr Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:questionPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.ExtensionList" /> <c><x15:extLst></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement"> <summary> <para>Defines the OpenXmlSurveyElementPrElement Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.ExtensionList" /> <c><x15:extLst></c></description></item> </list> </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="P:DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.CssClass"> <summary> <para>cssClass, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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="T:DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions"> <summary> <para>Defines the SurveyQuestions Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:questions.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr" /> <c><x15:questionsPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion" /> <c><x15:question></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion"> <summary> <para>Defines the SurveyQuestion Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:question.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.ExtensionList" /> <c><x15:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr" /> <c><x15:questionPr></c></description></item> </list> </remark> </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.Binding"> <summary> <para>binding, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: rowSource</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.Timeline"> <summary> <para>Defines the Timeline Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:timeline.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.ExtensionList" /> <c><x15:extLst></c></description></item> </list> </remark> </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.Name"> <summary> <para>name, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: style</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable"> <summary> <para>Defines the TimelineCachePivotTable Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:pivotTable.</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="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable.TabId"> <summary> <para>tabId, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: name</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.SelectionTimelineRange"> <summary> <para>Defines the SelectionTimelineRange Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:selection.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.BoundsTimelineRange"> <summary> <para>Defines the BoundsTimelineRange Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:bounds.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.TimelineRange"> <summary> <para>Defines the TimelineRange Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</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="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineRange.StartDate"> <summary> <para>startDate, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: endDate</para> </summary> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.AutoFilter"> <summary> <para>Defines the AutoFilter Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:autoFilter.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.FilterColumn" /> <c><x:filterColumn></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.SortState" /> <c><x:sortState></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables"> <summary> <para>Defines the TimelineCachePivotTables Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:pivotTables.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable" /> <c><x15:pivotTable></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.TimelineState"> <summary> <para>Defines the TimelineState Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:state.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.ExtensionList" /> <c><x15:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState" /> <c><x15:movingPeriodState></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.SelectionTimelineRange" /> <c><x15:selection></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.BoundsTimelineRange" /> <c><x15:bounds></c></description></item> </list> </remark> </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.SingleRangeFilterState"> <summary> <para>singleRangeFilterState, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: filterPivotName</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Excel.PivotRow"> <summary> <para>Defines the PivotRow Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x15:pivotRow.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell" /> <c><x15:c></c></description></item> </list> </remark> </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="P:DocumentFormat.OpenXml.Office2013.Excel.PivotRow.Reference"> <summary> <para>r, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: count</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotRow.CloneNode(System.Boolean)"> <inheritdoc/> </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 available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is thm15:themeFamily.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList" /> <c><thm15:extLst></c></description></item> </list> </remark> </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.Name"> <summary> <para>name, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: vid</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList"> <summary> <para>Defines the OfficeArtExtensionList Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is thm15:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Extension" /> <c><a:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant"> <summary> <para>Defines the ThemeVariant Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is thm15:themeVariant.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList" /> <c><thm15:extLst></c></description></item> </list> </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.Name"> <summary> <para>name, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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.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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList"> <summary> <para>Defines the ThemeVariantList Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is thm15:themeVariantLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant" /> <c><thm15:themeVariant></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes"> <summary> <para>Defines the Taskpanes Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wetp:taskpanes.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane" /> <c><wetp:taskpane></c></description></item> </list> </remark> </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.#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.CloneNode(System.Boolean)"> <inheritdoc/> </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="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="P:DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.WebExTaskpanesPart"> <summary> Gets the WebExTaskpanesPart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference"> <summary> <para>Defines the WebExtensionPartReference Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wetp:webextensionref.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference.#ctor"> <summary> Initializes a new instance of the WebExtensionPartReference class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference.Id"> <summary> <para>id, this property is only available in Office 2013 and later.</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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList"> <summary> <para>Defines the OfficeArtExtensionList Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wetp:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Extension" /> <c><a:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane"> <summary> <para>Defines the WebExtensionTaskpane Class.</para> <para>This class is available in Office 2013 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wetp:taskpane.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList" /> <c><wetp:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference" /> <c><wetp:webextensionref></c></description></item> </list> </remark> </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.DockState"> <summary> <para>dockstate, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</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, this property is only available in Office 2013 and later.</para> <para>Represents the following attribute in the schema: locked</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType"> <summary> <para>Defines the TextCharacterPropertiesType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlipFill" /> <c><a:blipFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RightToLeft" /> <c><a:rtl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Highlight" /> <c><a:highlight></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectDag" /> <c><a:effectDag></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectList" /> <c><a:effectLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GradientFill" /> <c><a:gradFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GroupFill" /> <c><a:grpFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HyperlinkOnClick" /> <c><a:hlinkClick></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver" /> <c><a:hlinkMouseOver></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Outline" /> <c><a:ln></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Underline" /> <c><a:uLn></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoFill" /> <c><a:noFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PatternFill" /> <c><a:pattFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SolidFill" /> <c><a:solidFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LatinFont" /> <c><a:latin></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EastAsianFont" /> <c><a:ea></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ComplexScriptFont" /> <c><a:cs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SymbolFont" /> <c><a:sym></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.UnderlineFillText" /> <c><a:uFillTx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.UnderlineFill" /> <c><a:uFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.UnderlineFollowsText" /> <c><a:uLnTx></c></description></item> </list> </remark> </member> <member name="P:DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmtClean"> <summary> Gets or sets the <see cref="P:DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmartTagClean"/> value. It is only available for backwards compatibility until the next major version change. The <see cref="P:DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmartTagClean"/> property should be used instead. </summary> </member> <member name="P:DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmtId"> <summary> Gets or sets the <see cref="P:DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmartTagId"/> value. It is only available for backwards compatibility until the next major version change. The <see cref="P:DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmartTagId"/> property should be used instead. </summary> </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="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.SmartTagClean"> <summary> <para>smtClean</para> <para>Represents the following attribute in the schema: smtClean</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmartTagId"> <summary> <para>smtId</para> <para>Represents the following attribute in the schema: smtId</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="T:DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat"> <summary> <para>Number Format.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:numFmt.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties"> <summary> <para>Defines the ChartShapeProperties Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:spPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlipFill" /> <c><a:blipFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.CustomGeometry" /> <c><a:custGeom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectDag" /> <c><a:effectDag></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectList" /> <c><a:effectLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GradientFill" /> <c><a:gradFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Outline" /> <c><a:ln></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoFill" /> <c><a:noFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PatternFill" /> <c><a:pattFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetGeometry" /> <c><a:prstGeom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Scene3DType" /> <c><a:scene3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Shape3DType" /> <c><a:sp3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SolidFill" /> <c><a:solidFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Transform2D" /> <c><a:xfrm></c></description></item> </list> </remark> </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.BlackWhiteMode"> <summary> <para>Black and White Mode</para> <para>Represents the following attribute in the schema: bwMode</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.TextProperties"> <summary> <para>Defines the TextProperties Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:txPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BodyProperties" /> <c><a:bodyPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ListStyle" /> <c><a:lstStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Paragraph" /> <c><a:p></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.RichText"> <summary> <para>Rich Text.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:rich.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BodyProperties" /> <c><a:bodyPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ListStyle" /> <c><a:lstStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Paragraph" /> <c><a:p></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.TextBodyType"> <summary> <para>Defines the TextBodyType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BodyProperties" /> <c><a:bodyPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ListStyle" /> <c><a:lstStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Paragraph" /> <c><a:p></c></description></item> </list> </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="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="T:DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition"> <summary> <para>Data Label Position.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:dLblPos.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ShowLegendKey"> <summary> <para>Show Legend Key.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:showLegendKey.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ShowValue"> <summary> <para>Show Value.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:showVal.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ShowCategoryName"> <summary> <para>Show Category Name.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:showCatName.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ShowSeriesName"> <summary> <para>Show Series Name.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:showSerName.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ShowPercent"> <summary> <para>Show Percent.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:showPercent.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ShowBubbleSize"> <summary> <para>Show Bubble Size.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:showBubbleSize.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ShowLeaderLines"> <summary> <para>Show Leader Lines.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:showLeaderLines.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.VaryColors"> <summary> <para>Defines the VaryColors Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:varyColors.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Wireframe"> <summary> <para>Wireframe.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:wireframe.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Delete"> <summary> <para>Delete.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:delete.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Overlay"> <summary> <para>Overlay.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:overlay.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.RightAngleAxes"> <summary> <para>Right Angle Axes.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:rAngAx.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ShowHorizontalBorder"> <summary> <para>Show Horizontal Border.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:showHorzBorder.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ShowVerticalBorder"> <summary> <para>Show Vertical Border.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:showVertBorder.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ShowOutlineBorder"> <summary> <para>Show Outline Border.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:showOutline.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ShowKeys"> <summary> <para>Show Legend Keys.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:showKeys.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative"> <summary> <para>Invert if Negative.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:invertIfNegative.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Bubble3D"> <summary> <para>3D Bubble.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:bubble3D.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.DisplayRSquaredValue"> <summary> <para>Display R Squared Value.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:dispRSqr.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.DisplayEquation"> <summary> <para>Display Equation.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:dispEq.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.NoEndCap"> <summary> <para>No End Cap.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:noEndCap.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ApplyToFront"> <summary> <para>Apply To Front.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:applyToFront.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ApplyToSides"> <summary> <para>Apply To Sides.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:applyToSides.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ApplyToEnd"> <summary> <para>Apply to End.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:applyToEnd.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ChartObject"> <summary> <para>Chart Object.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:chartObject.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Data"> <summary> <para>Data Cannot Be Changed.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:data.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Formatting"> <summary> <para>Formatting.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:formatting.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Selection"> <summary> <para>Selection.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:selection.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.UserInterface"> <summary> <para>User Interface.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:userInterface.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.AutoUpdate"> <summary> <para>Update Automatically.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:autoUpdate.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Smooth"> <summary> <para>Defines the Smooth Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:smooth.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ShowMarker"> <summary> <para>Defines the ShowMarker Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:marker.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ShowNegativeBubbles"> <summary> <para>Defines the ShowNegativeBubbles Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:showNegBubbles.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.AutoLabeled"> <summary> <para>Defines the AutoLabeled Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:auto.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.NoMultiLevelLabels"> <summary> <para>Defines the NoMultiLevelLabels Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:noMultiLvlLbl.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Date1904"> <summary> <para>Defines the Date1904 Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:date1904.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.RoundedCorners"> <summary> <para>Defines the RoundedCorners Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:roundedCorners.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.AutoTitleDeleted"> <summary> <para>True if the chart automatic title has been deleted..</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:autoTitleDeleted.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.PlotVisibleOnly"> <summary> <para>True if only visible cells are plotted..</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:plotVisOnly.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ShowDataLabelsOverMaximum"> <summary> <para>True if we should render datalabels over the maximum scale.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:showDLblsOverMax.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.BooleanType"> <summary> <para>Defines the BooleanType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</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="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="T:DocumentFormat.OpenXml.Drawing.Charts.Separator"> <summary> <para>Separator.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:separator.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.TrendlineName"> <summary> <para>Trendline Name.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:name.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Formula"> <summary> <para>Defines the Formula Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:f.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Layout"> <summary> <para>Layout.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:layout.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ManualLayout" /> <c><c:manualLayout></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ChartText"> <summary> <para>Defines the ChartText Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:tx.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.RichText" /> <c><c:rich></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.StringLiteral" /> <c><c:strLit></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.StringReference" /> <c><c:strRef></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.LeaderLines"> <summary> <para>Leader Lines.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:leaderLines.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties" /> <c><c:spPr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.DropLines"> <summary> <para>Drop Lines.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:dropLines.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties" /> <c><c:spPr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines"> <summary> <para>Major Gridlines.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:majorGridlines.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties" /> <c><c:spPr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines"> <summary> <para>Minor Gridlines.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:minorGridlines.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties" /> <c><c:spPr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.SeriesLines"> <summary> <para>Defines the SeriesLines Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:serLines.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties" /> <c><c:spPr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.HighLowLines"> <summary> <para>Defines the HighLowLines Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:hiLowLines.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties" /> <c><c:spPr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType"> <summary> <para>Defines the ChartLinesType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties" /> <c><c:spPr></c></description></item> </list> </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="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="T:DocumentFormat.OpenXml.Drawing.Charts.Index"> <summary> <para>Index.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:idx.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Order"> <summary> <para>Order.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:order.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.AxisId"> <summary> <para>Axis ID.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:axId.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis"> <summary> <para>Crossing Axis ID.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:crossAx.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.PointCount"> <summary> <para>Point Count.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:ptCount.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.SecondPiePoint"> <summary> <para>Second Pie Point.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:secondPiePt.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Explosion"> <summary> <para>Explosion.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:explosion.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.FormatId"> <summary> <para>Format ID.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:fmtId.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.UnsignedIntegerType"> <summary> <para>Defines the UnsignedIntegerType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</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="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="T:DocumentFormat.OpenXml.Drawing.Charts.SeriesText"> <summary> <para>Series Text.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:tx.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.StringReference" /> <c><c:strRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.NumericValue" /> <c><c:v></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Grouping"> <summary> <para>Grouping.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:grouping.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries"> <summary> <para>Defines the LineChartSeries Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:ser.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties" /> <c><c:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData" /> <c><c:cat></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Smooth" /> <c><c:smooth></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataLabels" /> <c><c:dLbls></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataPoint" /> <c><c:dPt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ErrorBars" /> <c><c:errBars></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Marker" /> <c><c:marker></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Values" /> <c><c:val></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PictureOptions" /> <c><c:pictureOptions></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.SeriesText" /> <c><c:tx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Trendline" /> <c><c:trendline></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Index" /> <c><c:idx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Order" /> <c><c:order></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.DataLabels"> <summary> <para>Data Labels.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:dLbls.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties" /> <c><c:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.TextProperties" /> <c><c:txPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Delete" /> <c><c:delete></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ShowLegendKey" /> <c><c:showLegendKey></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ShowValue" /> <c><c:showVal></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ShowCategoryName" /> <c><c:showCatName></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ShowSeriesName" /> <c><c:showSerName></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ShowPercent" /> <c><c:showPercent></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ShowBubbleSize" /> <c><c:showBubbleSize></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ShowLeaderLines" /> <c><c:showLeaderLines></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.LeaderLines" /> <c><c:leaderLines></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataLabel" /> <c><c:dLbl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition" /> <c><c:dLblPos></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat" /> <c><c:numFmt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Separator" /> <c><c:separator></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.BarDirection"> <summary> <para>Bar Direction.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:barDir.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.BarGrouping"> <summary> <para>Bar Grouping.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:grouping.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries"> <summary> <para>Bar Chart Series.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:ser.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties" /> <c><c:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData" /> <c><c:cat></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative" /> <c><c:invertIfNegative></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataLabels" /> <c><c:dLbls></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataPoint" /> <c><c:dPt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ErrorBars" /> <c><c:errBars></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Values" /> <c><c:val></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PictureOptions" /> <c><c:pictureOptions></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.SeriesText" /> <c><c:tx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Shape" /> <c><c:shape></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Trendline" /> <c><c:trendline></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Index" /> <c><c:idx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Order" /> <c><c:order></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries"> <summary> <para>Area Chart Series.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:ser.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties" /> <c><c:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData" /> <c><c:cat></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataLabels" /> <c><c:dLbls></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataPoint" /> <c><c:dPt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ErrorBars" /> <c><c:errBars></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Values" /> <c><c:val></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PictureOptions" /> <c><c:pictureOptions></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.SeriesText" /> <c><c:tx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Trendline" /> <c><c:trendline></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Index" /> <c><c:idx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Order" /> <c><c:order></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries"> <summary> <para>Pie Chart Series.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:ser.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties" /> <c><c:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData" /> <c><c:cat></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataLabels" /> <c><c:dLbls></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataPoint" /> <c><c:dPt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Values" /> <c><c:val></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PictureOptions" /> <c><c:pictureOptions></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.SeriesText" /> <c><c:tx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Index" /> <c><c:idx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Order" /> <c><c:order></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Explosion" /> <c><c:explosion></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries"> <summary> <para>Surface Chart Series.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:ser.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties" /> <c><c:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData" /> <c><c:cat></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Bubble3D" /> <c><c:bubble3D></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Values" /> <c><c:val></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PictureOptions" /> <c><c:pictureOptions></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.SeriesText" /> <c><c:tx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Index" /> <c><c:idx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Order" /> <c><c:order></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.BandFormats"> <summary> <para>Band Formats.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:bandFmts.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.BandFormat" /> <c><c:bandFmt></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Scaling"> <summary> <para>Scaling.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:scaling.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.MaxAxisValue" /> <c><c:max></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.MinAxisValue" /> <c><c:min></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.LogBase" /> <c><c:logBase></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Orientation" /> <c><c:orientation></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.AxisPosition"> <summary> <para>Axis Position.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:axPos.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Title"> <summary> <para>Title.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:title.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties" /> <c><c:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.TextProperties" /> <c><c:txPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Overlay" /> <c><c:overlay></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Layout" /> <c><c:layout></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartText" /> <c><c:tx></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark"> <summary> <para>Major Tick Mark.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:majorTickMark.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark"> <summary> <para>Minor Tick Mark.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:minorTickMark.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.TickMarkType"> <summary> <para>Defines the TickMarkType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</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="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="T:DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition"> <summary> <para>Tick Label Position.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:tickLblPos.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Crosses"> <summary> <para>Crosses.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:crosses.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.CrossesAt"> <summary> <para>Crossing Value.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:crossesAt.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Left"> <summary> <para>Left.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:x.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Top"> <summary> <para>Top.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:y.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Width"> <summary> <para>Width.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:w.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Height"> <summary> <para>Height.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:h.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Forward"> <summary> <para>Forward.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:forward.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Backward"> <summary> <para>Backward.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:backward.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Intercept"> <summary> <para>Intercept.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:intercept.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValue"> <summary> <para>Error Bar Value.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:val.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.SplitPosition"> <summary> <para>Split Position.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:splitPos.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.CustomDisplayUnit"> <summary> <para>Custom Display Unit.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:custUnit.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.MaxAxisValue"> <summary> <para>Maximum.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:max.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.MinAxisValue"> <summary> <para>Minimum.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:min.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.DoubleType"> <summary> <para>Defines the DoubleType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</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="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="T:DocumentFormat.OpenXml.Drawing.Charts.ChartSpace"> <summary> <para>Chart Space.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:chartSpace.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride" /> <c><c:clrMapOvr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties" /> <c><c:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.TextProperties" /> <c><c:txPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Date1904" /> <c><c:date1904></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.RoundedCorners" /> <c><c:roundedCorners></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Chart" /> <c><c:chart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ExternalData" /> <c><c:externalData></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PivotSource" /> <c><c:pivotSource></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PrintSettings" /> <c><c:printSettings></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Protection" /> <c><c:protection></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.UserShapesReference" /> <c><c:userShapes></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Style" /> <c><c:style></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage" /> <c><c:lang></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.Charts.Style" /> <c><c14:style></c></description></item> </list> </remark> </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.#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="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)"> <inheritdoc/> </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="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.ChartPart"> <summary> Gets the ChartPart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.UserShapes"> <summary> <para>User Shapes.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:userShapes.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize" /> <c><cdr:absSizeAnchor></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize" /> <c><cdr:relSizeAnchor></c></description></item> </list> </remark> </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.#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.CloneNode(System.Boolean)"> <inheritdoc/> </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="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="P:DocumentFormat.OpenXml.Drawing.Charts.UserShapes.ChartDrawingPart"> <summary> Gets the ChartDrawingPart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ChartReference"> <summary> <para>Reference to Chart Part.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:chart.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.LegacyDrawingHeaderFooter"> <summary> <para>Legacy Drawing for Headers and Footers.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:legacyDrawingHF.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.UserShapesReference"> <summary> <para>Defines the UserShapesReference Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:userShapes.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.RelationshipIdType"> <summary> <para>Defines the RelationshipIdType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RelationshipIdType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Drawing.Charts.Extension"> <summary> <para>Extension.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:ext.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.NumericValue"> <summary> <para>Numeric Value.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:v.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.FormatCode"> <summary> <para>Format Code.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:formatCode.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.OddHeader"> <summary> <para>Odd Header.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:oddHeader.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.OddFooter"> <summary> <para>Odd Footer.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:oddFooter.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.EvenHeader"> <summary> <para>Even Header.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:evenHeader.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.EvenFooter"> <summary> <para>Even Footer.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:evenFooter.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.FirstHeader"> <summary> <para>First Header.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:firstHeader.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.FirstFooter"> <summary> <para>First Footer.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:firstFooter.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.PivotTableName"> <summary> <para>Pivot Name.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:name.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.NumericPoint"> <summary> <para>Numeric Point.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:pt.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.NumericValue" /> <c><c:v></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ExtensionList"> <summary> <para>Defines the ExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Extension" /> <c><c:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.NumberReference"> <summary> <para>Number Reference.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:numRef.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.NumberingCache" /> <c><c:numCache></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Formula" /> <c><c:f></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral"> <summary> <para>Number Literal.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:numLit.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.NumericPoint" /> <c><c:pt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PointCount" /> <c><c:ptCount></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.FormatCode" /> <c><c:formatCode></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.NumberingCache"> <summary> <para>Defines the NumberingCache Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:numCache.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.NumericPoint" /> <c><c:pt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PointCount" /> <c><c:ptCount></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.FormatCode" /> <c><c:formatCode></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.NumberDataType"> <summary> <para>Defines the NumberDataType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.NumericPoint" /> <c><c:pt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PointCount" /> <c><c:ptCount></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.FormatCode" /> <c><c:formatCode></c></description></item> </list> </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="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="T:DocumentFormat.OpenXml.Drawing.Charts.Level"> <summary> <para>Level.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:lvl.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.StringPoint" /> <c><c:pt></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference"> <summary> <para>Multi Level String Reference.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:multiLvlStrRef.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache" /> <c><c:multiLvlStrCache></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Formula" /> <c><c:f></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.StringReference"> <summary> <para>Defines the StringReference Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:strRef.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.StringCache" /> <c><c:strCache></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Formula" /> <c><c:f></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.StringLiteral"> <summary> <para>String Literal.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:strLit.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.StringPoint" /> <c><c:pt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PointCount" /> <c><c:ptCount></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.StringCache"> <summary> <para>Defines the StringCache Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:strCache.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.StringPoint" /> <c><c:pt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PointCount" /> <c><c:ptCount></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.StringDataType"> <summary> <para>Defines the StringDataType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.StringPoint" /> <c><c:pt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PointCount" /> <c><c:ptCount></c></description></item> </list> </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="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="T:DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget"> <summary> <para>Layout Target.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:layoutTarget.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.LeftMode"> <summary> <para>Left Mode.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:xMode.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.TopMode"> <summary> <para>Top Mode.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:yMode.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.WidthMode"> <summary> <para>Width Mode.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:wMode.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.HeightMode"> <summary> <para>Height Mode.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:hMode.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.LayoutModeType"> <summary> <para>Defines the LayoutModeType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</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="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="T:DocumentFormat.OpenXml.Drawing.Charts.ManualLayout"> <summary> <para>Manual Layout.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:manualLayout.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Left" /> <c><c:x></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Top" /> <c><c:y></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Width" /> <c><c:w></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Height" /> <c><c:h></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.LeftMode" /> <c><c:xMode></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.TopMode" /> <c><c:yMode></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.WidthMode" /> <c><c:wMode></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.HeightMode" /> <c><c:hMode></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget" /> <c><c:layoutTarget></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.RotateX"> <summary> <para>X Rotation.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:rotX.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.HeightPercent"> <summary> <para>Height Percent.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:hPercent.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.RotateY"> <summary> <para>Y Rotation.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:rotY.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.DepthPercent"> <summary> <para>Depth Percent.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:depthPercent.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Perspective"> <summary> <para>Perspective.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:perspective.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Symbol"> <summary> <para>Symbol.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:symbol.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Size"> <summary> <para>Size.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:size.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Marker"> <summary> <para>Marker.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:marker.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties" /> <c><c:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Size" /> <c><c:size></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Symbol" /> <c><c:symbol></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.PictureOptions"> <summary> <para>Defines the PictureOptions Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:pictureOptions.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ApplyToFront" /> <c><c:applyToFront></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ApplyToSides" /> <c><c:applyToSides></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ApplyToEnd" /> <c><c:applyToEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PictureFormat" /> <c><c:pictureFormat></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PictureStackUnit" /> <c><c:pictureStackUnit></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.TrendlineType"> <summary> <para>Trendline Type.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:trendlineType.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder"> <summary> <para>Polynomial Trendline Order.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:order.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Period"> <summary> <para>Period.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:period.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel"> <summary> <para>Trendline Label.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:trendlineLbl.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties" /> <c><c:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.TextProperties" /> <c><c:txPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Layout" /> <c><c:layout></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat" /> <c><c:numFmt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartText" /> <c><c:tx></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection"> <summary> <para>Error Bar Direction.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:errDir.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType"> <summary> <para>Error Bar Type.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:errBarType.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType"> <summary> <para>Error Bar Value Type.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:errValType.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Plus"> <summary> <para>Plus.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:plus.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral" /> <c><c:numLit></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.NumberReference" /> <c><c:numRef></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Minus"> <summary> <para>Minus.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:minus.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral" /> <c><c:numLit></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.NumberReference" /> <c><c:numRef></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Values"> <summary> <para>Defines the Values Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:val.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral" /> <c><c:numLit></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.NumberReference" /> <c><c:numRef></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.YValues"> <summary> <para>Defines the YValues Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:yVal.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral" /> <c><c:numLit></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.NumberReference" /> <c><c:numRef></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.BubbleSize"> <summary> <para>Defines the BubbleSize Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:bubbleSize.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral" /> <c><c:numLit></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.NumberReference" /> <c><c:numRef></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType"> <summary> <para>Defines the NumberDataSourceType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral" /> <c><c:numLit></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.NumberReference" /> <c><c:numRef></c></description></item> </list> </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="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="T:DocumentFormat.OpenXml.Drawing.Charts.GapWidth"> <summary> <para>Gap Width.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:gapWidth.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.GapDepth"> <summary> <para>Defines the GapDepth Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:gapDepth.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.GapAmountType"> <summary> <para>Defines the GapAmountType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</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="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="T:DocumentFormat.OpenXml.Drawing.Charts.UpBars"> <summary> <para>Up Bars.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:upBars.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties" /> <c><c:spPr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.DownBars"> <summary> <para>Down Bars.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:downBars.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties" /> <c><c:spPr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType"> <summary> <para>Defines the UpDownBarType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties" /> <c><c:spPr></c></description></item> </list> </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="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="T:DocumentFormat.OpenXml.Drawing.Charts.OfPieType"> <summary> <para>Pie of Pie or Bar of Pie Type.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:ofPieType.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.SplitType"> <summary> <para>Split Type.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:splitType.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.CustomSplit"> <summary> <para>Custom Split.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:custSplit.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.SecondPiePoint" /> <c><c:secondPiePt></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.SecondPieSize"> <summary> <para>Second Pie Size.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:secondPieSize.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.BandFormat"> <summary> <para>Band Format.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:bandFmt.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties" /> <c><c:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Index" /> <c><c:idx></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.PictureFormat"> <summary> <para>Picture Format.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:pictureFormat.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.PictureStackUnit"> <summary> <para>Picture Stack Unit.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:pictureStackUnit.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnit"> <summary> <para>Built in Display Unit Value.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:builtInUnit.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel"> <summary> <para>Display Units Label.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:dispUnitsLbl.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties" /> <c><c:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.TextProperties" /> <c><c:txPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Layout" /> <c><c:layout></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartText" /> <c><c:tx></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.LogBase"> <summary> <para>Logarithmic Base.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:logBase.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Orientation"> <summary> <para>Axis Orientation.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:orientation.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.PivotFormat"> <summary> <para>Pivot Format.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:pivotFmt.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties" /> <c><c:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataLabel" /> <c><c:dLbl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Marker" /> <c><c:marker></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Index" /> <c><c:idx></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.LegendPosition"> <summary> <para>Legend Position.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:legendPos.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.LegendEntry"> <summary> <para>Legend Entry.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:legendEntry.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.TextProperties" /> <c><c:txPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Delete" /> <c><c:delete></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Index" /> <c><c:idx></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter"> <summary> <para>Header and Footer.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:headerFooter.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.OddHeader" /> <c><c:oddHeader></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.OddFooter" /> <c><c:oddFooter></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.EvenHeader" /> <c><c:evenHeader></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.EvenFooter" /> <c><c:evenFooter></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.FirstHeader" /> <c><c:firstHeader></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.FirstFooter" /> <c><c:firstFooter></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.PageMargins"> <summary> <para>Page Margins.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:pageMargins.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.PageSetup"> <summary> <para>Page Setup.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:pageSetup.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties"> <summary> <para>Defines the ShapeProperties Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:spPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlipFill" /> <c><a:blipFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.CustomGeometry" /> <c><a:custGeom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectDag" /> <c><a:effectDag></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectList" /> <c><a:effectLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GradientFill" /> <c><a:gradFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GroupFill" /> <c><a:grpFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Outline" /> <c><a:ln></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoFill" /> <c><a:noFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PatternFill" /> <c><a:pattFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetGeometry" /> <c><a:prstGeom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Scene3DType" /> <c><a:scene3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Shape3DType" /> <c><a:sp3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SolidFill" /> <c><a:solidFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Transform2D" /> <c><a:xfrm></c></description></item> </list> </remark> </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.BlackWhiteMode"> <summary> <para>Black and White Mode</para> <para>Represents the following attribute in the schema: bwMode</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.DataLabel"> <summary> <para>Data Label.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:dLbl.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties" /> <c><c:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.TextProperties" /> <c><c:txPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Delete" /> <c><c:delete></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ShowLegendKey" /> <c><c:showLegendKey></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ShowValue" /> <c><c:showVal></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ShowCategoryName" /> <c><c:showCatName></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ShowSeriesName" /> <c><c:showSerName></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ShowPercent" /> <c><c:showPercent></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ShowBubbleSize" /> <c><c:showBubbleSize></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition" /> <c><c:dLblPos></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Layout" /> <c><c:layout></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat" /> <c><c:numFmt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartText" /> <c><c:tx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Index" /> <c><c:idx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Separator" /> <c><c:separator></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.AreaChart"> <summary> <para>Area Charts.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:areaChart.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries" /> <c><c:ser></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.VaryColors" /> <c><c:varyColors></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DropLines" /> <c><c:dropLines></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataLabels" /> <c><c:dLbls></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Grouping" /> <c><c:grouping></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.AxisId" /> <c><c:axId></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Area3DChart"> <summary> <para>3D Area Charts.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:area3DChart.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries" /> <c><c:ser></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.VaryColors" /> <c><c:varyColors></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DropLines" /> <c><c:dropLines></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataLabels" /> <c><c:dLbls></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.GapDepth" /> <c><c:gapDepth></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Grouping" /> <c><c:grouping></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.AxisId" /> <c><c:axId></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.LineChart"> <summary> <para>Line Charts.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:lineChart.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.VaryColors" /> <c><c:varyColors></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ShowMarker" /> <c><c:marker></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Smooth" /> <c><c:smooth></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DropLines" /> <c><c:dropLines></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.HighLowLines" /> <c><c:hiLowLines></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataLabels" /> <c><c:dLbls></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Grouping" /> <c><c:grouping></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries" /> <c><c:ser></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.AxisId" /> <c><c:axId></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.UpDownBars" /> <c><c:upDownBars></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Line3DChart"> <summary> <para>3D Line Charts.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:line3DChart.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.VaryColors" /> <c><c:varyColors></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DropLines" /> <c><c:dropLines></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataLabels" /> <c><c:dLbls></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.GapDepth" /> <c><c:gapDepth></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Grouping" /> <c><c:grouping></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries" /> <c><c:ser></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.AxisId" /> <c><c:axId></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.StockChart"> <summary> <para>Stock Charts.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:stockChart.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DropLines" /> <c><c:dropLines></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.HighLowLines" /> <c><c:hiLowLines></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataLabels" /> <c><c:dLbls></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries" /> <c><c:ser></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.AxisId" /> <c><c:axId></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.UpDownBars" /> <c><c:upDownBars></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.RadarChart"> <summary> <para>Radar Charts.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:radarChart.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.VaryColors" /> <c><c:varyColors></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataLabels" /> <c><c:dLbls></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries" /> <c><c:ser></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.RadarStyle" /> <c><c:radarStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.AxisId" /> <c><c:axId></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ScatterChart"> <summary> <para>Scatter Charts.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:scatterChart.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.VaryColors" /> <c><c:varyColors></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataLabels" /> <c><c:dLbls></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries" /> <c><c:ser></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle" /> <c><c:scatterStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.AxisId" /> <c><c:axId></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.PieChart"> <summary> <para>Pie Charts.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:pieChart.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.VaryColors" /> <c><c:varyColors></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataLabels" /> <c><c:dLbls></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.FirstSliceAngle" /> <c><c:firstSliceAng></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries" /> <c><c:ser></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart"> <summary> <para>3D Pie Charts.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:pie3DChart.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.VaryColors" /> <c><c:varyColors></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataLabels" /> <c><c:dLbls></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries" /> <c><c:ser></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart"> <summary> <para>Doughnut Charts.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:doughnutChart.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.VaryColors" /> <c><c:varyColors></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataLabels" /> <c><c:dLbls></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.FirstSliceAngle" /> <c><c:firstSliceAng></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.HoleSize" /> <c><c:holeSize></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries" /> <c><c:ser></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.BarChart"> <summary> <para>Bar Charts.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:barChart.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.BarDirection" /> <c><c:barDir></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.BarGrouping" /> <c><c:grouping></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries" /> <c><c:ser></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.VaryColors" /> <c><c:varyColors></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.SeriesLines" /> <c><c:serLines></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataLabels" /> <c><c:dLbls></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.GapWidth" /> <c><c:gapWidth></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Overlap" /> <c><c:overlap></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.AxisId" /> <c><c:axId></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart"> <summary> <para>3D Bar Charts.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:bar3DChart.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.BarDirection" /> <c><c:barDir></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.BarGrouping" /> <c><c:grouping></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries" /> <c><c:ser></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.VaryColors" /> <c><c:varyColors></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataLabels" /> <c><c:dLbls></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.GapWidth" /> <c><c:gapWidth></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.GapDepth" /> <c><c:gapDepth></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Shape" /> <c><c:shape></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.AxisId" /> <c><c:axId></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.OfPieChart"> <summary> <para>Pie of Pie or Bar of Pie Charts.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:ofPieChart.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.VaryColors" /> <c><c:varyColors></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.SeriesLines" /> <c><c:serLines></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.CustomSplit" /> <c><c:custSplit></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataLabels" /> <c><c:dLbls></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.SplitPosition" /> <c><c:splitPos></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.GapWidth" /> <c><c:gapWidth></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.OfPieType" /> <c><c:ofPieType></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries" /> <c><c:ser></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.SecondPieSize" /> <c><c:secondPieSize></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.SplitType" /> <c><c:splitType></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart"> <summary> <para>Surface Charts.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:surfaceChart.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.BandFormats" /> <c><c:bandFmts></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Wireframe" /> <c><c:wireframe></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries" /> <c><c:ser></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.AxisId" /> <c><c:axId></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart"> <summary> <para>3D Surface Charts.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:surface3DChart.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.BandFormats" /> <c><c:bandFmts></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Wireframe" /> <c><c:wireframe></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.VaryColors" /> <c><c:varyColors></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries" /> <c><c:ser></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.AxisId" /> <c><c:axId></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.BubbleChart"> <summary> <para>Bubble Charts.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:bubbleChart.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.VaryColors" /> <c><c:varyColors></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Bubble3D" /> <c><c:bubble3D></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ShowNegativeBubbles" /> <c><c:showNegBubbles></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.BubbleScale" /> <c><c:bubbleScale></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries" /> <c><c:ser></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataLabels" /> <c><c:dLbls></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.SizeRepresents" /> <c><c:sizeRepresents></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.AxisId" /> <c><c:axId></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ValueAxis"> <summary> <para>Value Axis.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:valAx.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties" /> <c><c:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.TextProperties" /> <c><c:txPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.MajorUnit" /> <c><c:majorUnit></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.MinorUnit" /> <c><c:minorUnit></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.AxisPosition" /> <c><c:axPos></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Delete" /> <c><c:delete></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines" /> <c><c:majorGridlines></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines" /> <c><c:minorGridlines></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.CrossBetween" /> <c><c:crossBetween></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Crosses" /> <c><c:crosses></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits" /> <c><c:dispUnits></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.CrossesAt" /> <c><c:crossesAt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat" /> <c><c:numFmt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Scaling" /> <c><c:scaling></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition" /> <c><c:tickLblPos></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark" /> <c><c:majorTickMark></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark" /> <c><c:minorTickMark></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Title" /> <c><c:title></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.AxisId" /> <c><c:axId></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis" /> <c><c:crossAx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList" /> <c><c:extLst></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis"> <summary> <para>Category Axis Data.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:catAx.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties" /> <c><c:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.TextProperties" /> <c><c:txPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.AxisPosition" /> <c><c:axPos></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Delete" /> <c><c:delete></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.AutoLabeled" /> <c><c:auto></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.NoMultiLevelLabels" /> <c><c:noMultiLvlLbl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines" /> <c><c:majorGridlines></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines" /> <c><c:minorGridlines></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Crosses" /> <c><c:crosses></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.CrossesAt" /> <c><c:crossesAt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.LabelAlignment" /> <c><c:lblAlgn></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.LabelOffset" /> <c><c:lblOffset></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat" /> <c><c:numFmt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Scaling" /> <c><c:scaling></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.TickLabelSkip" /> <c><c:tickLblSkip></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.TickMarkSkip" /> <c><c:tickMarkSkip></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition" /> <c><c:tickLblPos></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark" /> <c><c:majorTickMark></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark" /> <c><c:minorTickMark></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Title" /> <c><c:title></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.AxisId" /> <c><c:axId></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis" /> <c><c:crossAx></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.DateAxis"> <summary> <para>Date Axis.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:dateAx.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties" /> <c><c:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.TextProperties" /> <c><c:txPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.MajorUnit" /> <c><c:majorUnit></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.MinorUnit" /> <c><c:minorUnit></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.AxisPosition" /> <c><c:axPos></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Delete" /> <c><c:delete></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.AutoLabeled" /> <c><c:auto></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines" /> <c><c:majorGridlines></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines" /> <c><c:minorGridlines></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Crosses" /> <c><c:crosses></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.CrossesAt" /> <c><c:crossesAt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.LabelOffset" /> <c><c:lblOffset></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat" /> <c><c:numFmt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Scaling" /> <c><c:scaling></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition" /> <c><c:tickLblPos></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark" /> <c><c:majorTickMark></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark" /> <c><c:minorTickMark></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.BaseTimeUnit" /> <c><c:baseTimeUnit></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.MajorTimeUnit" /> <c><c:majorTimeUnit></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.MinorTimeUnit" /> <c><c:minorTimeUnit></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Title" /> <c><c:title></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.AxisId" /> <c><c:axId></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis" /> <c><c:crossAx></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis"> <summary> <para>Series Axis.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:serAx.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties" /> <c><c:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.TextProperties" /> <c><c:txPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.AxisPosition" /> <c><c:axPos></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Delete" /> <c><c:delete></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines" /> <c><c:majorGridlines></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines" /> <c><c:minorGridlines></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Crosses" /> <c><c:crosses></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.CrossesAt" /> <c><c:crossesAt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat" /> <c><c:numFmt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Scaling" /> <c><c:scaling></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.TickLabelSkip" /> <c><c:tickLblSkip></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.TickMarkSkip" /> <c><c:tickMarkSkip></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition" /> <c><c:tickLblPos></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark" /> <c><c:majorTickMark></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark" /> <c><c:minorTickMark></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Title" /> <c><c:title></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.AxisId" /> <c><c:axId></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis" /> <c><c:crossAx></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.DataTable"> <summary> <para>Data Table.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:dTable.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties" /> <c><c:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.TextProperties" /> <c><c:txPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ShowHorizontalBorder" /> <c><c:showHorzBorder></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ShowVerticalBorder" /> <c><c:showVertBorder></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ShowOutlineBorder" /> <c><c:showOutline></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ShowKeys" /> <c><c:showKeys></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ExtensionList" /> <c><c:extLst></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.FirstSliceAngle"> <summary> <para>First Slice Angle.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:firstSliceAng.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.HoleSize"> <summary> <para>Hole Size.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:holeSize.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.StringPoint"> <summary> <para>String Point.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:pt.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.NumericValue" /> <c><c:v></c></description></item> </list> </remark> </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.Index"> <summary> <para>Index</para> <para>Represents the following attribute in the schema: idx</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Thickness"> <summary> <para>Thickness.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:thickness.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension"> <summary> <para>Defines the StockChartExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension" /> <c><c15:filteredLineSeries></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension"> <summary> <para>Defines the PieChartExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries" /> <c><c15:filteredPieSeries></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension"> <summary> <para>Defines the Pie3DChartExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries" /> <c><c15:filteredPieSeries></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension"> <summary> <para>Defines the NumRefExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference" /> <c><c15:formulaRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference" /> <c><c15:fullRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference" /> <c><c15:levelRef></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension"> <summary> <para>Defines the StrDataExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.AutoGeneneratedCategories" /> <c><c15:autoCat></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension"> <summary> <para>Defines the StrRefExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference" /> <c><c15:formulaRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference" /> <c><c15:fullRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference" /> <c><c15:levelRef></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension"> <summary> <para>Defines the MultiLvlStrRefExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference" /> <c><c15:formulaRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference" /> <c><c15:fullRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference" /> <c><c15:levelRef></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.DLblExtension"> <summary> <para>Defines the DLblExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties" /> <c><c15:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ExceptionForSave" /> <c><c15:xForSave></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowDataLabelsRange" /> <c><c15:showDataLabelsRange></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout" /> <c><c15:layout></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable" /> <c><c15:dlblFieldTable></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension"> <summary> <para>Defines the DLblsExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties" /> <c><c15:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowDataLabelsRange" /> <c><c15:showDataLabelsRange></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowLeaderLines" /> <c><c15:showLeaderLines></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines" /> <c><c15:leaderLines></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout" /> <c><c15:layout></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText" /> <c><c15:tx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable" /> <c><c15:dlblFieldTable></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension"> <summary> <para>Defines the LineSerExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions" /> <c><c15:categoryFilterExceptions></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle" /> <c><c15:filteredCategoryTitle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle" /> <c><c15:filteredSeriesTitle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange" /> <c><c15:datalabelsRange></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension"> <summary> <para>Defines the ScatterSerExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions" /> <c><c15:categoryFilterExceptions></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle" /> <c><c15:filteredCategoryTitle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle" /> <c><c15:filteredSeriesTitle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange" /> <c><c15:datalabelsRange></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension"> <summary> <para>Defines the RadarSerExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions" /> <c><c15:categoryFilterExceptions></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle" /> <c><c15:filteredCategoryTitle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle" /> <c><c15:filteredSeriesTitle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange" /> <c><c15:datalabelsRange></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension"> <summary> <para>Defines the AreaSerExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions" /> <c><c15:categoryFilterExceptions></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle" /> <c><c15:filteredCategoryTitle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle" /> <c><c15:filteredSeriesTitle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange" /> <c><c15:datalabelsRange></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension"> <summary> <para>Defines the PieSerExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions" /> <c><c15:categoryFilterExceptions></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle" /> <c><c15:filteredCategoryTitle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle" /> <c><c15:filteredSeriesTitle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange" /> <c><c15:datalabelsRange></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension"> <summary> <para>Defines the SurfaceSerExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions" /> <c><c15:categoryFilterExceptions></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle" /> <c><c15:filteredCategoryTitle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle" /> <c><c15:filteredSeriesTitle></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension"> <summary> <para>Defines the LineChartExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension" /> <c><c15:filteredLineSeries></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension"> <summary> <para>Defines the Line3DChartExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension" /> <c><c15:filteredLineSeries></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension"> <summary> <para>Defines the ScatterChartExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries" /> <c><c15:filteredScatterSeries></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension"> <summary> <para>Defines the RadarChartExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries" /> <c><c15:filteredRadarSeries></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension"> <summary> <para>Defines the BarChartExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries" /> <c><c15:filteredBarSeries></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension"> <summary> <para>Defines the Bar3DChartExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries" /> <c><c15:filteredBarSeries></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension"> <summary> <para>Defines the AreaChartExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries" /> <c><c15:filteredAreaSeries></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension"> <summary> <para>Defines the Area3DChartExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries" /> <c><c15:filteredAreaSeries></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension"> <summary> <para>Defines the BubbleChartExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries" /> <c><c15:filteredBubbleSeries></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension"> <summary> <para>Defines the SurfaceChartExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries" /> <c><c15:filteredSurfaceSeries></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension"> <summary> <para>Defines the Surface3DChartExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries" /> <c><c15:filteredSurfaceSeries></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension"> <summary> <para>Defines the CatAxExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat" /> <c><c15:numFmt></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension"> <summary> <para>Defines the DateAxExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat" /> <c><c15:numFmt></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension"> <summary> <para>Defines the SerAxExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat" /> <c><c15:numFmt></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension"> <summary> <para>Defines the ValAxExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat" /> <c><c15:numFmt></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.UpDownBars"> <summary> <para>Defines the UpDownBars Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:upDownBars.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.GapWidth" /> <c><c:gapWidth></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.UpBars" /> <c><c:upBars></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DownBars" /> <c><c:downBars></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList"> <summary> <para>Defines the StockChartExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension" /> <c><c:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList"> <summary> <para>Defines the PieChartExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension" /> <c><c:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList"> <summary> <para>Defines the Pie3DChartExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension" /> <c><c:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList"> <summary> <para>Defines the NumRefExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension" /> <c><c:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList"> <summary> <para>Defines the StrDataExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension" /> <c><c:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList"> <summary> <para>Defines the StrRefExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension" /> <c><c:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache"> <summary> <para>Defines the MultiLevelStringCache Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:multiLvlStrCache.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Level" /> <c><c:lvl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PointCount" /> <c><c:ptCount></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList"> <summary> <para>Defines the MultiLvlStrRefExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension" /> <c><c:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList"> <summary> <para>Defines the DLblExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DLblExtension" /> <c><c:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList"> <summary> <para>Defines the DLblsExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension" /> <c><c:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.DataPoint"> <summary> <para>Defines the DataPoint Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:dPt.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties" /> <c><c:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative" /> <c><c:invertIfNegative></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Bubble3D" /> <c><c:bubble3D></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Marker" /> <c><c:marker></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PictureOptions" /> <c><c:pictureOptions></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Index" /> <c><c:idx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Explosion" /> <c><c:explosion></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Trendline"> <summary> <para>Defines the Trendline Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:trendline.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties" /> <c><c:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DisplayRSquaredValue" /> <c><c:dispRSqr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DisplayEquation" /> <c><c:dispEq></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Forward" /> <c><c:forward></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Backward" /> <c><c:backward></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Intercept" /> <c><c:intercept></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder" /> <c><c:order></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Period" /> <c><c:period></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel" /> <c><c:trendlineLbl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.TrendlineType" /> <c><c:trendlineType></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.TrendlineName" /> <c><c:name></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ErrorBars"> <summary> <para>Defines the ErrorBars Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:errBars.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties" /> <c><c:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.NoEndCap" /> <c><c:noEndCap></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValue" /> <c><c:val></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType" /> <c><c:errBarType></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection" /> <c><c:errDir></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType" /> <c><c:errValType></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Plus" /> <c><c:plus></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Minus" /> <c><c:minus></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData"> <summary> <para>Defines the CategoryAxisData Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:cat.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference" /> <c><c:multiLvlStrRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral" /> <c><c:numLit></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.NumberReference" /> <c><c:numRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.StringLiteral" /> <c><c:strLit></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.StringReference" /> <c><c:strRef></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.XValues"> <summary> <para>Defines the XValues Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:xVal.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference" /> <c><c:multiLvlStrRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral" /> <c><c:numLit></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.NumberReference" /> <c><c:numRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.StringLiteral" /> <c><c:strLit></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.StringReference" /> <c><c:strRef></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType"> <summary> <para>Defines the AxisDataSourceType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference" /> <c><c:multiLvlStrRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral" /> <c><c:numLit></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.NumberReference" /> <c><c:numRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.StringLiteral" /> <c><c:strLit></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.StringReference" /> <c><c:strRef></c></description></item> </list> </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="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="T:DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList"> <summary> <para>Defines the LineSerExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension" /> <c><c:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList"> <summary> <para>Defines the ScatterSerExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension" /> <c><c:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList"> <summary> <para>Defines the RadarSerExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension" /> <c><c:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Shape"> <summary> <para>Defines the Shape Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:shape.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList"> <summary> <para>Defines the BarSerExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension" /> <c><c:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension"> <summary> <para>Defines the BarSerExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat" /> <c><c14:invertSolidFillFmt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions" /> <c><c15:categoryFilterExceptions></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle" /> <c><c15:filteredCategoryTitle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle" /> <c><c15:filteredSeriesTitle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange" /> <c><c15:datalabelsRange></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList"> <summary> <para>Defines the AreaSerExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension" /> <c><c:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList"> <summary> <para>Defines the PieSerExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension" /> <c><c:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList"> <summary> <para>Defines the BubbleSerExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension" /> <c><c:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension"> <summary> <para>Defines the BubbleSerExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat" /> <c><c14:invertSolidFillFmt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions" /> <c><c15:categoryFilterExceptions></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle" /> <c><c15:filteredCategoryTitle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange" /> <c><c15:datalabelsRange></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList"> <summary> <para>Defines the SurfaceSerExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension" /> <c><c:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList"> <summary> <para>Defines the LineChartExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension" /> <c><c:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList"> <summary> <para>Defines the Line3DChartExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension" /> <c><c:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle"> <summary> <para>Defines the ScatterStyle Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:scatterStyle.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries"> <summary> <para>Defines the ScatterChartSeries Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:ser.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties" /> <c><c:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.XValues" /> <c><c:xVal></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Smooth" /> <c><c:smooth></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataLabels" /> <c><c:dLbls></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataPoint" /> <c><c:dPt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ErrorBars" /> <c><c:errBars></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Marker" /> <c><c:marker></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.YValues" /> <c><c:yVal></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.SeriesText" /> <c><c:tx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Trendline" /> <c><c:trendline></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Index" /> <c><c:idx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Order" /> <c><c:order></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList"> <summary> <para>Defines the ScatterChartExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension" /> <c><c:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.RadarStyle"> <summary> <para>Defines the RadarStyle Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:radarStyle.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries"> <summary> <para>Defines the RadarChartSeries Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:ser.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties" /> <c><c:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData" /> <c><c:cat></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataLabels" /> <c><c:dLbls></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataPoint" /> <c><c:dPt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Marker" /> <c><c:marker></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Values" /> <c><c:val></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PictureOptions" /> <c><c:pictureOptions></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.SeriesText" /> <c><c:tx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Index" /> <c><c:idx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Order" /> <c><c:order></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList"> <summary> <para>Defines the RadarChartExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension" /> <c><c:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Overlap"> <summary> <para>Defines the Overlap Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:overlap.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList"> <summary> <para>Defines the BarChartExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension" /> <c><c:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList"> <summary> <para>Defines the Bar3DChartExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension" /> <c><c:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList"> <summary> <para>Defines the AreaChartExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension" /> <c><c:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList"> <summary> <para>Defines the Area3DChartExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension" /> <c><c:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries"> <summary> <para>Defines the BubbleChartSeries Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:ser.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties" /> <c><c:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.XValues" /> <c><c:xVal></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative" /> <c><c:invertIfNegative></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Bubble3D" /> <c><c:bubble3D></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataLabels" /> <c><c:dLbls></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataPoint" /> <c><c:dPt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ErrorBars" /> <c><c:errBars></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.YValues" /> <c><c:yVal></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.BubbleSize" /> <c><c:bubbleSize></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PictureOptions" /> <c><c:pictureOptions></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.SeriesText" /> <c><c:tx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Trendline" /> <c><c:trendline></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Index" /> <c><c:idx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Order" /> <c><c:order></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.BubbleScale"> <summary> <para>Defines the BubbleScale Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:bubbleScale.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.SizeRepresents"> <summary> <para>Defines the SizeRepresents Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:sizeRepresents.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList"> <summary> <para>Defines the BubbleChartExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension" /> <c><c:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList"> <summary> <para>Defines the SurfaceChartExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension" /> <c><c:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList"> <summary> <para>Defines the Surface3DChartExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension" /> <c><c:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.LabelAlignment"> <summary> <para>Defines the LabelAlignment Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:lblAlgn.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.LabelOffset"> <summary> <para>Defines the LabelOffset Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:lblOffset.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.TickLabelSkip"> <summary> <para>Defines the TickLabelSkip Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:tickLblSkip.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.TickMarkSkip"> <summary> <para>Defines the TickMarkSkip Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:tickMarkSkip.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.SkipType"> <summary> <para>Defines the SkipType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</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="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="T:DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList"> <summary> <para>Defines the CatAxExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension" /> <c><c:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.BaseTimeUnit"> <summary> <para>Defines the BaseTimeUnit Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:baseTimeUnit.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.MajorTimeUnit"> <summary> <para>Defines the MajorTimeUnit Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:majorTimeUnit.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.MinorTimeUnit"> <summary> <para>Defines the MinorTimeUnit Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:minorTimeUnit.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.TimeUnitType"> <summary> <para>Defines the TimeUnitType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</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="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="T:DocumentFormat.OpenXml.Drawing.Charts.MajorUnit"> <summary> <para>Defines the MajorUnit Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:majorUnit.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.MinorUnit"> <summary> <para>Defines the MinorUnit Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:minorUnit.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.AxisUnitType"> <summary> <para>Defines the AxisUnitType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</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="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="T:DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList"> <summary> <para>Defines the DateAxExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension" /> <c><c:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList"> <summary> <para>Defines the SerAxExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension" /> <c><c:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.CrossBetween"> <summary> <para>Defines the CrossBetween Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:crossBetween.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits"> <summary> <para>Defines the DisplayUnits Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:dispUnits.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnit" /> <c><c:builtInUnit></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel" /> <c><c:dispUnitsLbl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.CustomDisplayUnit" /> <c><c:custUnit></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ExtensionList" /> <c><c:extLst></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList"> <summary> <para>Defines the ValAxExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension" /> <c><c:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage"> <summary> <para>Defines the EditingLanguage Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:lang.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Style"> <summary> <para>Defines the Style Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:style.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride"> <summary> <para>Defines the ColorMapOverride Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:clrMapOvr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.PivotSource"> <summary> <para>Defines the PivotSource Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:pivotSource.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.FormatId" /> <c><c:fmtId></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PivotTableName" /> <c><c:name></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Protection"> <summary> <para>Defines the Protection Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:protection.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartObject" /> <c><c:chartObject></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Data" /> <c><c:data></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Formatting" /> <c><c:formatting></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Selection" /> <c><c:selection></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.UserInterface" /> <c><c:userInterface></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Chart"> <summary> <para>Defines the Chart Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:chart.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.AutoTitleDeleted" /> <c><c:autoTitleDeleted></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PlotVisibleOnly" /> <c><c:plotVisOnly></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ShowDataLabelsOverMaximum" /> <c><c:showDLblsOverMax></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs" /> <c><c:dispBlanksAs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Legend" /> <c><c:legend></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PivotFormats" /> <c><c:pivotFmts></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PlotArea" /> <c><c:plotArea></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Floor" /> <c><c:floor></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.SideWall" /> <c><c:sideWall></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.BackWall" /> <c><c:backWall></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Title" /> <c><c:title></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.View3D" /> <c><c:view3D></c></description></item> </list> </remark> </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 data and formatting.</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>True if the chart automatic title has been 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 chart format persistence data.</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>3D view settings.</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>3D floor formatting.</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>3D side wall formatting.</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>3D back wall formatting.</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 data and formatting.</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 data and formatting.</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>True if only visible cells are plotted..</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>The way that blank cells are plotted on a chart..</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>True if we should render datalabels over the maximum scale.</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.ChartExtensionList"> <summary> <para>Extensibility container.</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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ExternalData"> <summary> <para>Defines the ExternalData Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:externalData.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.AutoUpdate" /> <c><c:autoUpdate></c></description></item> </list> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.PrintSettings"> <summary> <para>Defines the PrintSettings Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:printSettings.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter" /> <c><c:headerFooter></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PageMargins" /> <c><c:pageMargins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PageSetup" /> <c><c:pageSetup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.LegacyDrawingHeaderFooter" /> <c><c:legacyDrawingHF></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList"> <summary> <para>Defines the ChartSpaceExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension" /> <c><c:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension"> <summary> <para>Defines the ChartSpaceExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource" /> <c><c15:pivotSource></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions" /> <c><c14:pivotOptions></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions" /> <c><c14:sketchOptions></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16"> <summary> <para>Defines the DataDisplayOptions16 Class.</para> <para>This class is available in Office 2019 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse" /> <c><c16r3:dispNaAsBlank></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.#ctor"> <summary> Initializes a new instance of the DataDisplayOptions16 class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the DataDisplayOptions16 class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the DataDisplayOptions16 class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.#ctor(System.String)"> <summary> Initializes a new instance of the DataDisplayOptions16 class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.BooleanFalse"> <summary> <para>BooleanFalse.</para> <para>Represents the following element tag in the schema: c16r3:dispNaAsBlank.</para> </summary> <remark> xmlns:c16r3 = http://schemas.microsoft.com/office/drawing/2017/03/chart </remark> </member> <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.PivotFormats"> <summary> <para>pivot chart format persistence data.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:pivotFmts.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PivotFormat" /> <c><c:pivotFmt></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.View3D"> <summary> <para>3D view settings.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:view3D.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.RightAngleAxes" /> <c><c:rAngAx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DepthPercent" /> <c><c:depthPercent></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.HeightPercent" /> <c><c:hPercent></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Perspective" /> <c><c:perspective></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.RotateX" /> <c><c:rotX></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.RotateY" /> <c><c:rotY></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Floor"> <summary> <para>3D floor formatting.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:floor.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties" /> <c><c:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PictureOptions" /> <c><c:pictureOptions></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Thickness" /> <c><c:thickness></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.SideWall"> <summary> <para>3D side wall formatting.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:sideWall.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties" /> <c><c:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PictureOptions" /> <c><c:pictureOptions></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Thickness" /> <c><c:thickness></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.BackWall"> <summary> <para>3D back wall formatting.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:backWall.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties" /> <c><c:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PictureOptions" /> <c><c:pictureOptions></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Thickness" /> <c><c:thickness></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.SurfaceType"> <summary> <para>Defines the SurfaceType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties" /> <c><c:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PictureOptions" /> <c><c:pictureOptions></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Thickness" /> <c><c:thickness></c></description></item> </list> </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="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="T:DocumentFormat.OpenXml.Drawing.Charts.PlotArea"> <summary> <para>Plot data and formatting.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:plotArea.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties" /> <c><c:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Area3DChart" /> <c><c:area3DChart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.AreaChart" /> <c><c:areaChart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart" /> <c><c:bar3DChart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.BarChart" /> <c><c:barChart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.BubbleChart" /> <c><c:bubbleChart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis" /> <c><c:catAx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DateAxis" /> <c><c:dateAx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart" /> <c><c:doughnutChart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataTable" /> <c><c:dTable></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Layout" /> <c><c:layout></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Line3DChart" /> <c><c:line3DChart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.LineChart" /> <c><c:lineChart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.OfPieChart" /> <c><c:ofPieChart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart" /> <c><c:pie3DChart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PieChart" /> <c><c:pieChart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.RadarChart" /> <c><c:radarChart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ScatterChart" /> <c><c:scatterChart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis" /> <c><c:serAx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.StockChart" /> <c><c:stockChart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart" /> <c><c:surface3DChart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart" /> <c><c:surfaceChart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ValueAxis" /> <c><c:valAx></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Legend"> <summary> <para>Legend data and formatting.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:legend.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties" /> <c><c:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.TextProperties" /> <c><c:txPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Overlay" /> <c><c:overlay></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Layout" /> <c><c:layout></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.LegendEntry" /> <c><c:legendEntry></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.LegendPosition" /> <c><c:legendPos></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs"> <summary> <para>The way that blank cells are plotted on a chart..</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:dispBlanksAs.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList"> <summary> <para>Extensibility container.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16" /> <c><c:ext></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList.#ctor"> <summary> Initializes a new instance of the ChartExtensionList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the ChartExtensionList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the ChartExtensionList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList.#ctor(System.String)"> <summary> Initializes a new instance of the ChartExtensionList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList.CloneNode(System.Boolean)"> <inheritdoc/> </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>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cdr:relSizeAnchor.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape" /> <c><cdr:cxnSp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame" /> <c><cdr:graphicFrame></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape" /> <c><cdr:grpSp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor" /> <c><cdr:from></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor" /> <c><cdr:to></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture" /> <c><cdr:pic></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape" /> <c><cdr:sp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart" /> <c><cdr14:contentPart></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize"> <summary> <para>Absolute Anchor Shape Size.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cdr:absSizeAnchor.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent" /> <c><cdr:ext></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape" /> <c><cdr:cxnSp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame" /> <c><cdr:graphicFrame></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape" /> <c><cdr:grpSp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor" /> <c><cdr:from></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture" /> <c><cdr:pic></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape" /> <c><cdr:sp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart" /> <c><cdr14:contentPart></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape"> <summary> <para>Shape Definition.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cdr:sp.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties" /> <c><cdr:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.Style" /> <c><cdr:style></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody" /> <c><cdr:txBody></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties" /> <c><cdr:nvSpPr></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape"> <summary> <para>Group Shape.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cdr:grpSp.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties" /> <c><cdr:grpSpPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape" /> <c><cdr:cxnSp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame" /> <c><cdr:graphicFrame></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape" /> <c><cdr:grpSp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties" /> <c><cdr:nvGrpSpPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture" /> <c><cdr:pic></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape" /> <c><cdr:sp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart" /> <c><cdr14:contentPart></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame"> <summary> <para>Graphic Frame.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cdr:graphicFrame.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Graphic" /> <c><a:graphic></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform" /> <c><cdr:xfrm></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties" /> <c><cdr:nvGraphicFramePr></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape"> <summary> <para>Connection Shape.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cdr:cxnSp.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties" /> <c><cdr:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.Style" /> <c><cdr:style></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties" /> <c><cdr:nvCxnSpPr></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture"> <summary> <para>Defines the Picture Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cdr:pic.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill" /> <c><cdr:blipFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties" /> <c><cdr:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.Style" /> <c><cdr:style></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties" /> <c><cdr:nvPicPr></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties"> <summary> <para>Chart Non Visual Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cdr:cNvPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HyperlinkOnClick" /> <c><a:hlinkClick></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HyperlinkOnHover" /> <c><a:hlinkHover></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList" /> <c><a:extLst></c></description></item> </list> </remark> </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.Id"> <summary> <para>Application defined unique identifier.</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 compatible with Object Model (non-unique).</para> <para>Represents the following attribute in the schema: name</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Description"> <summary> <para>Description of the drawing element.</para> <para>Represents the following attribute in the schema: descr</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Hidden"> <summary> <para>Flag determining to show or hide this element.</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="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnClick"> <summary> <para>Hyperlink associated with clicking or selecting the element..</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>Hyperlink associated with hovering over the element..</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>Future extension.</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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties"> <summary> <para>Non-Visual Shape Drawing Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cdr:cNvSpPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ShapeLocks" /> <c><a:spLocks></c></description></item> </list> </remark> </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.TextBox"> <summary> <para>Text Box</para> <para>Represents the following attribute in the schema: txBox</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties"> <summary> <para>Non-Visual Shape Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cdr:nvSpPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties" /> <c><cdr:cNvPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties" /> <c><cdr:cNvSpPr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties"> <summary> <para>Shape Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cdr:spPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlipFill" /> <c><a:blipFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.CustomGeometry" /> <c><a:custGeom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectDag" /> <c><a:effectDag></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectList" /> <c><a:effectLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GradientFill" /> <c><a:gradFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GroupFill" /> <c><a:grpFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Outline" /> <c><a:ln></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoFill" /> <c><a:noFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PatternFill" /> <c><a:pattFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetGeometry" /> <c><a:prstGeom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Scene3DType" /> <c><a:scene3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Shape3DType" /> <c><a:sp3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SolidFill" /> <c><a:solidFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Transform2D" /> <c><a:xfrm></c></description></item> </list> </remark> </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.BlackWhiteMode"> <summary> <para>Black and White Mode</para> <para>Represents the following attribute in the schema: bwMode</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.Style"> <summary> <para>Shape Style.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cdr:style.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.FontReference" /> <c><a:fontRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LineReference" /> <c><a:lnRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.FillReference" /> <c><a:fillRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectReference" /> <c><a:effectRef></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody"> <summary> <para>Shape Text Body.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cdr:txBody.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BodyProperties" /> <c><a:bodyPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ListStyle" /> <c><a:lstStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Paragraph" /> <c><a:p></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties"> <summary> <para>Non-Visual Connection Shape Drawing Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cdr:cNvCxnSpPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.StartConnection" /> <c><a:stCxn></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EndConnection" /> <c><a:endCxn></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks" /> <c><a:cxnSpLocks></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties"> <summary> <para>Connector Non Visual Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cdr:nvCxnSpPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties" /> <c><cdr:cNvCxnSpPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties" /> <c><cdr:cNvPr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties"> <summary> <para>Non-Visual Picture Drawing Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cdr:cNvPicPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PictureLocks" /> <c><a:picLocks></c></description></item> </list> </remark> </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.PreferRelativeResize"> <summary> <para>preferRelativeResize</para> <para>Represents the following attribute in the schema: preferRelativeResize</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties"> <summary> <para>Non-Visual Picture Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cdr:nvPicPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties" /> <c><cdr:cNvPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties" /> <c><cdr:cNvPicPr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill"> <summary> <para>Picture Fill.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cdr:blipFill.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Blip" /> <c><a:blip></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SourceRectangle" /> <c><a:srcRect></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Stretch" /> <c><a:stretch></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Tile" /> <c><a:tile></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties"> <summary> <para>Non-Visual Graphic Frame Drawing Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cdr:cNvGraphicFramePr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GraphicFrameLocks" /> <c><a:graphicFrameLocks></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties"> <summary> <para>Non-Visual Graphic Frame Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cdr:nvGraphicFramePr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties" /> <c><cdr:cNvPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties" /> <c><cdr:cNvGraphicFramePr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform"> <summary> <para>Graphic Frame Transform.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cdr:xfrm.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Offset" /> <c><a:off></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Extents" /> <c><a:ext></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties"> <summary> <para>Non-Visual Group Shape Drawing Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cdr:cNvGrpSpPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GroupShapeLocks" /> <c><a:grpSpLocks></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList" /> <c><a:extLst></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.XPosition"> <summary> <para>Relative X Coordinate.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cdr:x.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.YPosition"> <summary> <para>Relative Y Coordinate.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cdr:y.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor"> <summary> <para>Starting Anchor Point.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cdr:from.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.XPosition" /> <c><cdr:x></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.YPosition" /> <c><cdr:y></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor"> <summary> <para>Ending Anchor Point.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cdr:to.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.XPosition" /> <c><cdr:x></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.YPosition" /> <c><cdr:y></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType"> <summary> <para>Defines the MarkerType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.XPosition" /> <c><cdr:x></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.YPosition" /> <c><cdr:y></c></description></item> </list> </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="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="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent"> <summary> <para>Shape Extent.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cdr:ext.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties"> <summary> <para>Non-Visual Group Shape Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cdr:nvGrpSpPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties" /> <c><cdr:cNvPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties" /> <c><cdr:cNvGrpSpPr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties"> <summary> <para>Group Shape Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cdr:grpSpPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlipFill" /> <c><a:blipFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectDag" /> <c><a:effectDag></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectList" /> <c><a:effectLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GradientFill" /> <c><a:gradFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GroupFill" /> <c><a:grpFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TransformGroup" /> <c><a:xfrm></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoFill" /> <c><a:noFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PatternFill" /> <c><a:pattFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Scene3DType" /> <c><a:scene3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SolidFill" /> <c><a:solidFill></c></description></item> </list> </remark> </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.BlackWhiteMode"> <summary> <para>Black and White Mode</para> <para>Represents the following attribute in the schema: bwMode</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.LegacyCompatibility.LegacyDrawing"> <summary> <para>Legacy Drawing Object.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is comp:legacyDrawing.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition"> <summary> <para>Color Transform Definitions.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:colorsDef.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList" /> <c><dgm:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories" /> <c><dgm:catLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription" /> <c><dgm:desc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle" /> <c><dgm:title></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel" /> <c><dgm:styleLbl></c></description></item> </list> </remark> </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.#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="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.CloneNode(System.Boolean)"> <inheritdoc/> </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="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="P:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.DiagramColorsPart"> <summary> Gets the DiagramColorsPart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader"> <summary> <para>Color Transform Header.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:colorsDefHdr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList" /> <c><dgm:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories" /> <c><dgm:catLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription" /> <c><dgm:desc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle" /> <c><dgm:title></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList"> <summary> <para>Color Transform Header List.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:colorsDefHdrLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader" /> <c><dgm:colorsDefHdr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot"> <summary> <para>Data Model.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:dataModel.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.Background" /> <c><dgm:bg></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList" /> <c><dgm:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.Whole" /> <c><dgm:whole></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList" /> <c><dgm:cxnLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.PointList" /> <c><dgm:ptLst></c></description></item> </list> </remark> </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.#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="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)"> <inheritdoc/> </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="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.DiagramDataPart"> <summary> Gets the DiagramDataPart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition"> <summary> <para>Layout Definition.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:layoutDef.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList" /> <c><dgm:catLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.Description" /> <c><dgm:desc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtensionList" /> <c><dgm:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode" /> <c><dgm:layoutNode></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.Title" /> <c><dgm:title></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.SampleData" /> <c><dgm:sampData></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.StyleData" /> <c><dgm:styleData></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.ColorData" /> <c><dgm:clrData></c></description></item> </list> </remark> </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.#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="P:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.UniqueId"> <summary> <para>uniqueId</para> <para>Represents the following attribute in the schema: uniqueId</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.MinVersion"> <summary> <para>minVer</para> <para>Represents the following attribute in the schema: minVer</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.DefaultStyle"> <summary> <para>defStyle</para> <para>Represents the following attribute in the schema: defStyle</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.CloneNode(System.Boolean)"> <inheritdoc/> </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="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="P:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.DiagramLayoutDefinitionPart"> <summary> Gets the DiagramLayoutDefinitionPart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader"> <summary> <para>Layout Definition Header.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:layoutDefHdr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList" /> <c><dgm:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList" /> <c><dgm:catLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.Description" /> <c><dgm:desc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.Title" /> <c><dgm:title></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList"> <summary> <para>Diagram Layout Header List.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:layoutDefHdrLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader" /> <c><dgm:layoutDefHdr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds"> <summary> <para>Explicit Relationships to Diagram Parts.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:relIds.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.#ctor"> <summary> Initializes a new instance of the RelationshipIds class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition"> <summary> <para>Style Definition.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:styleDef.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList" /> <c><dgm:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D" /> <c><dgm:scene3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories" /> <c><dgm:catLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription" /> <c><dgm:desc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle" /> <c><dgm:title></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel" /> <c><dgm:styleLbl></c></description></item> </list> </remark> </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.#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="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.CloneNode(System.Boolean)"> <inheritdoc/> </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="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="P:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.DiagramStylePart"> <summary> Gets the DiagramStylePart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader"> <summary> <para>Style Definition Header.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:styleDefHdr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList" /> <c><dgm:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories" /> <c><dgm:catLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription" /> <c><dgm:desc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle" /> <c><dgm:title></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList"> <summary> <para>List of Style Definition Headers.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:styleDefHdrLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader" /> <c><dgm:styleDefHdr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory"> <summary> <para>Color Transform Category.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:cat.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList"> <summary> <para>Fill Color List.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:fillClrLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SchemeColor" /> <c><a:schemeClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList"> <summary> <para>Line Color List.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:linClrLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SchemeColor" /> <c><a:schemeClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList"> <summary> <para>Effect Color List.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:effectClrLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SchemeColor" /> <c><a:schemeClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList"> <summary> <para>Text Line Color List.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:txLinClrLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SchemeColor" /> <c><a:schemeClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList"> <summary> <para>Text Fill Color List.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:txFillClrLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SchemeColor" /> <c><a:schemeClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList"> <summary> <para>Text Effect Color List.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:txEffectClrLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SchemeColor" /> <c><a:schemeClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType"> <summary> <para>Defines the ColorsType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SchemeColor" /> <c><a:schemeClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </remark> </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="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="T:DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList"> <summary> <para>Defines the ExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Extension" /> <c><a:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle"> <summary> <para>Title.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:title.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription"> <summary> <para>Description.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:desc.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories"> <summary> <para>Color Transform Category List.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:catLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory" /> <c><dgm:cat></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel"> <summary> <para>Style Label.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:styleLbl.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList" /> <c><dgm:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList" /> <c><dgm:fillClrLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList" /> <c><dgm:linClrLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList" /> <c><dgm:effectClrLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList" /> <c><dgm:txLinClrLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList" /> <c><dgm:txFillClrLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList" /> <c><dgm:txEffectClrLst></c></description></item> </list> </remark> </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.Name"> <summary> <para>Name</para> <para>Represents the following attribute in the schema: name</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.Point"> <summary> <para>Point.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:pt.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList" /> <c><dgm:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties" /> <c><dgm:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.TextBody" /> <c><dgm:t></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet" /> <c><dgm:prSet></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.Connection"> <summary> <para>Connection.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:cxn.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList" /> <c><dgm:extLst></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.Constraint"> <summary> <para>Constraint.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:constr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList" /> <c><dgm:extLst></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.Rule"> <summary> <para>Rule.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:rule.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList" /> <c><dgm:extLst></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.Adjust"> <summary> <para>Shape Adjust.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:adj.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList"> <summary> <para>Shape Adjust List.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:adjLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.Adjust" /> <c><dgm:adj></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.Parameter"> <summary> <para>Parameter.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:param.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm"> <summary> <para>Algorithm.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:alg.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList" /> <c><dgm:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.Parameter" /> <c><dgm:param></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.Shape"> <summary> <para>Shape.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:shape.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList" /> <c><dgm:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList" /> <c><dgm:adjLst></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf"> <summary> <para>Presentation Of.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:presOf.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList" /> <c><dgm:extLst></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.Constraints"> <summary> <para>Constraint List.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:constrLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.Constraint" /> <c><dgm:constr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.RuleList"> <summary> <para>Rule List.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:ruleLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.Rule" /> <c><dgm:rule></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.VariableList"> <summary> <para>Variable List.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:varLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel" /> <c><dgm:animLvl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne" /> <c><dgm:animOne></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled" /> <c><dgm:bulletEnabled></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren" /> <c><dgm:chMax></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren" /> <c><dgm:chPref></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.Direction" /> <c><dgm:dir></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch" /> <c><dgm:hierBranch></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart" /> <c><dgm:orgChart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles" /> <c><dgm:resizeHandles></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables"> <summary> <para>Presentation Layout Variables.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:presLayoutVars.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel" /> <c><dgm:animLvl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne" /> <c><dgm:animOne></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled" /> <c><dgm:bulletEnabled></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren" /> <c><dgm:chMax></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren" /> <c><dgm:chPref></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.Direction" /> <c><dgm:dir></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch" /> <c><dgm:hierBranch></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart" /> <c><dgm:orgChart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles" /> <c><dgm:resizeHandles></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType"> <summary> <para>Defines the LayoutVariablePropertySetType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel" /> <c><dgm:animLvl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne" /> <c><dgm:animOne></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled" /> <c><dgm:bulletEnabled></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren" /> <c><dgm:chMax></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren" /> <c><dgm:chPref></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.Direction" /> <c><dgm:dir></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch" /> <c><dgm:hierBranch></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart" /> <c><dgm:orgChart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles" /> <c><dgm:resizeHandles></c></description></item> </list> </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="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="T:DocumentFormat.OpenXml.Drawing.Diagrams.ForEach"> <summary> <para>For Each.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:forEach.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList" /> <c><dgm:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm" /> <c><dgm:alg></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.Choose" /> <c><dgm:choose></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.Constraints" /> <c><dgm:constrLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.ForEach" /> <c><dgm:forEach></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode" /> <c><dgm:layoutNode></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf" /> <c><dgm:presOf></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.RuleList" /> <c><dgm:ruleLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.Shape" /> <c><dgm:shape></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode"> <summary> <para>Layout Node.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:layoutNode.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList" /> <c><dgm:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm" /> <c><dgm:alg></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.Choose" /> <c><dgm:choose></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.Constraints" /> <c><dgm:constrLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.ForEach" /> <c><dgm:forEach></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode" /> <c><dgm:layoutNode></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.VariableList" /> <c><dgm:varLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf" /> <c><dgm:presOf></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.RuleList" /> <c><dgm:ruleLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.Shape" /> <c><dgm:shape></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.Choose"> <summary> <para>Choose Element.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:choose.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse" /> <c><dgm:else></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf" /> <c><dgm:if></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf"> <summary> <para>If.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:if.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList" /> <c><dgm:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm" /> <c><dgm:alg></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.Choose" /> <c><dgm:choose></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.Constraints" /> <c><dgm:constrLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.ForEach" /> <c><dgm:forEach></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode" /> <c><dgm:layoutNode></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf" /> <c><dgm:presOf></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.RuleList" /> <c><dgm:ruleLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.Shape" /> <c><dgm:shape></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse"> <summary> <para>Else.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:else.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList" /> <c><dgm:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm" /> <c><dgm:alg></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.Choose" /> <c><dgm:choose></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.Constraints" /> <c><dgm:constrLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.ForEach" /> <c><dgm:forEach></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode" /> <c><dgm:layoutNode></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf" /> <c><dgm:presOf></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.RuleList" /> <c><dgm:ruleLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.Shape" /> <c><dgm:shape></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.DataModel"> <summary> <para>Data Model.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:dataModel.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.Background" /> <c><dgm:bg></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList" /> <c><dgm:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.Whole" /> <c><dgm:whole></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList" /> <c><dgm:cxnLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.PointList" /> <c><dgm:ptLst></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.Category"> <summary> <para>Category.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:cat.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.Title"> <summary> <para>Title.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:title.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.Description"> <summary> <para>Description.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:desc.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList"> <summary> <para>Category List.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:catLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.Category" /> <c><dgm:cat></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.Style"> <summary> <para>Shape Style.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:style.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.FontReference" /> <c><a:fontRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LineReference" /> <c><a:lnRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.FillReference" /> <c><a:fillRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectReference" /> <c><a:effectRef></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart"> <summary> <para>Show Organization Chart User Interface.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:orgChart.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren"> <summary> <para>Maximum Children.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:chMax.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren"> <summary> <para>Preferred Number of Children.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:chPref.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled"> <summary> <para>Show Insert Bullet.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:bulletEnabled.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.Direction"> <summary> <para>Diagram Direction.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:dir.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch"> <summary> <para>Organization Chart Branch Style.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:hierBranch.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne"> <summary> <para>One by One Animation String.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:animOne.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel"> <summary> <para>Level Animation.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:animLvl.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles"> <summary> <para>Shape Resize Style.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:resizeHandles.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory"> <summary> <para>Category.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:cat.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D"> <summary> <para>3-D Scene.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:scene3d.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Backdrop" /> <c><a:backdrop></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Camera" /> <c><a:camera></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LightRig" /> <c><a:lightRig></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D"> <summary> <para>3-D Shape Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:sp3d.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BevelTop" /> <c><a:bevelT></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BevelBottom" /> <c><a:bevelB></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtrusionColor" /> <c><a:extrusionClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ContourColor" /> <c><a:contourClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties"> <summary> <para>Text Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:txPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.FlatText" /> <c><a:flatTx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Shape3DType" /> <c><a:sp3d></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle"> <summary> <para>Title.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:title.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription"> <summary> <para>Style Label Description.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:desc.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories"> <summary> <para>Category List.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:catLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory" /> <c><dgm:cat></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel"> <summary> <para>Style Label.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:styleLbl.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList" /> <c><dgm:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D" /> <c><dgm:scene3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D" /> <c><dgm:sp3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.Style" /> <c><dgm:style></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties" /> <c><dgm:txPr></c></description></item> </list> </remark> </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.Name"> <summary> <para>Style Name</para> <para>Represents the following attribute in the schema: name</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.PointList"> <summary> <para>Point List.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:ptLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.Point" /> <c><dgm:pt></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList"> <summary> <para>Connection List.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:cxnLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.Connection" /> <c><dgm:cxn></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.Background"> <summary> <para>Background Formatting.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:bg.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlipFill" /> <c><a:blipFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectDag" /> <c><a:effectDag></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectList" /> <c><a:effectLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GradientFill" /> <c><a:gradFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GroupFill" /> <c><a:grpFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoFill" /> <c><a:noFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PatternFill" /> <c><a:pattFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SolidFill" /> <c><a:solidFill></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.Whole"> <summary> <para>Whole E2O Formatting.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:whole.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectDag" /> <c><a:effectDag></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectList" /> <c><a:effectLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Outline" /> <c><a:ln></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList"> <summary> <para>Defines the DataModelExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.DataModelExtension" /> <c><a:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet"> <summary> <para>Property Set.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:prSet.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.Style" /> <c><dgm:style></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables" /> <c><dgm:presLayoutVars></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties"> <summary> <para>Shape Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:spPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlipFill" /> <c><a:blipFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.CustomGeometry" /> <c><a:custGeom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectDag" /> <c><a:effectDag></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectList" /> <c><a:effectLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GradientFill" /> <c><a:gradFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GroupFill" /> <c><a:grpFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Outline" /> <c><a:ln></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoFill" /> <c><a:noFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PatternFill" /> <c><a:pattFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetGeometry" /> <c><a:prstGeom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Scene3DType" /> <c><a:scene3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Shape3DType" /> <c><a:sp3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SolidFill" /> <c><a:solidFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Transform2D" /> <c><a:xfrm></c></description></item> </list> </remark> </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.BlackWhiteMode"> <summary> <para>Black and White Mode</para> <para>Represents the following attribute in the schema: bwMode</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.TextBody"> <summary> <para>Text Body.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:t.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BodyProperties" /> <c><a:bodyPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ListStyle" /> <c><a:lstStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Paragraph" /> <c><a:p></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList"> <summary> <para>Defines the PtExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PtExtension" /> <c><a:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension"> <summary> <para>Defines the DiagramDefinitionExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType" /> <c><dgm1612:lstStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfoList" /> <c><dgm1611:autoBuNodeInfoLst></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.#ctor"> <summary> Initializes a new instance of the DiagramDefinitionExtension class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the DiagramDefinitionExtension class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the DiagramDefinitionExtension class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.#ctor(System.String)"> <summary> Initializes a new instance of the DiagramDefinitionExtension class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.Uri"> <summary> <para>URI</para> <para>Represents the following attribute in the schema: uri</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.SampleData"> <summary> <para>Defines the SampleData Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:sampData.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.DataModel" /> <c><dgm:dataModel></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.StyleData"> <summary> <para>Defines the StyleData Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:styleData.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.DataModel" /> <c><dgm:dataModel></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.ColorData"> <summary> <para>Defines the ColorData Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:clrData.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.DataModel" /> <c><dgm:dataModel></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType"> <summary> <para>Defines the SampleDataType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.DataModel" /> <c><dgm:dataModel></c></description></item> </list> </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="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="T:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtensionList"> <summary> <para>List of extensions to the CT_DiagramDefintions type..</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dgm:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension" /> <c><dgm:ext></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtensionList.#ctor"> <summary> Initializes a new instance of the DiagramDefinitionExtensionList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the DiagramDefinitionExtensionList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the DiagramDefinitionExtensionList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtensionList.#ctor(System.String)"> <summary> Initializes a new instance of the DiagramDefinitionExtensionList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtensionList.CloneNode(System.Boolean)"> <inheritdoc/> </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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</para> </summary> </member> <member name="T:DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas"> <summary> <para>Locked Canvas Container.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is lc:lockedCanvas.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties" /> <c><a:grpSpPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ConnectionShape" /> <c><a:cxnSp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GraphicFrame" /> <c><a:graphicFrame></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GroupShape" /> <c><a:grpSp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties" /> <c><a:nvGrpSpPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Picture" /> <c><a:pic></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Shape" /> <c><a:sp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TextShape" /> <c><a:txSp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart" /> <c><a14:contentPart></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.AudioFromCD"> <summary> <para>Audio from CD.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:audioCd.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.StartTime" /> <c><a:st></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EndTime" /> <c><a:end></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.WaveAudioFile"> <summary> <para>Audio from WAV File.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:wavAudioFile.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.HyperlinkSound"> <summary> <para>Sound to play..</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:snd.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType"> <summary> <para>Defines the EmbeddedWavAudioFileType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Drawing.AudioFromFile"> <summary> <para>Audio from File.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:audioFile.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> </list> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.VideoFromFile"> <summary> <para>Video from File.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:videoFile.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> </list> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.QuickTimeFromFile"> <summary> <para>QuickTime from File.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:quickTimeFile.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> </list> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Tint"> <summary> <para>Tint.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:tint.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Shade"> <summary> <para>Shade.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:shade.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Alpha"> <summary> <para>Alpha.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:alpha.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.PositiveFixedPercentageType"> <summary> <para>Defines the PositiveFixedPercentageType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.PositiveFixedPercentageType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Drawing.Complement"> <summary> <para>Complement.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:comp.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Inverse"> <summary> <para>Inverse.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:inv.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Gray"> <summary> <para>Gray.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:gray.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.AlphaOffset"> <summary> <para>Alpha Offset.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:alphaOff.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.AlphaOffset.#ctor"> <summary> Initializes a new instance of the AlphaOffset class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.AlphaModulation"> <summary> <para>Alpha Modulation.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:alphaMod.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.HueModulation"> <summary> <para>Hue Modulate.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:hueMod.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.PositivePercentageType"> <summary> <para>Defines the PositivePercentageType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.PositivePercentageType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Drawing.Hue"> <summary> <para>Hue.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:hue.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.Hue.#ctor"> <summary> Initializes a new instance of the Hue class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.HueOffset"> <summary> <para>Hue Offset.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:hueOff.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.HueOffset.#ctor"> <summary> Initializes a new instance of the HueOffset class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Saturation"> <summary> <para>Saturation.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:sat.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.SaturationOffset"> <summary> <para>Saturation Offset.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:satOff.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.SaturationModulation"> <summary> <para>Saturation Modulation.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:satMod.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Luminance"> <summary> <para>Luminance.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:lum.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.LuminanceOffset"> <summary> <para>Luminance Offset.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:lumOff.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.LuminanceModulation"> <summary> <para>Luminance Modulation.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:lumMod.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Red"> <summary> <para>Red.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:red.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.RedOffset"> <summary> <para>Red Offset.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:redOff.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.RedModulation"> <summary> <para>Red Modulation.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:redMod.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Green"> <summary> <para>Green.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:green.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.GreenOffset"> <summary> <para>Green Offset.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:greenOff.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.GreenModulation"> <summary> <para>Green Modification.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:greenMod.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Blue"> <summary> <para>Blue.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:blue.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.BlueOffset"> <summary> <para>Blue Offset.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:blueOff.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.BlueModulation"> <summary> <para>Blue Modification.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:blueMod.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.PercentageType"> <summary> <para>Defines the PercentageType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.PercentageType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Drawing.Gamma"> <summary> <para>Gamma.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:gamma.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.InverseGamma"> <summary> <para>Inverse Gamma.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:invGamma.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Extension"> <summary> <para>Extension.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:ext.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage"> <summary> <para>RGB Color Model - Percentage Variant.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:scrgbClr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HueOffset" /> <c><a:hueOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Complement" /> <c><a:comp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaOffset" /> <c><a:alphaOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Gamma" /> <c><a:gamma></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Gray" /> <c><a:gray></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.InverseGamma" /> <c><a:invGamma></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Inverse" /> <c><a:inv></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Saturation" /> <c><a:sat></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SaturationOffset" /> <c><a:satOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SaturationModulation" /> <c><a:satMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Luminance" /> <c><a:lum></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LuminanceOffset" /> <c><a:lumOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LuminanceModulation" /> <c><a:lumMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Red" /> <c><a:red></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RedOffset" /> <c><a:redOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RedModulation" /> <c><a:redMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Green" /> <c><a:green></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GreenOffset" /> <c><a:greenOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GreenModulation" /> <c><a:greenMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Blue" /> <c><a:blue></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlueOffset" /> <c><a:blueOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlueModulation" /> <c><a:blueMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Hue" /> <c><a:hue></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Tint" /> <c><a:tint></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Shade" /> <c><a:shade></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Alpha" /> <c><a:alpha></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaModulation" /> <c><a:alphaMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HueModulation" /> <c><a:hueMod></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex"> <summary> <para>RGB Color Model - Hex Variant.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:srgbClr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HueOffset" /> <c><a:hueOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Complement" /> <c><a:comp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaOffset" /> <c><a:alphaOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Gamma" /> <c><a:gamma></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Gray" /> <c><a:gray></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.InverseGamma" /> <c><a:invGamma></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Inverse" /> <c><a:inv></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Saturation" /> <c><a:sat></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SaturationOffset" /> <c><a:satOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SaturationModulation" /> <c><a:satMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Luminance" /> <c><a:lum></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LuminanceOffset" /> <c><a:lumOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LuminanceModulation" /> <c><a:lumMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Red" /> <c><a:red></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RedOffset" /> <c><a:redOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RedModulation" /> <c><a:redMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Green" /> <c><a:green></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GreenOffset" /> <c><a:greenOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GreenModulation" /> <c><a:greenMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Blue" /> <c><a:blue></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlueOffset" /> <c><a:blueOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlueModulation" /> <c><a:blueMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Hue" /> <c><a:hue></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Tint" /> <c><a:tint></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Shade" /> <c><a:shade></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Alpha" /> <c><a:alpha></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaModulation" /> <c><a:alphaMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HueModulation" /> <c><a:hueMod></c></description></item> </list> </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="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, this property is only available in Office 2010 and later.</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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.HslColor"> <summary> <para>Hue, Saturation, Luminance Color Model.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:hslClr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HueOffset" /> <c><a:hueOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Complement" /> <c><a:comp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaOffset" /> <c><a:alphaOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Gamma" /> <c><a:gamma></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Gray" /> <c><a:gray></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.InverseGamma" /> <c><a:invGamma></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Inverse" /> <c><a:inv></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Saturation" /> <c><a:sat></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SaturationOffset" /> <c><a:satOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SaturationModulation" /> <c><a:satMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Luminance" /> <c><a:lum></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LuminanceOffset" /> <c><a:lumOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LuminanceModulation" /> <c><a:lumMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Red" /> <c><a:red></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RedOffset" /> <c><a:redOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RedModulation" /> <c><a:redMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Green" /> <c><a:green></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GreenOffset" /> <c><a:greenOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GreenModulation" /> <c><a:greenMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Blue" /> <c><a:blue></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlueOffset" /> <c><a:blueOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlueModulation" /> <c><a:blueMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Hue" /> <c><a:hue></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Tint" /> <c><a:tint></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Shade" /> <c><a:shade></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Alpha" /> <c><a:alpha></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaModulation" /> <c><a:alphaMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HueModulation" /> <c><a:hueMod></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.SystemColor"> <summary> <para>System Color.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:sysClr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HueOffset" /> <c><a:hueOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Complement" /> <c><a:comp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaOffset" /> <c><a:alphaOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Gamma" /> <c><a:gamma></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Gray" /> <c><a:gray></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.InverseGamma" /> <c><a:invGamma></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Inverse" /> <c><a:inv></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Saturation" /> <c><a:sat></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SaturationOffset" /> <c><a:satOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SaturationModulation" /> <c><a:satMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Luminance" /> <c><a:lum></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LuminanceOffset" /> <c><a:lumOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LuminanceModulation" /> <c><a:lumMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Red" /> <c><a:red></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RedOffset" /> <c><a:redOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RedModulation" /> <c><a:redMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Green" /> <c><a:green></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GreenOffset" /> <c><a:greenOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GreenModulation" /> <c><a:greenMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Blue" /> <c><a:blue></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlueOffset" /> <c><a:blueOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlueModulation" /> <c><a:blueMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Hue" /> <c><a:hue></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Tint" /> <c><a:tint></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Shade" /> <c><a:shade></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Alpha" /> <c><a:alpha></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaModulation" /> <c><a:alphaMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HueModulation" /> <c><a:hueMod></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.SchemeColor"> <summary> <para>Scheme Color.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:schemeClr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HueOffset" /> <c><a:hueOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Complement" /> <c><a:comp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaOffset" /> <c><a:alphaOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Gamma" /> <c><a:gamma></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Gray" /> <c><a:gray></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.InverseGamma" /> <c><a:invGamma></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Inverse" /> <c><a:inv></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Saturation" /> <c><a:sat></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SaturationOffset" /> <c><a:satOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SaturationModulation" /> <c><a:satMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Luminance" /> <c><a:lum></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LuminanceOffset" /> <c><a:lumOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LuminanceModulation" /> <c><a:lumMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Red" /> <c><a:red></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RedOffset" /> <c><a:redOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RedModulation" /> <c><a:redMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Green" /> <c><a:green></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GreenOffset" /> <c><a:greenOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GreenModulation" /> <c><a:greenMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Blue" /> <c><a:blue></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlueOffset" /> <c><a:blueOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlueModulation" /> <c><a:blueMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Hue" /> <c><a:hue></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Tint" /> <c><a:tint></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Shade" /> <c><a:shade></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Alpha" /> <c><a:alpha></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaModulation" /> <c><a:alphaMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HueModulation" /> <c><a:hueMod></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.PresetColor"> <summary> <para>Preset Color.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:prstClr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HueOffset" /> <c><a:hueOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Complement" /> <c><a:comp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaOffset" /> <c><a:alphaOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Gamma" /> <c><a:gamma></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Gray" /> <c><a:gray></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.InverseGamma" /> <c><a:invGamma></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Inverse" /> <c><a:inv></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Saturation" /> <c><a:sat></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SaturationOffset" /> <c><a:satOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SaturationModulation" /> <c><a:satMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Luminance" /> <c><a:lum></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LuminanceOffset" /> <c><a:lumOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LuminanceModulation" /> <c><a:lumMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Red" /> <c><a:red></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RedOffset" /> <c><a:redOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RedModulation" /> <c><a:redMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Green" /> <c><a:green></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GreenOffset" /> <c><a:greenOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GreenModulation" /> <c><a:greenMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Blue" /> <c><a:blue></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlueOffset" /> <c><a:blueOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlueModulation" /> <c><a:blueMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Hue" /> <c><a:hue></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Tint" /> <c><a:tint></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Shade" /> <c><a:shade></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Alpha" /> <c><a:alpha></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaModulation" /> <c><a:alphaMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HueModulation" /> <c><a:hueMod></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Shape3DType"> <summary> <para>Apply 3D shape properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:sp3d.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BevelTop" /> <c><a:bevelT></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BevelBottom" /> <c><a:bevelB></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtrusionColor" /> <c><a:extrusionClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ContourColor" /> <c><a:contourClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.FlatText"> <summary> <para>No text in 3D scene.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:flatTx.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.FlatText.#ctor"> <summary> Initializes a new instance of the FlatText class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.LinearGradientFill"> <summary> <para>Linear Gradient Fill.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:lin.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.LinearGradientFill.#ctor"> <summary> Initializes a new instance of the LinearGradientFill class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.PathGradientFill"> <summary> <para>Path Gradient.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:path.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.FillToRectangle" /> <c><a:fillToRect></c></description></item> </list> </remark> </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.Path"> <summary> <para>Gradient Fill Path</para> <para>Represents the following attribute in the schema: path</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Tile"> <summary> <para>Tile.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:tile.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.Tile.#ctor"> <summary> Initializes a new instance of the Tile class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Stretch"> <summary> <para>Stretch.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:stretch.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.FillRectangle" /> <c><a:fillRect></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.NoFill"> <summary> <para>Defines the NoFill Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:noFill.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.SolidFill"> <summary> <para>Defines the SolidFill Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:solidFill.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SchemeColor" /> <c><a:schemeClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.GradientFill"> <summary> <para>Defines the GradientFill Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:gradFill.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GradientStopList" /> <c><a:gsLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LinearGradientFill" /> <c><a:lin></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PathGradientFill" /> <c><a:path></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TileRectangle" /> <c><a:tileRect></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.BlipFill"> <summary> <para>Defines the BlipFill Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:blipFill.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Blip" /> <c><a:blip></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SourceRectangle" /> <c><a:srcRect></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Stretch" /> <c><a:stretch></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Tile" /> <c><a:tile></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.PatternFill"> <summary> <para>Pattern Fill.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:pattFill.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ForegroundColor" /> <c><a:fgClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BackgroundColor" /> <c><a:bgClr></c></description></item> </list> </remark> </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.Preset"> <summary> <para>Preset Pattern</para> <para>Represents the following attribute in the schema: prst</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.GroupFill"> <summary> <para>Group Fill.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:grpFill.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.EffectContainer"> <summary> <para>Effect Container.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:cont.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaBiLevel" /> <c><a:alphaBiLevel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaCeiling" /> <c><a:alphaCeiling></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaFloor" /> <c><a:alphaFloor></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaInverse" /> <c><a:alphaInv></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaModulationEffect" /> <c><a:alphaMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaModulationFixed" /> <c><a:alphaModFix></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaOutset" /> <c><a:alphaOutset></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaReplace" /> <c><a:alphaRepl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BiLevel" /> <c><a:biLevel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Blend" /> <c><a:blend></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Blur" /> <c><a:blur></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ColorChange" /> <c><a:clrChange></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ColorReplacement" /> <c><a:clrRepl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Duotone" /> <c><a:duotone></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectContainer" /> <c><a:cont></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Effect" /> <c><a:effect></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Fill" /> <c><a:fill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.FillOverlay" /> <c><a:fillOverlay></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Glow" /> <c><a:glow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Grayscale" /> <c><a:grayscl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Hsl" /> <c><a:hsl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.InnerShadow" /> <c><a:innerShdw></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LuminanceEffect" /> <c><a:lum></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.OuterShadow" /> <c><a:outerShdw></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetShadow" /> <c><a:prstShdw></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Reflection" /> <c><a:reflection></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RelativeOffset" /> <c><a:relOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SoftEdge" /> <c><a:softEdge></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TintEffect" /> <c><a:tint></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TransformEffect" /> <c><a:xfrm></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.EffectDag"> <summary> <para>Effect Container.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:effectDag.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaBiLevel" /> <c><a:alphaBiLevel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaCeiling" /> <c><a:alphaCeiling></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaFloor" /> <c><a:alphaFloor></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaInverse" /> <c><a:alphaInv></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaModulationEffect" /> <c><a:alphaMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaModulationFixed" /> <c><a:alphaModFix></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaOutset" /> <c><a:alphaOutset></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaReplace" /> <c><a:alphaRepl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BiLevel" /> <c><a:biLevel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Blend" /> <c><a:blend></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Blur" /> <c><a:blur></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ColorChange" /> <c><a:clrChange></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ColorReplacement" /> <c><a:clrRepl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Duotone" /> <c><a:duotone></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectContainer" /> <c><a:cont></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Effect" /> <c><a:effect></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Fill" /> <c><a:fill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.FillOverlay" /> <c><a:fillOverlay></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Glow" /> <c><a:glow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Grayscale" /> <c><a:grayscl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Hsl" /> <c><a:hsl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.InnerShadow" /> <c><a:innerShdw></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LuminanceEffect" /> <c><a:lum></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.OuterShadow" /> <c><a:outerShdw></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetShadow" /> <c><a:prstShdw></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Reflection" /> <c><a:reflection></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RelativeOffset" /> <c><a:relOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SoftEdge" /> <c><a:softEdge></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TintEffect" /> <c><a:tint></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TransformEffect" /> <c><a:xfrm></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.EffectContainerType"> <summary> <para>Defines the EffectContainerType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaBiLevel" /> <c><a:alphaBiLevel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaCeiling" /> <c><a:alphaCeiling></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaFloor" /> <c><a:alphaFloor></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaInverse" /> <c><a:alphaInv></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaModulationEffect" /> <c><a:alphaMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaModulationFixed" /> <c><a:alphaModFix></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaOutset" /> <c><a:alphaOutset></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaReplace" /> <c><a:alphaRepl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BiLevel" /> <c><a:biLevel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Blend" /> <c><a:blend></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Blur" /> <c><a:blur></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ColorChange" /> <c><a:clrChange></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ColorReplacement" /> <c><a:clrRepl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Duotone" /> <c><a:duotone></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectContainer" /> <c><a:cont></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Effect" /> <c><a:effect></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Fill" /> <c><a:fill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.FillOverlay" /> <c><a:fillOverlay></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Glow" /> <c><a:glow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Grayscale" /> <c><a:grayscl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Hsl" /> <c><a:hsl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.InnerShadow" /> <c><a:innerShdw></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LuminanceEffect" /> <c><a:lum></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.OuterShadow" /> <c><a:outerShdw></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetShadow" /> <c><a:prstShdw></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Reflection" /> <c><a:reflection></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RelativeOffset" /> <c><a:relOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SoftEdge" /> <c><a:softEdge></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TintEffect" /> <c><a:tint></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TransformEffect" /> <c><a:xfrm></c></description></item> </list> </remark> </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="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="T:DocumentFormat.OpenXml.Drawing.Effect"> <summary> <para>Effect.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:effect.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.Effect.#ctor"> <summary> Initializes a new instance of the Effect class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.AlphaBiLevel"> <summary> <para>Defines the AlphaBiLevel Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:alphaBiLevel.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.AlphaBiLevel.#ctor"> <summary> Initializes a new instance of the AlphaBiLevel class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.AlphaCeiling"> <summary> <para>Alpha Ceiling Effect.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:alphaCeiling.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.AlphaFloor"> <summary> <para>Alpha Floor Effect.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:alphaFloor.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.AlphaInverse"> <summary> <para>Alpha Inverse Effect.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:alphaInv.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SchemeColor" /> <c><a:schemeClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.AlphaModulationEffect"> <summary> <para>Alpha Modulate Effect.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:alphaMod.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectContainer" /> <c><a:cont></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.AlphaModulationFixed"> <summary> <para>Defines the AlphaModulationFixed Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:alphaModFix.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.AlphaModulationFixed.#ctor"> <summary> Initializes a new instance of the AlphaModulationFixed class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.AlphaOutset"> <summary> <para>Alpha Inset/Outset Effect.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:alphaOutset.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.AlphaOutset.#ctor"> <summary> Initializes a new instance of the AlphaOutset class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.AlphaReplace"> <summary> <para>Alpha Replace Effect.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:alphaRepl.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.AlphaReplace.#ctor"> <summary> Initializes a new instance of the AlphaReplace class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.BiLevel"> <summary> <para>Defines the BiLevel Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:biLevel.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.BiLevel.#ctor"> <summary> Initializes a new instance of the BiLevel class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Blend"> <summary> <para>Blend Effect.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:blend.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectContainer" /> <c><a:cont></c></description></item> </list> </remark> </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.BlendMode"> <summary> <para>Blend Mode</para> <para>Represents the following attribute in the schema: blend</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Blur"> <summary> <para>Defines the Blur Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:blur.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.Blur.#ctor"> <summary> Initializes a new instance of the Blur class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ColorChange"> <summary> <para>Color Change Effect.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:clrChange.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ColorFrom" /> <c><a:clrFrom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ColorTo" /> <c><a:clrTo></c></description></item> </list> </remark> </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.UseAlpha"> <summary> <para>Consider Alpha Values</para> <para>Represents the following attribute in the schema: useA</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ColorReplacement"> <summary> <para>Defines the ColorReplacement Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:clrRepl.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SchemeColor" /> <c><a:schemeClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Duotone"> <summary> <para>Duotone Effect.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:duotone.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SchemeColor" /> <c><a:schemeClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Fill"> <summary> <para>Fill.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:fill.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlipFill" /> <c><a:blipFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GradientFill" /> <c><a:gradFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GroupFill" /> <c><a:grpFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoFill" /> <c><a:noFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PatternFill" /> <c><a:pattFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SolidFill" /> <c><a:solidFill></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.FillOverlay"> <summary> <para>Fill Overlay Effect.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:fillOverlay.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlipFill" /> <c><a:blipFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GradientFill" /> <c><a:gradFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GroupFill" /> <c><a:grpFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoFill" /> <c><a:noFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PatternFill" /> <c><a:pattFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SolidFill" /> <c><a:solidFill></c></description></item> </list> </remark> </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.Blend"> <summary> <para>Blend</para> <para>Represents the following attribute in the schema: blend</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Glow"> <summary> <para>Glow Effect.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:glow.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SchemeColor" /> <c><a:schemeClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </remark> </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.Radius"> <summary> <para>Radius</para> <para>Represents the following attribute in the schema: rad</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Grayscale"> <summary> <para>Gray Scale Effect.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:grayscl.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Hsl"> <summary> <para>Hue Saturation Luminance Effect.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:hsl.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.Hsl.#ctor"> <summary> Initializes a new instance of the Hsl class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.InnerShadow"> <summary> <para>Inner Shadow Effect.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:innerShdw.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SchemeColor" /> <c><a:schemeClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.LuminanceEffect"> <summary> <para>Luminance.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:lum.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.LuminanceEffect.#ctor"> <summary> Initializes a new instance of the LuminanceEffect class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.OuterShadow"> <summary> <para>Outer Shadow Effect.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:outerShdw.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SchemeColor" /> <c><a:schemeClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.PresetShadow"> <summary> <para>Preset Shadow.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:prstShdw.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SchemeColor" /> <c><a:schemeClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Reflection"> <summary> <para>Reflection Effect.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:reflection.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.Reflection.#ctor"> <summary> Initializes a new instance of the Reflection class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.RelativeOffset"> <summary> <para>Relative Offset Effect.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:relOff.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.RelativeOffset.#ctor"> <summary> Initializes a new instance of the RelativeOffset class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.SoftEdge"> <summary> <para>Soft Edge Effect.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:softEdge.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.SoftEdge.#ctor"> <summary> Initializes a new instance of the SoftEdge class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.TintEffect"> <summary> <para>Defines the TintEffect Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:tint.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.TintEffect.#ctor"> <summary> Initializes a new instance of the TintEffect class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.TransformEffect"> <summary> <para>Transform Effect.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:xfrm.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.TransformEffect.#ctor"> <summary> Initializes a new instance of the TransformEffect class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.EffectList"> <summary> <para>Effect Container.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:effectLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Blur" /> <c><a:blur></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.FillOverlay" /> <c><a:fillOverlay></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Glow" /> <c><a:glow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.InnerShadow" /> <c><a:innerShdw></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.OuterShadow" /> <c><a:outerShdw></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetShadow" /> <c><a:prstShdw></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Reflection" /> <c><a:reflection></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SoftEdge" /> <c><a:softEdge></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.CustomGeometry"> <summary> <para>Custom geometry.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:custGeom.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AdjustHandleList" /> <c><a:ahLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ConnectionSiteList" /> <c><a:cxnLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AdjustValueList" /> <c><a:avLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ShapeGuideList" /> <c><a:gdLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Rectangle" /> <c><a:rect></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PathList" /> <c><a:pathLst></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.PresetGeometry"> <summary> <para>Preset geometry.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:prstGeom.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AdjustValueList" /> <c><a:avLst></c></description></item> </list> </remark> </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.Preset"> <summary> <para>Preset Shape</para> <para>Represents the following attribute in the schema: prst</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.PresetTextWrap"> <summary> <para>Preset Text Warp.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:prstTxWarp.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AdjustValueList" /> <c><a:avLst></c></description></item> </list> </remark> </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.Preset"> <summary> <para>Preset Warp Shape</para> <para>Represents the following attribute in the schema: prst</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Round"> <summary> <para>Round Line Join.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:round.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.LineJoinBevel"> <summary> <para>Line Join Bevel.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:bevel.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Miter"> <summary> <para>Miter Line Join.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:miter.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.Miter.#ctor"> <summary> Initializes a new instance of the Miter class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.PresetDash"> <summary> <para>Preset Dash.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:prstDash.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.PresetDash.#ctor"> <summary> Initializes a new instance of the PresetDash class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.CustomDash"> <summary> <para>Custom Dash.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:custDash.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.DashStop" /> <c><a:ds></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.FillProperties"> <summary> <para>Fill.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:fill.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlipFill" /> <c><a:blipFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GradientFill" /> <c><a:gradFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GroupFill" /> <c><a:grpFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoFill" /> <c><a:noFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PatternFill" /> <c><a:pattFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SolidFill" /> <c><a:solidFill></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.FillReference"> <summary> <para>Fill Reference.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:fillRef.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SchemeColor" /> <c><a:schemeClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.EffectReference"> <summary> <para>Effect Reference.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:effectRef.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SchemeColor" /> <c><a:schemeClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.LineReference"> <summary> <para>Defines the LineReference Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:lnRef.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SchemeColor" /> <c><a:schemeClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType"> <summary> <para>Defines the StyleMatrixReferenceType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SchemeColor" /> <c><a:schemeClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </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="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="T:DocumentFormat.OpenXml.Drawing.EffectPropertiesType"> <summary> <para>Effect.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:effect.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectDag" /> <c><a:effectDag></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectList" /> <c><a:effectLst></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Fonts"> <summary> <para>Font.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:font.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SupplementalFont" /> <c><a:font></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LatinFont" /> <c><a:latin></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EastAsianFont" /> <c><a:ea></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ComplexScriptFont" /> <c><a:cs></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.MajorFont"> <summary> <para>Major Font.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:majorFont.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SupplementalFont" /> <c><a:font></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LatinFont" /> <c><a:latin></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EastAsianFont" /> <c><a:ea></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ComplexScriptFont" /> <c><a:cs></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.MinorFont"> <summary> <para>Minor fonts.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:minorFont.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SupplementalFont" /> <c><a:font></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LatinFont" /> <c><a:latin></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EastAsianFont" /> <c><a:ea></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ComplexScriptFont" /> <c><a:cs></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.FontCollectionType"> <summary> <para>Defines the FontCollectionType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SupplementalFont" /> <c><a:font></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LatinFont" /> <c><a:latin></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EastAsianFont" /> <c><a:ea></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ComplexScriptFont" /> <c><a:cs></c></description></item> </list> </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="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="T:DocumentFormat.OpenXml.Drawing.FontReference"> <summary> <para>Defines the FontReference Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:fontRef.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SchemeColor" /> <c><a:schemeClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </remark> </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.Index"> <summary> <para>Identifier</para> <para>Represents the following attribute in the schema: idx</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.NoAutoFit"> <summary> <para>No AutoFit.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:noAutofit.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.NormalAutoFit"> <summary> <para>Normal AutoFit.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:normAutofit.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.NormalAutoFit.#ctor"> <summary> Initializes a new instance of the NormalAutoFit class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ShapeAutoFit"> <summary> <para>Shape AutoFit.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:spAutoFit.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.BulletColorText"> <summary> <para>Follow Text.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:buClrTx.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.BulletColor"> <summary> <para>Color Specified.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:buClr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SchemeColor" /> <c><a:schemeClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ExtrusionColor"> <summary> <para>Extrusion Color.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:extrusionClr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SchemeColor" /> <c><a:schemeClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ContourColor"> <summary> <para>Contour Color.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:contourClr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SchemeColor" /> <c><a:schemeClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ColorFrom"> <summary> <para>Change Color From.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:clrFrom.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SchemeColor" /> <c><a:schemeClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ColorTo"> <summary> <para>Change Color To.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:clrTo.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SchemeColor" /> <c><a:schemeClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ForegroundColor"> <summary> <para>Foreground color.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:fgClr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SchemeColor" /> <c><a:schemeClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.BackgroundColor"> <summary> <para>Background color.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:bgClr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SchemeColor" /> <c><a:schemeClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Highlight"> <summary> <para>Defines the Highlight Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:highlight.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SchemeColor" /> <c><a:schemeClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ColorType"> <summary> <para>Defines the ColorType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SchemeColor" /> <c><a:schemeClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </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="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="T:DocumentFormat.OpenXml.Drawing.BulletSizeText"> <summary> <para>Bullet Size Follows Text.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:buSzTx.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.BulletSizePercentage"> <summary> <para>Bullet Size Percentage.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:buSzPct.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.BulletSizePercentage.#ctor"> <summary> Initializes a new instance of the BulletSizePercentage class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.BulletSizePoints"> <summary> <para>Bullet Size Points.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:buSzPts.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.BulletSizePoints.#ctor"> <summary> Initializes a new instance of the BulletSizePoints class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.BulletFontText"> <summary> <para>Follow text.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:buFontTx.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.BulletFont"> <summary> <para>Specified.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:buFont.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.LatinFont"> <summary> <para>Latin Font.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:latin.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.EastAsianFont"> <summary> <para>East Asian Font.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:ea.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ComplexScriptFont"> <summary> <para>Complex Script Font.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:cs.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.SymbolFont"> <summary> <para>Defines the SymbolFont Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:sym.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.TextFontType"> <summary> <para>Defines the TextFontType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.TextFontType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Drawing.NoBullet"> <summary> <para>No Bullet.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:buNone.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.AutoNumberedBullet"> <summary> <para>Auto-Numbered Bullet.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:buAutoNum.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.AutoNumberedBullet.#ctor"> <summary> Initializes a new instance of the AutoNumberedBullet class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.CharacterBullet"> <summary> <para>Character Bullet.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:buChar.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.CharacterBullet.#ctor"> <summary> Initializes a new instance of the CharacterBullet class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.PictureBullet"> <summary> <para>Picture Bullet.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:buBlip.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Blip" /> <c><a:blip></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.UnderlineFollowsText"> <summary> <para>Underline Follows Text.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:uLnTx.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Underline"> <summary> <para>Underline Stroke.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:uLn.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.CustomDash" /> <c><a:custDash></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GradientFill" /> <c><a:gradFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HeadEnd" /> <c><a:headEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TailEnd" /> <c><a:tailEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LineJoinBevel" /> <c><a:bevel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Miter" /> <c><a:miter></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Round" /> <c><a:round></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LinePropertiesExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoFill" /> <c><a:noFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PatternFill" /> <c><a:pattFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetDash" /> <c><a:prstDash></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SolidFill" /> <c><a:solidFill></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Outline"> <summary> <para>Defines the Outline Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:ln.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.CustomDash" /> <c><a:custDash></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GradientFill" /> <c><a:gradFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HeadEnd" /> <c><a:headEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TailEnd" /> <c><a:tailEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LineJoinBevel" /> <c><a:bevel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Miter" /> <c><a:miter></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Round" /> <c><a:round></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LinePropertiesExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoFill" /> <c><a:noFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PatternFill" /> <c><a:pattFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetDash" /> <c><a:prstDash></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SolidFill" /> <c><a:solidFill></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties"> <summary> <para>Left Border Line Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:lnL.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.CustomDash" /> <c><a:custDash></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GradientFill" /> <c><a:gradFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HeadEnd" /> <c><a:headEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TailEnd" /> <c><a:tailEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LineJoinBevel" /> <c><a:bevel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Miter" /> <c><a:miter></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Round" /> <c><a:round></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LinePropertiesExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoFill" /> <c><a:noFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PatternFill" /> <c><a:pattFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetDash" /> <c><a:prstDash></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SolidFill" /> <c><a:solidFill></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.RightBorderLineProperties"> <summary> <para>Right Border Line Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:lnR.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.CustomDash" /> <c><a:custDash></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GradientFill" /> <c><a:gradFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HeadEnd" /> <c><a:headEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TailEnd" /> <c><a:tailEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LineJoinBevel" /> <c><a:bevel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Miter" /> <c><a:miter></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Round" /> <c><a:round></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LinePropertiesExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoFill" /> <c><a:noFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PatternFill" /> <c><a:pattFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetDash" /> <c><a:prstDash></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SolidFill" /> <c><a:solidFill></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.TopBorderLineProperties"> <summary> <para>Top Border Line Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:lnT.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.CustomDash" /> <c><a:custDash></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GradientFill" /> <c><a:gradFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HeadEnd" /> <c><a:headEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TailEnd" /> <c><a:tailEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LineJoinBevel" /> <c><a:bevel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Miter" /> <c><a:miter></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Round" /> <c><a:round></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LinePropertiesExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoFill" /> <c><a:noFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PatternFill" /> <c><a:pattFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetDash" /> <c><a:prstDash></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SolidFill" /> <c><a:solidFill></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties"> <summary> <para>Bottom Border Line Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:lnB.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.CustomDash" /> <c><a:custDash></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GradientFill" /> <c><a:gradFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HeadEnd" /> <c><a:headEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TailEnd" /> <c><a:tailEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LineJoinBevel" /> <c><a:bevel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Miter" /> <c><a:miter></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Round" /> <c><a:round></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LinePropertiesExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoFill" /> <c><a:noFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PatternFill" /> <c><a:pattFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetDash" /> <c><a:prstDash></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SolidFill" /> <c><a:solidFill></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties"> <summary> <para>Top-Left to Bottom-Right Border Line Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:lnTlToBr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.CustomDash" /> <c><a:custDash></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GradientFill" /> <c><a:gradFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HeadEnd" /> <c><a:headEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TailEnd" /> <c><a:tailEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LineJoinBevel" /> <c><a:bevel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Miter" /> <c><a:miter></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Round" /> <c><a:round></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LinePropertiesExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoFill" /> <c><a:noFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PatternFill" /> <c><a:pattFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetDash" /> <c><a:prstDash></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SolidFill" /> <c><a:solidFill></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties"> <summary> <para>Bottom-Left to Top-Right Border Line Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:lnBlToTr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.CustomDash" /> <c><a:custDash></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GradientFill" /> <c><a:gradFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HeadEnd" /> <c><a:headEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TailEnd" /> <c><a:tailEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LineJoinBevel" /> <c><a:bevel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Miter" /> <c><a:miter></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Round" /> <c><a:round></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LinePropertiesExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoFill" /> <c><a:noFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PatternFill" /> <c><a:pattFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetDash" /> <c><a:prstDash></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SolidFill" /> <c><a:solidFill></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.LinePropertiesType"> <summary> <para>Defines the LinePropertiesType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.CustomDash" /> <c><a:custDash></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GradientFill" /> <c><a:gradFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HeadEnd" /> <c><a:headEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TailEnd" /> <c><a:tailEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LineJoinBevel" /> <c><a:bevel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Miter" /> <c><a:miter></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Round" /> <c><a:round></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LinePropertiesExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoFill" /> <c><a:noFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PatternFill" /> <c><a:pattFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetDash" /> <c><a:prstDash></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SolidFill" /> <c><a:solidFill></c></description></item> </list> </remark> </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="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 cap</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>pen alignment</para> <para>Represents the following attribute in the schema: algn</para> </summary> </member> <member name="T:DocumentFormat.OpenXml.Drawing.UnderlineFillText"> <summary> <para>Underline Fill Properties Follow Text.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:uFillTx.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.UnderlineFill"> <summary> <para>Underline Fill.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:uFill.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlipFill" /> <c><a:blipFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GradientFill" /> <c><a:gradFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GroupFill" /> <c><a:grpFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoFill" /> <c><a:noFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PatternFill" /> <c><a:pattFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SolidFill" /> <c><a:solidFill></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Run"> <summary> <para>Text Run.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:r.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RunProperties" /> <c><a:rPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Text" /> <c><a:t></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Break"> <summary> <para>Text Line Break.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:br.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RunProperties" /> <c><a:rPr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Field"> <summary> <para>Text Field.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:fld.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RunProperties" /> <c><a:rPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ParagraphProperties" /> <c><a:pPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Text" /> <c><a:t></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Graphic"> <summary> <para>Graphic Object.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:graphic.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GraphicData" /> <c><a:graphicData></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Blip"> <summary> <para>Defines the Blip Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:blip.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaBiLevel" /> <c><a:alphaBiLevel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaCeiling" /> <c><a:alphaCeiling></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaFloor" /> <c><a:alphaFloor></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaInverse" /> <c><a:alphaInv></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaModulationEffect" /> <c><a:alphaMod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaModulationFixed" /> <c><a:alphaModFix></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AlphaReplace" /> <c><a:alphaRepl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BiLevel" /> <c><a:biLevel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlipExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Blur" /> <c><a:blur></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ColorChange" /> <c><a:clrChange></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ColorReplacement" /> <c><a:clrRepl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Duotone" /> <c><a:duotone></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.FillOverlay" /> <c><a:fillOverlay></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Grayscale" /> <c><a:grayscl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Hsl" /> <c><a:hsl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LuminanceEffect" /> <c><a:lum></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TintEffect" /> <c><a:tint></c></description></item> </list> </remark> </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="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>Compression state for blips.</para> <para>Represents the following attribute in the schema: cstate</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.Blip.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Theme"> <summary> <para>Theme.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:theme.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ThemeElements" /> <c><a:themeElements></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList" /> <c><a:extraClrSchemeLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.CustomColorList" /> <c><a:custClrLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ObjectDefaults" /> <c><a:objectDefaults></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList" /> <c><a:extLst></c></description></item> </list> </remark> </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.#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="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, this property is only available in Office 2013 and later.</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="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)"> <inheritdoc/> </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="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.ThemePart"> <summary> Gets the ThemePart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ThemeOverride"> <summary> <para>Theme Override.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:themeOverride.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ColorScheme" /> <c><a:clrScheme></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.FontScheme" /> <c><a:fontScheme></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.FormatScheme" /> <c><a:fmtScheme></c></description></item> </list> </remark> </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.#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="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)"> <inheritdoc/> </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="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.ThemeOverridePart"> <summary> Gets the ThemeOverridePart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ThemeManager"> <summary> <para>Theme Manager.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:themeManager.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.MasterColorMapping"> <summary> <para>Master Color Mapping.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:masterClrMapping.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.EmptyType"> <summary> <para>Defines the EmptyType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </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>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:tbl.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TableGrid" /> <c><a:tblGrid></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TableProperties" /> <c><a:tblPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TableRow" /> <c><a:tr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.TableStyleList"> <summary> <para>Table Style List.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:tblStyleLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TableStyleEntry" /> <c><a:tblStyle></c></description></item> </list> </remark> </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.#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="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.CloneNode(System.Boolean)"> <inheritdoc/> </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="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="P:DocumentFormat.OpenXml.Drawing.TableStyleList.TableStylesPart"> <summary> Gets the TableStylesPart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ExtensionList"> <summary> <para>Defines the ExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Extension" /> <c><a:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.StartTime"> <summary> <para>Audio Start Time.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:st.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.EndTime"> <summary> <para>Audio End Time.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:end.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.AudioCDTimeType"> <summary> <para>Defines the AudioCDTimeType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.AudioCDTimeType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Drawing.CustomColor"> <summary> <para>Custom color.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:custClr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SchemeColor" /> <c><a:schemeClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </remark> </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.Name"> <summary> <para>Name</para> <para>Represents the following attribute in the schema: name</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.SupplementalFont"> <summary> <para>Font.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:font.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.SupplementalFont.#ctor"> <summary> Initializes a new instance of the SupplementalFont class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Scene3DType"> <summary> <para>3D Scene Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:scene3d.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Backdrop" /> <c><a:backdrop></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Camera" /> <c><a:camera></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LightRig" /> <c><a:lightRig></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.EffectStyle"> <summary> <para>Effect Style.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:effectStyle.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectDag" /> <c><a:effectDag></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectList" /> <c><a:effectLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Scene3DType" /> <c><a:scene3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Shape3DType" /> <c><a:sp3d></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.FillStyleList"> <summary> <para>Fill Style List.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:fillStyleLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlipFill" /> <c><a:blipFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GradientFill" /> <c><a:gradFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GroupFill" /> <c><a:grpFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoFill" /> <c><a:noFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PatternFill" /> <c><a:pattFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SolidFill" /> <c><a:solidFill></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.LineStyleList"> <summary> <para>Line Style List.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:lnStyleLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Outline" /> <c><a:ln></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.EffectStyleList"> <summary> <para>Effect Style List.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:effectStyleLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectStyle" /> <c><a:effectStyle></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList"> <summary> <para>Background Fill Style List.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:bgFillStyleLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlipFill" /> <c><a:blipFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GradientFill" /> <c><a:gradFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GroupFill" /> <c><a:grpFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoFill" /> <c><a:noFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PatternFill" /> <c><a:pattFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SolidFill" /> <c><a:solidFill></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ColorScheme"> <summary> <para>Defines the ColorScheme Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:clrScheme.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Dark1Color" /> <c><a:dk1></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Light1Color" /> <c><a:lt1></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Dark2Color" /> <c><a:dk2></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Light2Color" /> <c><a:lt2></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Accent1Color" /> <c><a:accent1></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Accent2Color" /> <c><a:accent2></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Accent3Color" /> <c><a:accent3></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Accent4Color" /> <c><a:accent4></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Accent5Color" /> <c><a:accent5></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Accent6Color" /> <c><a:accent6></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Hyperlink" /> <c><a:hlink></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor" /> <c><a:folHlink></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> </list> </remark> </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.Name"> <summary> <para>Name</para> <para>Represents the following attribute in the schema: name</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.FontScheme"> <summary> <para>Font Scheme.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:fontScheme.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.MajorFont" /> <c><a:majorFont></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.MinorFont" /> <c><a:minorFont></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> </list> </remark> </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.Name"> <summary> <para>Name</para> <para>Represents the following attribute in the schema: name</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.FormatScheme"> <summary> <para>Format Scheme.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:fmtScheme.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList" /> <c><a:bgFillStyleLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectStyleList" /> <c><a:effectStyleLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.FillStyleList" /> <c><a:fillStyleLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LineStyleList" /> <c><a:lnStyleLst></c></description></item> </list> </remark> </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.Name"> <summary> <para>Name</para> <para>Represents the following attribute in the schema: name</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Dark1Color"> <summary> <para>Dark 1.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:dk1.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Light1Color"> <summary> <para>Light 1.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:lt1.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Dark2Color"> <summary> <para>Dark 2.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:dk2.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Light2Color"> <summary> <para>Light 2.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:lt2.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Accent1Color"> <summary> <para>Accent 1.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:accent1.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Accent2Color"> <summary> <para>Accent 2.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:accent2.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Accent3Color"> <summary> <para>Accent 3.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:accent3.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Accent4Color"> <summary> <para>Accent 4.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:accent4.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Accent5Color"> <summary> <para>Accent 5.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:accent5.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Accent6Color"> <summary> <para>Accent 6.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:accent6.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Hyperlink"> <summary> <para>Hyperlink.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:hlink.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor"> <summary> <para>Followed Hyperlink.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:folHlink.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Color2Type"> <summary> <para>Defines the Color2Type Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </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="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="T:DocumentFormat.OpenXml.Drawing.ScaleX"> <summary> <para>Horizontal Ratio.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:sx.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ScaleY"> <summary> <para>Vertical Ratio.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:sy.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.RatioType"> <summary> <para>Defines the RatioType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.RatioType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Drawing.Offset"> <summary> <para>Offset.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:off.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ChildOffset"> <summary> <para>Child Offset.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:chOff.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Point2DType"> <summary> <para>Defines the Point2DType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.Point2DType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Drawing.Extents"> <summary> <para>Extents.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:ext.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ChildExtents"> <summary> <para>Child Extents.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:chExt.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.PositiveSize2DType"> <summary> <para>Defines the PositiveSize2DType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.PositiveSize2DType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Drawing.ShapeLocks"> <summary> <para>Shape Locks.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:spLocks.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks"> <summary> <para>Connection Shape Locks.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:cxnSpLocks.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList" /> <c><a:extLst></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.StartConnection"> <summary> <para>Connection Start.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:stCxn.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.EndConnection"> <summary> <para>Connection End.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:endCxn.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ConnectionType"> <summary> <para>Defines the ConnectionType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.ConnectionType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Drawing.GraphicFrameLocks"> <summary> <para>Graphic Frame Locks.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:graphicFrameLocks.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.GraphicData"> <summary> <para>Graphic Object Data.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:graphicData.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ThemeOverride" /> <c><a:themeOverride></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Blip" /> <c><a:blip></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor" /> <c><p14:laserClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties" /> <c><a14:hiddenEffects></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ThemeManager" /> <c><a:themeManager></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties" /> <c><a14:hiddenFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Graphic" /> <c><a:graphic></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas" /> <c><lc:lockedCanvas></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties" /> <c><a14:hiddenLine></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties" /> <c><dgm14:cNvPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList" /> <c><pic14:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Theme" /> <c><a:theme></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D" /> <c><a14:hiddenScene3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D" /> <c><a14:hiddenSp3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties" /> <c><dgm1612:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties" /> <c><c15:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle" /> <c><pic14:style></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Table" /> <c><a:tbl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TableStyleList" /> <c><a:tblStyleLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType" /> <c><dgm1612:lstStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D" /> <c><p14:xfrm></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionHeightOffset" /> <c><wp14:pctPosHOffset></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionVerticalOffset" /> <c><wp14:pctPosVOffset></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.CameraTool" /> <c><a14:cameraTool></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.CompatExtension" /> <c><a14:compatExt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart" /> <c><a14:contentPart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.IsCanvas" /> <c><a14:isCanvas></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties" /> <c><a14:imgProps></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.ShadowObscured" /> <c><a14:shadowObscured></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.TextMath" /> <c><a14:m></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.UseLocalDpi" /> <c><a14:useLocalDpi></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties" /> <c><a15:backgroundPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties" /> <c><a15:nonVisualGroupProps></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties" /> <c><a15:objectPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine" /> <c><a15:signatureLine></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences" /> <c><a16:cxnDERefs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.CreationId" /> <c><a16:creationId></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.RowIdIdentifier" /> <c><a16:rowId></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ColIdIdentifier" /> <c><a16:colId></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.PredecessorDrawingElementReference" /> <c><a16:predDERef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2019.Drawing.PictureAttributionSourceURL" /> <c><a1611:picAttrSrcUrl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2021.Drawing.DocumentClassification.ClassificationOutcome" /> <c><aclsh:classification></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2019.Drawing.Decorative" /> <c><adec:decorative></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColor" /> <c><ahyp:hlinkClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties" /> <c><alf:liveFeedProps></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared" /> <c><aoe:oembedShared></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchStyleProperties" /> <c><ask:lineSketchStyleProps></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink" /> <c><asl:scriptLink></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2019.Drawing.SVG.SVGBlip" /> <c><asvg:svgBlip></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ExceptionForSave" /> <c><c15:xForSave></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowDataLabelsRange" /> <c><c15:showDataLabelsRange></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowLeaderLines" /> <c><c15:showLeaderLines></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.AutoGeneneratedCategories" /> <c><c15:autoCat></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines" /> <c><c15:leaderLines></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartSpace" /> <c><c:chartSpace></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout" /> <c><c15:layout></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat" /> <c><c15:numFmt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource" /> <c><c15:pivotSource></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartReference" /> <c><c:chart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText" /> <c><c15:tx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat" /> <c><c14:invertSolidFillFmt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions" /> <c><c14:pivotOptions></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions" /> <c><c14:sketchOptions></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.Charts.Style" /> <c><c14:style></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions" /> <c><c15:categoryFilterExceptions></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable" /> <c><c15:dlblFieldTable></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries" /> <c><c15:filteredAreaSeries></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries" /> <c><c15:filteredBarSeries></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries" /> <c><c15:filteredBubbleSeries></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle" /> <c><c15:filteredCategoryTitle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension" /> <c><c15:filteredLineSeries></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries" /> <c><c15:filteredPieSeries></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries" /> <c><c15:filteredRadarSeries></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries" /> <c><c15:filteredScatterSeries></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle" /> <c><c15:filteredSeriesTitle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries" /> <c><c15:filteredSurfaceSeries></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference" /> <c><c15:formulaRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference" /> <c><c15:fullRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference" /> <c><c15:levelRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange" /> <c><c15:datalabelsRange></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16" /> <c><c16r3:dataDisplayOptions16></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.UserShapes" /> <c><c:userShapes></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart" /> <c><cdr14:contentPart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LegacyCompatibility.LegacyDrawing" /> <c><comp:legacyDrawing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle" /> <c><cs:chartStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle" /> <c><cs:colorStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition" /> <c><dgm:colorsDef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader" /> <c><dgm:colorsDefHdr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList" /> <c><dgm:colorsDefHdrLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot" /> <c><dgm:dataModel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition" /> <c><dgm:layoutDef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader" /> <c><dgm:layoutDefHdr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList" /> <c><dgm:layoutDefHdrLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds" /> <c><dgm:relIds></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition" /> <c><dgm:styleDef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader" /> <c><dgm:styleDefHdr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList" /> <c><dgm:styleDefHdrLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.Diagram.RecolorImages" /> <c><dgm14:recolorImg></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfoList" /> <c><dgm1611:autoBuNodeInfoLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock" /> <c><dsp:dataModelExt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Drawing.Drawing" /> <c><dsp:drawing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.MathProperties" /> <c><m:mathPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.OfficeMath" /> <c><m:oMath></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Paragraph" /> <c><m:oMathPara></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Office.Callout" /> <c><o:callout></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Office.ClipPath" /> <c><o:clippath></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Office.Complex" /> <c><o:complex></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Office.Diagram" /> <c><o:diagram></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Office.Extrusion" /> <c><o:extrusion></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties" /> <c><o:fill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Office.Ink" /> <c><o:ink></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Office.Lock" /> <c><o:lock></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Office.OleObject" /> <c><o:OLEObject></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Office.ShapeDefaults" /> <c><o:shapedefaults></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Office.ShapeLayout" /> <c><o:shapelayout></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Office.SignatureLine" /> <c><o:signatureline></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Office.Skew" /> <c><o:skew></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Office.LeftStroke" /> <c><o:left></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Office.TopStroke" /> <c><o:top></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Office.RightStroke" /> <c><o:right></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Office.BottomStroke" /> <c><o:bottom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Office.ColumnStroke" /> <c><o:column></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Presentation.CommentAuthorList" /> <c><p:cmAuthorLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Presentation.CommentList" /> <c><p:cmLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Presentation.ContentPart" /> <c><p:contentPart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.PowerPoint.HoneycombTransition" /> <c><p14:honeycomb></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.PowerPoint.FlashTransition" /> <c><p14:flash></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify" /> <c><p14:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Presentation.HandoutMaster" /> <c><p:handoutMaster></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.PowerPoint.WarpTransition" /> <c><p14:warp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Presentation.NotesMaster" /> <c><p:notesMaster></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Presentation.NotesSlide" /> <c><p:notes></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Presentation.OleObject" /> <c><p:oleObj></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.PowerPoint.DoorsTransition" /> <c><p14:doors></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.PowerPoint.WindowTransition" /> <c><p14:window></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Presentation.Presentation" /> <c><p:presentation></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Presentation.PresentationProperties" /> <c><p:presentationPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.PowerPoint.VortexTransition" /> <c><p14:vortex></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.PowerPoint.PanTransition" /> <c><p14:pan></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Presentation.Slide" /> <c><p:sld></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Presentation.SlideLayout" /> <c><p:sldLayout></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Presentation.SlideMaster" /> <c><p:sldMaster></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Presentation.SlideSyncProperties" /> <c><p:sldSyncPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Presentation.TagList" /> <c><p:tagLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Presentation.ViewProperties" /> <c><p:viewPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.PowerPoint.WheelReverseTransition" /> <c><p14:wheelReverse></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.PowerPoint.BrowseMode" /> <c><p14:browseMode></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties" /> <c><p14:nvContentPartPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.PowerPoint.DefaultImageDpi" /> <c><p14:defaultImageDpi></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.PowerPoint.DiscardImageEditData" /> <c><p14:discardImageEditData></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition" /> <c><p14:flythrough></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition" /> <c><p14:glitter></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList" /> <c><p14:laserTraceLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.PowerPoint.SwitchTransition" /> <c><p14:switch></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.PowerPoint.FlipTransition" /> <c><p14:flip></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.PowerPoint.FerrisTransition" /> <c><p14:ferris></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.PowerPoint.GalleryTransition" /> <c><p14:gallery></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.PowerPoint.ConveyorTransition" /> <c><p14:conveyor></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.PowerPoint.Media" /> <c><p14:media></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget" /> <c><p14:bmkTgt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition" /> <c><p14:prism></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.PowerPoint.CreationId" /> <c><p14:creationId></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.PowerPoint.ModificationId" /> <c><p14:modId></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition" /> <c><p14:reveal></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.PowerPoint.RippleTransition" /> <c><p14:ripple></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList" /> <c><p14:sectionLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties" /> <c><p14:sectionPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList" /> <c><p14:showEvtLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.PowerPoint.ShowMediaControls" /> <c><p14:showMediaCtrls></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition" /> <c><p14:shred></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.PowerPoint.ChartTrackingReferenceBased" /> <c><p15:chartTrackingRefBased></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo" /> <c><p15:threadingInfo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList" /> <c><p15:sldGuideLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList" /> <c><p15:notesGuideLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo" /> <c><p15:presenceInfo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition" /> <c><p15:prstTrans></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Pictures.Picture" /> <c><pic:pic></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Presentation.InkAnnotationFlag" /> <c><pvml:iscomment></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Presentation.TextData" /> <c><pvml:textdata></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary" /> <c><sl:schemaLibrary></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer" /> <c><sle:slicer></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily" /> <c><thm15:themeFamily></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer" /> <c><tsle:timeslicer></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Arc" /> <c><v:arc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Background" /> <c><v:background></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Curve" /> <c><v:curve></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Fill" /> <c><v:fill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Formulas" /> <c><v:formulas></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Group" /> <c><v:group></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.ShapeHandles" /> <c><v:handles></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.ImageFile" /> <c><v:image></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.ImageData" /> <c><v:imagedata></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Line" /> <c><v:line></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Oval" /> <c><v:oval></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Path" /> <c><v:path></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.PolyLine" /> <c><v:polyline></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Rectangle" /> <c><v:rect></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.RoundRectangle" /> <c><v:roundrect></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Shadow" /> <c><v:shadow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Shape" /> <c><v:shape></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Shapetype" /> <c><v:shapetype></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Stroke" /> <c><v:stroke></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.TextBox" /> <c><v:textbox></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.TextPath" /> <c><v:textpath></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Word.Color" /> <c><w15:color></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Comments" /> <c><w:comments></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Word.DataBinding" /> <c><w15:dataBinding></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns" /> <c><w15:footnoteColumns></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Document" /> <c><w:document></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSectionItem" /> <c><w15:repeatingSectionItem></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.EntityPickerEmpty" /> <c><w14:entityPicker></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Endnotes" /> <c><w:endnotes></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Fonts" /> <c><w:fonts></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Footnotes" /> <c><w:footnotes></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument" /> <c><w:glossaryDocument></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Header" /> <c><w:hdr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Footer" /> <c><w:ftr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd" /> <c><w14:customXmlConflictInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd" /> <c><w14:customXmlConflictDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Numbering" /> <c><w:numbering></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Word.ChartTrackingRefBased" /> <c><w15:chartTrackingRefBased></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Word.DefaultCollapsed" /> <c><w15:collapsed></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Word.WebExtensionLinked" /> <c><w15:webExtensionLinked></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Word.WebExtensionCreated" /> <c><w15:webExtensionCreated></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Recipients" /> <c><w:recipients></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Settings" /> <c><w:settings></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Styles" /> <c><w:styles></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart" /> <c><w14:customXmlConflictInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart" /> <c><w14:customXmlConflictDelRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TextBoxContent" /> <c><w:txbxContent></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.WebSettings" /> <c><w:webSettings></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock" /> <c><w10:anchorlock></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder" /> <c><w10:bordertop></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder" /> <c><w10:borderleft></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder" /> <c><w10:borderright></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder" /> <c><w10:borderbottom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap" /> <c><w10:wrap></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.DefaultImageDpi" /> <c><w14:defaultImageDpi></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.DocumentId" /> <c><w14:docId></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.ConflictMode" /> <c><w14:conflictMode></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.DiscardImageEditingData" /> <c><w14:discardImageEditingData></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox" /> <c><w14:checkbox></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.ContentPart" /> <c><w14:contentPart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Word.CommentsEx" /> <c><w15:commentsEx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Word.PersistentDocumentId" /> <c><w15:docId></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Word.People" /> <c><w15:people></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Word.Appearance" /> <c><w15:appearance></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection" /> <c><w15:repeatingSection></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension" /> <c><we:webextension></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReference" /> <c><we:webextensionref></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed" /> <c><woe:oembed></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor" /> <c><wp:anchor></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline" /> <c><wp:inline></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth" /> <c><wp14:sizeRelH></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight" /> <c><wp14:sizeRelV></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty" /> <c><wp15:webVideoPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas" /> <c><wpc:wpc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup" /> <c><wpg:wgp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape" /> <c><wps:wsp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing" /> <c><xdr:wsDr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart" /> <c><xdr:contentPart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart" /> <c><xdr14:contentPart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData" /> <c><xvml:ClientData></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Diagram"> <summary> <para>Diagram to Animate.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:dgm.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.Diagram.#ctor"> <summary> Initializes a new instance of the Diagram class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Chart"> <summary> <para>Chart to Animate.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:chart.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.Chart.#ctor"> <summary> Initializes a new instance of the Chart class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.BuildDiagram"> <summary> <para>Build Diagram.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:bldDgm.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.BuildDiagram.#ctor"> <summary> Initializes a new instance of the BuildDiagram class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.BuildChart"> <summary> <para>Build Chart.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:bldChart.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.BuildChart.#ctor"> <summary> Initializes a new instance of the BuildChart class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.TextBody"> <summary> <para>Shape Text Body.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:txBody.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BodyProperties" /> <c><a:bodyPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ListStyle" /> <c><a:lstStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Paragraph" /> <c><a:p></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.UseShapeRectangle"> <summary> <para>Use Shape Text Rectangle.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:useSpRect.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Transform2D"> <summary> <para>Defines the Transform2D Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:xfrm.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Offset" /> <c><a:off></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Extents" /> <c><a:ext></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties"> <summary> <para>Defines the NonVisualDrawingProperties Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:cNvPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HyperlinkOnClick" /> <c><a:hlinkClick></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HyperlinkOnHover" /> <c><a:hlinkHover></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList" /> <c><a:extLst></c></description></item> </list> </remark> </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.Id"> <summary> <para>Application defined unique identifier.</para> <para>Represents the following attribute in the schema: id</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Name"> <summary> <para>Name compatible with Object Model (non-unique).</para> <para>Represents the following attribute in the schema: name</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Description"> <summary> <para>Description of the drawing element.</para> <para>Represents the following attribute in the schema: descr</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Hidden"> <summary> <para>Flag determining to show or hide this element.</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="P:DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.HyperlinkOnClick"> <summary> <para>Hyperlink associated with clicking or selecting the element..</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>Hyperlink associated with hovering over the element..</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>Future extension.</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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties"> <summary> <para>Non-Visual Shape Drawing Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:cNvSpPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ShapeLocks" /> <c><a:spLocks></c></description></item> </list> </remark> </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.TextBox"> <summary> <para>Text Box</para> <para>Represents the following attribute in the schema: txBox</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties"> <summary> <para>Non-Visual Properties for a Shape.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:nvSpPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties" /> <c><a:cNvPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties" /> <c><a:cNvSpPr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ShapeProperties"> <summary> <para>Visual Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:spPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlipFill" /> <c><a:blipFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.CustomGeometry" /> <c><a:custGeom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectDag" /> <c><a:effectDag></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectList" /> <c><a:effectLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GradientFill" /> <c><a:gradFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GroupFill" /> <c><a:grpFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Outline" /> <c><a:ln></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoFill" /> <c><a:noFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PatternFill" /> <c><a:pattFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetGeometry" /> <c><a:prstGeom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Scene3DType" /> <c><a:scene3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Shape3DType" /> <c><a:sp3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SolidFill" /> <c><a:solidFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Transform2D" /> <c><a:xfrm></c></description></item> </list> </remark> </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.BlackWhiteMode"> <summary> <para>Black and White Mode</para> <para>Represents the following attribute in the schema: bwMode</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.TextShape"> <summary> <para>Text Shape.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:txSp.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.UseShapeRectangle" /> <c><a:useSpRect></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TextBody" /> <c><a:txBody></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Transform2D" /> <c><a:xfrm></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ShapeStyle"> <summary> <para>Style.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:style.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.FontReference" /> <c><a:fontRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LineReference" /> <c><a:lnRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.FillReference" /> <c><a:fillRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectReference" /> <c><a:effectRef></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties"> <summary> <para>Non-Visual Connector Shape Drawing Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:cNvCxnSpPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.StartConnection" /> <c><a:stCxn></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EndConnection" /> <c><a:endCxn></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks" /> <c><a:cxnSpLocks></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties"> <summary> <para>Non-Visual Properties for a Connection Shape.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:nvCxnSpPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties" /> <c><a:cNvCxnSpPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties" /> <c><a:cNvPr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties"> <summary> <para>Non-Visual Picture Drawing Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:cNvPicPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PictureLocks" /> <c><a:picLocks></c></description></item> </list> </remark> </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.PreferRelativeResize"> <summary> <para>preferRelativeResize</para> <para>Represents the following attribute in the schema: preferRelativeResize</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties"> <summary> <para>Non-Visual Properties for a Picture.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:nvPicPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties" /> <c><a:cNvPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties" /> <c><a:cNvPicPr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties"> <summary> <para>Non-Visual Graphic Frame Drawing Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:cNvGraphicFramePr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GraphicFrameLocks" /> <c><a:graphicFrameLocks></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties"> <summary> <para>Non-Visual Properties for a Graphic Frame.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:nvGraphicFramePr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties" /> <c><a:cNvPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties" /> <c><a:cNvGraphicFramePr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties"> <summary> <para>Non-Visual Group Shape Drawing Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:cNvGrpSpPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GroupShapeLocks" /> <c><a:grpSpLocks></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList" /> <c><a:extLst></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Rotation"> <summary> <para>Rotation.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:rot.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.Rotation.#ctor"> <summary> Initializes a new instance of the Rotation class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Camera"> <summary> <para>Camera.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:camera.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Rotation" /> <c><a:rot></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.LightRig"> <summary> <para>Light Rig.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:lightRig.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Rotation" /> <c><a:rot></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Backdrop"> <summary> <para>Backdrop Plane.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:backdrop.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Anchor" /> <c><a:anchor></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Normal" /> <c><a:norm></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.UpVector" /> <c><a:up></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Anchor"> <summary> <para>Anchor Point.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:anchor.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.Anchor.#ctor"> <summary> Initializes a new instance of the Anchor class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Normal"> <summary> <para>Normal.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:norm.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.UpVector"> <summary> <para>Up Vector.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:up.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Vector3DType"> <summary> <para>Defines the Vector3DType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.Vector3DType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Drawing.BevelTop"> <summary> <para>Top Bevel.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:bevelT.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.BevelBottom"> <summary> <para>Bottom Bevel.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:bevelB.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Bevel"> <summary> <para>Bevel.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:bevel.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.BevelType"> <summary> <para>Defines the BevelType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.BevelType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Drawing.FillToRectangle"> <summary> <para>Fill To Rectangle.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:fillToRect.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.TileRectangle"> <summary> <para>Tile Rectangle.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:tileRect.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.FillRectangle"> <summary> <para>Fill Rectangle.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:fillRect.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.SourceRectangle"> <summary> <para>Source Rectangle.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:srcRect.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.RelativeRectangleType"> <summary> <para>Defines the RelativeRectangleType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.RelativeRectangleType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Drawing.GradientStop"> <summary> <para>Gradient stops.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:gs.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SchemeColor" /> <c><a:schemeClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </remark> </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.Position"> <summary> <para>Position</para> <para>Represents the following attribute in the schema: pos</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.GradientStopList"> <summary> <para>Gradient Stop List.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:gsLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GradientStop" /> <c><a:gs></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ShapeGuide"> <summary> <para>Shape Guide.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:gd.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.ShapeGuide.#ctor"> <summary> Initializes a new instance of the ShapeGuide class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Position"> <summary> <para>Position.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:pos.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Point"> <summary> <para>Move end point.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:pt.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.AdjustPoint2DType"> <summary> <para>Defines the AdjustPoint2DType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.AdjustPoint2DType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Drawing.AdjustHandleXY"> <summary> <para>XY Adjust Handle.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:ahXY.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Position" /> <c><a:pos></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.AdjustHandlePolar"> <summary> <para>Polar Adjust Handle.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:ahPolar.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Position" /> <c><a:pos></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ConnectionSite"> <summary> <para>Shape Connection Site.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:cxn.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Position" /> <c><a:pos></c></description></item> </list> </remark> </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.Angle"> <summary> <para>Connection Site Angle</para> <para>Represents the following attribute in the schema: ang</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.CloseShapePath"> <summary> <para>Close Shape Path.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:close.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.MoveTo"> <summary> <para>Move Path To.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:moveTo.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Point" /> <c><a:pt></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.LineTo"> <summary> <para>Draw Line To.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:lnTo.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Point" /> <c><a:pt></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ArcTo"> <summary> <para>Draw Arc To.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:arcTo.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.ArcTo.#ctor"> <summary> Initializes a new instance of the ArcTo class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo"> <summary> <para>Draw Quadratic Bezier Curve To.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:quadBezTo.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Point" /> <c><a:pt></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo"> <summary> <para>Draw Cubic Bezier Curve To.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:cubicBezTo.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Point" /> <c><a:pt></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Path"> <summary> <para>Shape Path.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:path.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ArcTo" /> <c><a:arcTo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.CloseShapePath" /> <c><a:close></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo" /> <c><a:cubicBezTo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LineTo" /> <c><a:lnTo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.MoveTo" /> <c><a:moveTo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo" /> <c><a:quadBezTo></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.AdjustValueList"> <summary> <para>List of Shape Adjust Values.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:avLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ShapeGuide" /> <c><a:gd></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ShapeGuideList"> <summary> <para>List of Shape Guides.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:gdLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ShapeGuide" /> <c><a:gd></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.GeometryGuideListType"> <summary> <para>Defines the GeometryGuideListType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ShapeGuide" /> <c><a:gd></c></description></item> </list> </remark> </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>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:ahLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AdjustHandlePolar" /> <c><a:ahPolar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AdjustHandleXY" /> <c><a:ahXY></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ConnectionSiteList"> <summary> <para>List of Shape Connection Sites.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:cxnLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ConnectionSite" /> <c><a:cxn></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Rectangle"> <summary> <para>Shape Text Rectangle.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:rect.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.Rectangle.#ctor"> <summary> Initializes a new instance of the Rectangle class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.PathList"> <summary> <para>List of Shape Paths.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:pathLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Path" /> <c><a:path></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.DashStop"> <summary> <para>Dash Stop.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:ds.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.DashStop.#ctor"> <summary> Initializes a new instance of the DashStop class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.TransformGroup"> <summary> <para>2D Transform for Grouped Objects.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:xfrm.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Offset" /> <c><a:off></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChildOffset" /> <c><a:chOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Extents" /> <c><a:ext></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ChildExtents" /> <c><a:chExt></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.BodyProperties"> <summary> <para>Defines the BodyProperties Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:bodyPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.FlatText" /> <c><a:flatTx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetTextWrap" /> <c><a:prstTxWarp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Scene3DType" /> <c><a:scene3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Shape3DType" /> <c><a:sp3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoAutoFit" /> <c><a:noAutofit></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NormalAutoFit" /> <c><a:normAutofit></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ShapeAutoFit" /> <c><a:spAutoFit></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ListStyle"> <summary> <para>Defines the ListStyle Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:lstStyle.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties" /> <c><a:defPPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties" /> <c><a:lvl1pPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties" /> <c><a:lvl2pPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties" /> <c><a:lvl3pPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties" /> <c><a:lvl4pPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties" /> <c><a:lvl5pPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties" /> <c><a:lvl6pPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties" /> <c><a:lvl7pPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties" /> <c><a:lvl8pPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties" /> <c><a:lvl9pPr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ShapeDefault"> <summary> <para>Shape Default.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:spDef.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ShapeProperties" /> <c><a:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ShapeStyle" /> <c><a:style></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BodyProperties" /> <c><a:bodyPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ListStyle" /> <c><a:lstStyle></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.LineDefault"> <summary> <para>Line Default.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:lnDef.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ShapeProperties" /> <c><a:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ShapeStyle" /> <c><a:style></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BodyProperties" /> <c><a:bodyPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ListStyle" /> <c><a:lstStyle></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.TextDefault"> <summary> <para>Text Default.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:txDef.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ShapeProperties" /> <c><a:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ShapeStyle" /> <c><a:style></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BodyProperties" /> <c><a:bodyPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ListStyle" /> <c><a:lstStyle></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType"> <summary> <para>Defines the DefaultShapeDefinitionType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ShapeProperties" /> <c><a:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ShapeStyle" /> <c><a:style></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BodyProperties" /> <c><a:bodyPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ListStyle" /> <c><a:lstStyle></c></description></item> </list> </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="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="T:DocumentFormat.OpenXml.Drawing.OverrideColorMapping"> <summary> <para>Override Color Mapping.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:overrideClrMapping.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ColorMap"> <summary> <para>Defines the ColorMap Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:clrMap.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ColorMappingType"> <summary> <para>Defines the ColorMappingType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> </list> </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="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="T:DocumentFormat.OpenXml.Drawing.ExtraColorScheme"> <summary> <para>Extra Color Scheme.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:extraClrScheme.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ColorMap" /> <c><a:clrMap></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ColorScheme" /> <c><a:clrScheme></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ThemeElements"> <summary> <para>Defines the ThemeElements Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:themeElements.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ColorScheme" /> <c><a:clrScheme></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.FontScheme" /> <c><a:fontScheme></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.FormatScheme" /> <c><a:fmtScheme></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Cell3DProperties"> <summary> <para>Cell 3-D.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:cell3D.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Bevel" /> <c><a:bevel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LightRig" /> <c><a:lightRig></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> </list> </remark> </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.PresetMaterial"> <summary> <para>Preset Material</para> <para>Represents the following attribute in the schema: prstMaterial</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.TableCellProperties"> <summary> <para>Table Cell Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:tcPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlipFill" /> <c><a:blipFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Cell3DProperties" /> <c><a:cell3D></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GradientFill" /> <c><a:gradFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GroupFill" /> <c><a:grpFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties" /> <c><a:lnL></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RightBorderLineProperties" /> <c><a:lnR></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TopBorderLineProperties" /> <c><a:lnT></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties" /> <c><a:lnB></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties" /> <c><a:lnTlToBr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties" /> <c><a:lnBlToTr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoFill" /> <c><a:noFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PatternFill" /> <c><a:pattFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SolidFill" /> <c><a:solidFill></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.TableCell"> <summary> <para>Table Cell.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:tc.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TableCellProperties" /> <c><a:tcPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TextBody" /> <c><a:txBody></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.TableStyle"> <summary> <para>Table Style.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:tableStyle.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TableBackground" /> <c><a:tblBg></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.WholeTable" /> <c><a:wholeTbl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Band1Horizontal" /> <c><a:band1H></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Band2Horizontal" /> <c><a:band2H></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Band1Vertical" /> <c><a:band1V></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Band2Vertical" /> <c><a:band2V></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LastColumn" /> <c><a:lastCol></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.FirstColumn" /> <c><a:firstCol></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LastRow" /> <c><a:lastRow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SoutheastCell" /> <c><a:seCell></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SouthwestCell" /> <c><a:swCell></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.FirstRow" /> <c><a:firstRow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NortheastCell" /> <c><a:neCell></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NorthwestCell" /> <c><a:nwCell></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.TableStyleEntry"> <summary> <para>Table Style.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:tblStyle.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TableBackground" /> <c><a:tblBg></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.WholeTable" /> <c><a:wholeTbl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Band1Horizontal" /> <c><a:band1H></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Band2Horizontal" /> <c><a:band2H></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Band1Vertical" /> <c><a:band1V></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Band2Vertical" /> <c><a:band2V></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LastColumn" /> <c><a:lastCol></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.FirstColumn" /> <c><a:firstCol></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LastRow" /> <c><a:lastRow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SoutheastCell" /> <c><a:seCell></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SouthwestCell" /> <c><a:swCell></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.FirstRow" /> <c><a:firstRow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NortheastCell" /> <c><a:neCell></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NorthwestCell" /> <c><a:nwCell></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.TableStyleType"> <summary> <para>Defines the TableStyleType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TableBackground" /> <c><a:tblBg></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.WholeTable" /> <c><a:wholeTbl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Band1Horizontal" /> <c><a:band1H></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Band2Horizontal" /> <c><a:band2H></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Band1Vertical" /> <c><a:band1V></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Band2Vertical" /> <c><a:band2V></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LastColumn" /> <c><a:lastCol></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.FirstColumn" /> <c><a:firstCol></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LastRow" /> <c><a:lastRow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SoutheastCell" /> <c><a:seCell></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SouthwestCell" /> <c><a:swCell></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.FirstRow" /> <c><a:firstRow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NortheastCell" /> <c><a:neCell></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NorthwestCell" /> <c><a:nwCell></c></description></item> </list> </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="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="T:DocumentFormat.OpenXml.Drawing.TableStyleId"> <summary> <para>Table Style ID.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:tableStyleId.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.GridColumn"> <summary> <para>Table Grid Column.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:gridCol.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> </list> </remark> </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.Width"> <summary> <para>Width</para> <para>Represents the following attribute in the schema: w</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.TableProperties"> <summary> <para>Table Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:tblPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlipFill" /> <c><a:blipFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectDag" /> <c><a:effectDag></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectList" /> <c><a:effectLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GradientFill" /> <c><a:gradFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GroupFill" /> <c><a:grpFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoFill" /> <c><a:noFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PatternFill" /> <c><a:pattFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SolidFill" /> <c><a:solidFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TableStyle" /> <c><a:tableStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TableStyleId" /> <c><a:tableStyleId></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.TableGrid"> <summary> <para>Table Grid.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:tblGrid.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GridColumn" /> <c><a:gridCol></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.TableRow"> <summary> <para>Table Row.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:tr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TableCell" /> <c><a:tc></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.LeftBorder"> <summary> <para>Left Border.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:left.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Outline" /> <c><a:ln></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LineReference" /> <c><a:lnRef></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.RightBorder"> <summary> <para>Right Border.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:right.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Outline" /> <c><a:ln></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LineReference" /> <c><a:lnRef></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.TopBorder"> <summary> <para>Top Border.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:top.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Outline" /> <c><a:ln></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LineReference" /> <c><a:lnRef></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.BottomBorder"> <summary> <para>Bottom Border.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:bottom.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Outline" /> <c><a:ln></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LineReference" /> <c><a:lnRef></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder"> <summary> <para>Inside Horizontal Border.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:insideH.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Outline" /> <c><a:ln></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LineReference" /> <c><a:lnRef></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.InsideVerticalBorder"> <summary> <para>Inside Vertical Border.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:insideV.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Outline" /> <c><a:ln></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LineReference" /> <c><a:lnRef></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder"> <summary> <para>Top Left to Bottom Right Border.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:tl2br.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Outline" /> <c><a:ln></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LineReference" /> <c><a:lnRef></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder"> <summary> <para>Top Right to Bottom Left Border.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:tr2bl.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Outline" /> <c><a:ln></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LineReference" /> <c><a:lnRef></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType"> <summary> <para>Defines the ThemeableLineStyleType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Outline" /> <c><a:ln></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LineReference" /> <c><a:lnRef></c></description></item> </list> </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="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="T:DocumentFormat.OpenXml.Drawing.TableCellBorders"> <summary> <para>Table Cell Borders.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:tcBdr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LeftBorder" /> <c><a:left></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RightBorder" /> <c><a:right></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TopBorder" /> <c><a:top></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BottomBorder" /> <c><a:bottom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder" /> <c><a:insideH></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.InsideVerticalBorder" /> <c><a:insideV></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder" /> <c><a:tl2br></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder" /> <c><a:tr2bl></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.TableCellTextStyle"> <summary> <para>Table Cell Text Style.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:tcTxStyle.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Fonts" /> <c><a:font></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.FontReference" /> <c><a:fontRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SchemeColor" /> <c><a:schemeClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.TableCellStyle"> <summary> <para>Table Cell Style.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:tcStyle.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Cell3DProperties" /> <c><a:cell3D></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.FillProperties" /> <c><a:fill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.FillReference" /> <c><a:fillRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TableCellBorders" /> <c><a:tcBdr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.TableBackground"> <summary> <para>Table Background.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:tblBg.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectPropertiesType" /> <c><a:effect></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.FillProperties" /> <c><a:fill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.FillReference" /> <c><a:fillRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectReference" /> <c><a:effectRef></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.WholeTable"> <summary> <para>Whole Table.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:wholeTbl.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TableCellStyle" /> <c><a:tcStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TableCellTextStyle" /> <c><a:tcTxStyle></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Band1Horizontal"> <summary> <para>Band 1 Horizontal.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:band1H.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TableCellStyle" /> <c><a:tcStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TableCellTextStyle" /> <c><a:tcTxStyle></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Band2Horizontal"> <summary> <para>Band 2 Horizontal.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:band2H.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TableCellStyle" /> <c><a:tcStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TableCellTextStyle" /> <c><a:tcTxStyle></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Band1Vertical"> <summary> <para>Band 1 Vertical.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:band1V.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TableCellStyle" /> <c><a:tcStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TableCellTextStyle" /> <c><a:tcTxStyle></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Band2Vertical"> <summary> <para>Band 2 Vertical.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:band2V.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TableCellStyle" /> <c><a:tcStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TableCellTextStyle" /> <c><a:tcTxStyle></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.LastColumn"> <summary> <para>Last Column.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:lastCol.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TableCellStyle" /> <c><a:tcStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TableCellTextStyle" /> <c><a:tcTxStyle></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.FirstColumn"> <summary> <para>First Column.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:firstCol.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TableCellStyle" /> <c><a:tcStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TableCellTextStyle" /> <c><a:tcTxStyle></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.LastRow"> <summary> <para>Last Row.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:lastRow.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TableCellStyle" /> <c><a:tcStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TableCellTextStyle" /> <c><a:tcTxStyle></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.SoutheastCell"> <summary> <para>Southeast Cell.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:seCell.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TableCellStyle" /> <c><a:tcStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TableCellTextStyle" /> <c><a:tcTxStyle></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.SouthwestCell"> <summary> <para>Southwest Cell.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:swCell.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TableCellStyle" /> <c><a:tcStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TableCellTextStyle" /> <c><a:tcTxStyle></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.FirstRow"> <summary> <para>First Row.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:firstRow.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TableCellStyle" /> <c><a:tcStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TableCellTextStyle" /> <c><a:tcTxStyle></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.NortheastCell"> <summary> <para>Northeast Cell.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:neCell.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TableCellStyle" /> <c><a:tcStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TableCellTextStyle" /> <c><a:tcTxStyle></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.NorthwestCell"> <summary> <para>Northwest Cell.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:nwCell.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TableCellStyle" /> <c><a:tcStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TableCellTextStyle" /> <c><a:tcTxStyle></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.TablePartStyleType"> <summary> <para>Defines the TablePartStyleType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TableCellStyle" /> <c><a:tcStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TableCellTextStyle" /> <c><a:tcTxStyle></c></description></item> </list> </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="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="T:DocumentFormat.OpenXml.Drawing.ParagraphProperties"> <summary> <para>Text Paragraph Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:pPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletColor" /> <c><a:buClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AutoNumberedBullet" /> <c><a:buAutoNum></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PictureBullet" /> <c><a:buBlip></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletColorText" /> <c><a:buClrTx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletSizeText" /> <c><a:buSzTx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletSizePercentage" /> <c><a:buSzPct></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletSizePoints" /> <c><a:buSzPts></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletFontText" /> <c><a:buFontTx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.DefaultRunProperties" /> <c><a:defRPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.CharacterBullet" /> <c><a:buChar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletFont" /> <c><a:buFont></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoBullet" /> <c><a:buNone></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LineSpacing" /> <c><a:lnSpc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SpaceBefore" /> <c><a:spcBef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SpaceAfter" /> <c><a:spcAft></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TabStopList" /> <c><a:tabLst></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties"> <summary> <para>Default Paragraph Style.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:defPPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletColor" /> <c><a:buClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AutoNumberedBullet" /> <c><a:buAutoNum></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PictureBullet" /> <c><a:buBlip></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletColorText" /> <c><a:buClrTx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletSizeText" /> <c><a:buSzTx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletSizePercentage" /> <c><a:buSzPct></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletSizePoints" /> <c><a:buSzPts></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletFontText" /> <c><a:buFontTx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.DefaultRunProperties" /> <c><a:defRPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.CharacterBullet" /> <c><a:buChar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletFont" /> <c><a:buFont></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoBullet" /> <c><a:buNone></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LineSpacing" /> <c><a:lnSpc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SpaceBefore" /> <c><a:spcBef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SpaceAfter" /> <c><a:spcAft></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TabStopList" /> <c><a:tabLst></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties"> <summary> <para>List Level 1 Text Style.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:lvl1pPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletColor" /> <c><a:buClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AutoNumberedBullet" /> <c><a:buAutoNum></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PictureBullet" /> <c><a:buBlip></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletColorText" /> <c><a:buClrTx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletSizeText" /> <c><a:buSzTx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletSizePercentage" /> <c><a:buSzPct></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletSizePoints" /> <c><a:buSzPts></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletFontText" /> <c><a:buFontTx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.DefaultRunProperties" /> <c><a:defRPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.CharacterBullet" /> <c><a:buChar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletFont" /> <c><a:buFont></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoBullet" /> <c><a:buNone></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LineSpacing" /> <c><a:lnSpc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SpaceBefore" /> <c><a:spcBef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SpaceAfter" /> <c><a:spcAft></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TabStopList" /> <c><a:tabLst></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties"> <summary> <para>List Level 2 Text Style.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:lvl2pPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletColor" /> <c><a:buClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AutoNumberedBullet" /> <c><a:buAutoNum></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PictureBullet" /> <c><a:buBlip></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletColorText" /> <c><a:buClrTx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletSizeText" /> <c><a:buSzTx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletSizePercentage" /> <c><a:buSzPct></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletSizePoints" /> <c><a:buSzPts></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletFontText" /> <c><a:buFontTx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.DefaultRunProperties" /> <c><a:defRPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.CharacterBullet" /> <c><a:buChar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletFont" /> <c><a:buFont></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoBullet" /> <c><a:buNone></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LineSpacing" /> <c><a:lnSpc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SpaceBefore" /> <c><a:spcBef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SpaceAfter" /> <c><a:spcAft></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TabStopList" /> <c><a:tabLst></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties"> <summary> <para>List Level 3 Text Style.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:lvl3pPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletColor" /> <c><a:buClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AutoNumberedBullet" /> <c><a:buAutoNum></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PictureBullet" /> <c><a:buBlip></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletColorText" /> <c><a:buClrTx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletSizeText" /> <c><a:buSzTx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletSizePercentage" /> <c><a:buSzPct></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletSizePoints" /> <c><a:buSzPts></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletFontText" /> <c><a:buFontTx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.DefaultRunProperties" /> <c><a:defRPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.CharacterBullet" /> <c><a:buChar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletFont" /> <c><a:buFont></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoBullet" /> <c><a:buNone></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LineSpacing" /> <c><a:lnSpc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SpaceBefore" /> <c><a:spcBef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SpaceAfter" /> <c><a:spcAft></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TabStopList" /> <c><a:tabLst></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties"> <summary> <para>List Level 4 Text Style.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:lvl4pPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletColor" /> <c><a:buClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AutoNumberedBullet" /> <c><a:buAutoNum></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PictureBullet" /> <c><a:buBlip></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletColorText" /> <c><a:buClrTx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletSizeText" /> <c><a:buSzTx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletSizePercentage" /> <c><a:buSzPct></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletSizePoints" /> <c><a:buSzPts></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletFontText" /> <c><a:buFontTx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.DefaultRunProperties" /> <c><a:defRPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.CharacterBullet" /> <c><a:buChar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletFont" /> <c><a:buFont></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoBullet" /> <c><a:buNone></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LineSpacing" /> <c><a:lnSpc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SpaceBefore" /> <c><a:spcBef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SpaceAfter" /> <c><a:spcAft></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TabStopList" /> <c><a:tabLst></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties"> <summary> <para>List Level 5 Text Style.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:lvl5pPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletColor" /> <c><a:buClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AutoNumberedBullet" /> <c><a:buAutoNum></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PictureBullet" /> <c><a:buBlip></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletColorText" /> <c><a:buClrTx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletSizeText" /> <c><a:buSzTx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletSizePercentage" /> <c><a:buSzPct></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletSizePoints" /> <c><a:buSzPts></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletFontText" /> <c><a:buFontTx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.DefaultRunProperties" /> <c><a:defRPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.CharacterBullet" /> <c><a:buChar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletFont" /> <c><a:buFont></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoBullet" /> <c><a:buNone></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LineSpacing" /> <c><a:lnSpc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SpaceBefore" /> <c><a:spcBef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SpaceAfter" /> <c><a:spcAft></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TabStopList" /> <c><a:tabLst></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties"> <summary> <para>List Level 6 Text Style.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:lvl6pPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletColor" /> <c><a:buClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AutoNumberedBullet" /> <c><a:buAutoNum></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PictureBullet" /> <c><a:buBlip></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletColorText" /> <c><a:buClrTx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletSizeText" /> <c><a:buSzTx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletSizePercentage" /> <c><a:buSzPct></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletSizePoints" /> <c><a:buSzPts></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletFontText" /> <c><a:buFontTx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.DefaultRunProperties" /> <c><a:defRPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.CharacterBullet" /> <c><a:buChar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletFont" /> <c><a:buFont></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoBullet" /> <c><a:buNone></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LineSpacing" /> <c><a:lnSpc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SpaceBefore" /> <c><a:spcBef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SpaceAfter" /> <c><a:spcAft></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TabStopList" /> <c><a:tabLst></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties"> <summary> <para>List Level 7 Text Style.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:lvl7pPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletColor" /> <c><a:buClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AutoNumberedBullet" /> <c><a:buAutoNum></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PictureBullet" /> <c><a:buBlip></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletColorText" /> <c><a:buClrTx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletSizeText" /> <c><a:buSzTx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletSizePercentage" /> <c><a:buSzPct></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletSizePoints" /> <c><a:buSzPts></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletFontText" /> <c><a:buFontTx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.DefaultRunProperties" /> <c><a:defRPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.CharacterBullet" /> <c><a:buChar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletFont" /> <c><a:buFont></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoBullet" /> <c><a:buNone></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LineSpacing" /> <c><a:lnSpc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SpaceBefore" /> <c><a:spcBef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SpaceAfter" /> <c><a:spcAft></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TabStopList" /> <c><a:tabLst></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties"> <summary> <para>List Level 8 Text Style.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:lvl8pPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletColor" /> <c><a:buClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AutoNumberedBullet" /> <c><a:buAutoNum></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PictureBullet" /> <c><a:buBlip></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletColorText" /> <c><a:buClrTx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletSizeText" /> <c><a:buSzTx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletSizePercentage" /> <c><a:buSzPct></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletSizePoints" /> <c><a:buSzPts></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletFontText" /> <c><a:buFontTx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.DefaultRunProperties" /> <c><a:defRPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.CharacterBullet" /> <c><a:buChar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletFont" /> <c><a:buFont></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoBullet" /> <c><a:buNone></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LineSpacing" /> <c><a:lnSpc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SpaceBefore" /> <c><a:spcBef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SpaceAfter" /> <c><a:spcAft></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TabStopList" /> <c><a:tabLst></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties"> <summary> <para>List Level 9 Text Style.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:lvl9pPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletColor" /> <c><a:buClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AutoNumberedBullet" /> <c><a:buAutoNum></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PictureBullet" /> <c><a:buBlip></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletColorText" /> <c><a:buClrTx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletSizeText" /> <c><a:buSzTx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletSizePercentage" /> <c><a:buSzPct></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletSizePoints" /> <c><a:buSzPts></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletFontText" /> <c><a:buFontTx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.DefaultRunProperties" /> <c><a:defRPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.CharacterBullet" /> <c><a:buChar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletFont" /> <c><a:buFont></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoBullet" /> <c><a:buNone></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LineSpacing" /> <c><a:lnSpc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SpaceBefore" /> <c><a:spcBef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SpaceAfter" /> <c><a:spcAft></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TabStopList" /> <c><a:tabLst></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType"> <summary> <para>Defines the TextParagraphPropertiesType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletColor" /> <c><a:buClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AutoNumberedBullet" /> <c><a:buAutoNum></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PictureBullet" /> <c><a:buBlip></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletColorText" /> <c><a:buClrTx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletSizeText" /> <c><a:buSzTx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletSizePercentage" /> <c><a:buSzPct></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletSizePoints" /> <c><a:buSzPts></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletFontText" /> <c><a:buFontTx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.DefaultRunProperties" /> <c><a:defRPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.CharacterBullet" /> <c><a:buChar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletFont" /> <c><a:buFont></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoBullet" /> <c><a:buNone></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LineSpacing" /> <c><a:lnSpc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SpaceBefore" /> <c><a:spcBef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SpaceAfter" /> <c><a:spcAft></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TabStopList" /> <c><a:tabLst></c></description></item> </list> </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="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="T:DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties"> <summary> <para>End Paragraph Run Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:endParaRPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlipFill" /> <c><a:blipFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RightToLeft" /> <c><a:rtl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Highlight" /> <c><a:highlight></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectDag" /> <c><a:effectDag></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectList" /> <c><a:effectLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GradientFill" /> <c><a:gradFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GroupFill" /> <c><a:grpFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HyperlinkOnClick" /> <c><a:hlinkClick></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver" /> <c><a:hlinkMouseOver></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Outline" /> <c><a:ln></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Underline" /> <c><a:uLn></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoFill" /> <c><a:noFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PatternFill" /> <c><a:pattFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SolidFill" /> <c><a:solidFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LatinFont" /> <c><a:latin></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EastAsianFont" /> <c><a:ea></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ComplexScriptFont" /> <c><a:cs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SymbolFont" /> <c><a:sym></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.UnderlineFillText" /> <c><a:uFillTx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.UnderlineFill" /> <c><a:uFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.UnderlineFollowsText" /> <c><a:uLnTx></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.RunProperties"> <summary> <para>Text Run Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:rPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlipFill" /> <c><a:blipFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RightToLeft" /> <c><a:rtl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Highlight" /> <c><a:highlight></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectDag" /> <c><a:effectDag></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectList" /> <c><a:effectLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GradientFill" /> <c><a:gradFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GroupFill" /> <c><a:grpFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HyperlinkOnClick" /> <c><a:hlinkClick></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver" /> <c><a:hlinkMouseOver></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Outline" /> <c><a:ln></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Underline" /> <c><a:uLn></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoFill" /> <c><a:noFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PatternFill" /> <c><a:pattFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SolidFill" /> <c><a:solidFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LatinFont" /> <c><a:latin></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EastAsianFont" /> <c><a:ea></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ComplexScriptFont" /> <c><a:cs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SymbolFont" /> <c><a:sym></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.UnderlineFillText" /> <c><a:uFillTx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.UnderlineFill" /> <c><a:uFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.UnderlineFollowsText" /> <c><a:uLnTx></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.DefaultRunProperties"> <summary> <para>Default Text Run Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:defRPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlipFill" /> <c><a:blipFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RightToLeft" /> <c><a:rtl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Highlight" /> <c><a:highlight></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectDag" /> <c><a:effectDag></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectList" /> <c><a:effectLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GradientFill" /> <c><a:gradFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GroupFill" /> <c><a:grpFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HyperlinkOnClick" /> <c><a:hlinkClick></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver" /> <c><a:hlinkMouseOver></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Outline" /> <c><a:ln></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Underline" /> <c><a:uLn></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoFill" /> <c><a:noFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PatternFill" /> <c><a:pattFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SolidFill" /> <c><a:solidFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LatinFont" /> <c><a:latin></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EastAsianFont" /> <c><a:ea></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ComplexScriptFont" /> <c><a:cs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SymbolFont" /> <c><a:sym></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.UnderlineFillText" /> <c><a:uFillTx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.UnderlineFill" /> <c><a:uFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.UnderlineFollowsText" /> <c><a:uLnTx></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Paragraph"> <summary> <para>Text Paragraphs.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:p.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Run" /> <c><a:r></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties" /> <c><a:endParaRPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Field" /> <c><a:fld></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Break" /> <c><a:br></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ParagraphProperties" /> <c><a:pPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.TextMath" /> <c><a14:m></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.TabStop"> <summary> <para>Tab Stop.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:tab.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.TabStop.#ctor"> <summary> Initializes a new instance of the TabStop class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.SpacingPercent"> <summary> <para>Spacing Percent.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:spcPct.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.SpacingPercent.#ctor"> <summary> Initializes a new instance of the SpacingPercent class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.SpacingPoints"> <summary> <para>Spacing Points.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:spcPts.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.SpacingPoints.#ctor"> <summary> Initializes a new instance of the SpacingPoints class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.LineSpacing"> <summary> <para>Line Spacing.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:lnSpc.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SpacingPercent" /> <c><a:spcPct></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SpacingPoints" /> <c><a:spcPts></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.SpaceBefore"> <summary> <para>Space Before.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:spcBef.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SpacingPercent" /> <c><a:spcPct></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SpacingPoints" /> <c><a:spcPts></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.SpaceAfter"> <summary> <para>Space After.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:spcAft.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SpacingPercent" /> <c><a:spcPct></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SpacingPoints" /> <c><a:spcPts></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.TextSpacingType"> <summary> <para>Defines the TextSpacingType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SpacingPercent" /> <c><a:spcPct></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SpacingPoints" /> <c><a:spcPts></c></description></item> </list> </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="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="T:DocumentFormat.OpenXml.Drawing.TabStopList"> <summary> <para>Tab List.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:tabLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TabStop" /> <c><a:tab></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Text"> <summary> <para>Defines the Text Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:t.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension"> <summary> <para>Defines the ShapePropertiesExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties" /> <c><a14:hiddenEffects></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties" /> <c><a14:hiddenFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties" /> <c><a14:hiddenLine></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D" /> <c><a14:hiddenScene3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D" /> <c><a14:hiddenSp3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.ShadowObscured" /> <c><a14:shadowObscured></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension"> <summary> <para>Defines the GvmlGroupShapeExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.IsCanvas" /> <c><a14:isCanvas></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList"> <summary> <para>Defines the ShapePropertiesExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension" /> <c><a:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties"> <summary> <para>Non-Visual Properties for a Group Shape.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:nvGrpSpPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties" /> <c><a:cNvPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties" /> <c><a:cNvGrpSpPr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties"> <summary> <para>Visual Group Shape Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:grpSpPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlipFill" /> <c><a:blipFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectDag" /> <c><a:effectDag></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectList" /> <c><a:effectLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GradientFill" /> <c><a:gradFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GroupFill" /> <c><a:grpFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TransformGroup" /> <c><a:xfrm></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoFill" /> <c><a:noFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PatternFill" /> <c><a:pattFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Scene3DType" /> <c><a:scene3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SolidFill" /> <c><a:solidFill></c></description></item> </list> </remark> </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.BlackWhiteMode"> <summary> <para>Black and White Mode</para> <para>Represents the following attribute in the schema: bwMode</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Shape"> <summary> <para>Shape.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:sp.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties" /> <c><a:nvSpPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TextShape" /> <c><a:txSp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ShapeProperties" /> <c><a:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ShapeStyle" /> <c><a:style></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ConnectionShape"> <summary> <para>Connection Shape.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:cxnSp.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties" /> <c><a:nvCxnSpPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ShapeProperties" /> <c><a:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ShapeStyle" /> <c><a:style></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Picture"> <summary> <para>Picture.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:pic.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlipFill" /> <c><a:blipFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties" /> <c><a:nvPicPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ShapeProperties" /> <c><a:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ShapeStyle" /> <c><a:style></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.GraphicFrame"> <summary> <para>Graphic Frame.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:graphicFrame.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Graphic" /> <c><a:graphic></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties" /> <c><a:nvGraphicFramePr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Transform2D" /> <c><a:xfrm></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.GroupShape"> <summary> <para>Group shape.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:grpSp.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties" /> <c><a:grpSpPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ConnectionShape" /> <c><a:cxnSp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GraphicFrame" /> <c><a:graphicFrame></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GroupShape" /> <c><a:grpSp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties" /> <c><a:nvGrpSpPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Picture" /> <c><a:pic></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Shape" /> <c><a:sp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TextShape" /> <c><a:txSp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart" /> <c><a14:contentPart></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList"> <summary> <para>Defines the GvmlGroupShapeExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension" /> <c><a:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension"> <summary> <para>Defines the NonVisualGroupDrawingShapePropsExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties" /> <c><a15:nonVisualGroupProps></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension"> <summary> <para>Defines the OfficeStyleSheetExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily" /> <c><thm15:themeFamily></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension"> <summary> <para>Defines the ConnectorLockingExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Graphic" /> <c><a:graphic></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.GroupShapeLocks"> <summary> <para>Defines the GroupShapeLocks Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:grpSpLocks.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList"> <summary> <para>Defines the NonVisualGroupDrawingShapePropsExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension" /> <c><a:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ObjectDefaults"> <summary> <para>Defines the ObjectDefaults Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:objectDefaults.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ShapeDefault" /> <c><a:spDef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LineDefault" /> <c><a:lnDef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TextDefault" /> <c><a:txDef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList"> <summary> <para>Defines the ExtraColorSchemeList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:extraClrSchemeLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtraColorScheme" /> <c><a:extraClrScheme></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.CustomColorList"> <summary> <para>Defines the CustomColorList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:custClrLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.CustomColor" /> <c><a:custClr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList"> <summary> <para>Defines the OfficeStyleSheetExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension" /> <c><a:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.HyperlinkOnClick"> <summary> <para>Defines the HyperlinkOnClick Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:hlinkClick.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HyperlinkSound" /> <c><a:snd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList" /> <c><a:extLst></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver"> <summary> <para>Defines the HyperlinkOnMouseOver Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:hlinkMouseOver.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HyperlinkSound" /> <c><a:snd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList" /> <c><a:extLst></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.HyperlinkOnHover"> <summary> <para>Defines the HyperlinkOnHover Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:hlinkHover.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HyperlinkSound" /> <c><a:snd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList" /> <c><a:extLst></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.HyperlinkType"> <summary> <para>Defines the HyperlinkType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HyperlinkSound" /> <c><a:snd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList" /> <c><a:extLst></c></description></item> </list> </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="P:DocumentFormat.OpenXml.Drawing.HyperlinkType.Id"> <summary> <para>relationship identifier to find target URI</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>In case the url is invalid so we can't create a relationship, we'll save it here, r:id will point to a NULL one</para> <para>Represents the following attribute in the schema: invalidUrl</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Drawing.HyperlinkType.Action"> <summary> <para>Action to take, it may still need r:id to specify an action target</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 for navigating to the URI</para> <para>Represents the following attribute in the schema: tgtFrame</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Drawing.HyperlinkType.Tooltip"> <summary> <para>tooltip for display</para> <para>Represents the following attribute in the schema: tooltip</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Drawing.HyperlinkType.History"> <summary> <para>whether to add this URI to the history when navigating to it</para> <para>Represents the following attribute in the schema: history</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Drawing.HyperlinkType.HighlightClick"> <summary> <para>Whether to highlight it when click on a shape</para> <para>Represents the following attribute in the schema: highlightClick</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Drawing.HyperlinkType.EndSound"> <summary> <para>Whether to stop previous sound when click on it</para> <para>Represents the following attribute in the schema: endSnd</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkSound"> <summary> <para>Sound to play..</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.HyperlinkExtensionList"> <summary> <para>Future extensions..</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="T:DocumentFormat.OpenXml.Drawing.RightToLeft"> <summary> <para>Defines the RightToLeft Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:rtl.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.RightToLeft.#ctor"> <summary> Initializes a new instance of the RightToLeft class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList"> <summary> <para>Defines the NonVisualDrawingPropertiesExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension" /> <c><a:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList"> <summary> <para>Defines the ConnectorLockingExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension" /> <c><a:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.DataModelExtension"> <summary> <para>Defines the DataModelExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.Diagram.RecolorImages" /> <c><dgm14:recolorImg></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock" /> <c><dsp:dataModelExt></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.PtExtension"> <summary> <para>Defines the PtExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties" /> <c><dgm14:cNvPr></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.HyperlinkExtension"> <summary> <para>Defines the HyperlinkExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColor" /> <c><ahyp:hlinkClr></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Drawing.HyperlinkExtension.#ctor"> <summary> Initializes a new instance of the HyperlinkExtension class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.HyperlinkExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the HyperlinkExtension class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Drawing.HyperlinkExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the HyperlinkExtension class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Drawing.HyperlinkExtension.#ctor(System.String)"> <summary> Initializes a new instance of the HyperlinkExtension class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Drawing.HyperlinkExtension.Uri"> <summary> <para>URI</para> <para>Represents the following attribute in the schema: uri</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.HyperlinkExtension.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList"> <summary> <para>Future extensions..</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HyperlinkExtension" /> <c><a:ext></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList.#ctor"> <summary> Initializes a new instance of the HyperlinkExtensionList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the HyperlinkExtensionList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the HyperlinkExtensionList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList.#ctor(System.String)"> <summary> Initializes a new instance of the HyperlinkExtensionList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.LinePropertiesExtension"> <summary> <para>Defines the LinePropertiesExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchStyleProperties" /> <c><ask:lineSketchStyleProps></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Drawing.LinePropertiesExtension.#ctor"> <summary> Initializes a new instance of the LinePropertiesExtension class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.LinePropertiesExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the LinePropertiesExtension class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Drawing.LinePropertiesExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the LinePropertiesExtension class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Drawing.LinePropertiesExtension.#ctor(System.String)"> <summary> Initializes a new instance of the LinePropertiesExtension class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Drawing.LinePropertiesExtension.Uri"> <summary> <para>URI</para> <para>Represents the following attribute in the schema: uri</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.LinePropertiesExtension.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.HeadEnd"> <summary> <para>default head line end style is none.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:headEnd.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.TailEnd"> <summary> <para>default tail line end style is none.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:tailEnd.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.LineEndPropertiesType"> <summary> <para>Defines the LineEndPropertiesType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.LineEndPropertiesType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Drawing.LinePropertiesExtensionList"> <summary> <para>Future extensions..</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LinePropertiesExtension" /> <c><a:ext></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Drawing.LinePropertiesExtensionList.#ctor"> <summary> Initializes a new instance of the LinePropertiesExtensionList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Drawing.LinePropertiesExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the LinePropertiesExtensionList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Drawing.LinePropertiesExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the LinePropertiesExtensionList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Drawing.LinePropertiesExtensionList.#ctor(System.String)"> <summary> Initializes a new instance of the LinePropertiesExtensionList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Drawing.LinePropertiesExtensionList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension"> <summary> <para>Defines the NonVisualDrawingPropertiesExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.CompatExtension" /> <c><a14:compatExt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties" /> <c><a15:backgroundPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.CreationId" /> <c><a16:creationId></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.PredecessorDrawingElementReference" /> <c><a16:predDERef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2021.Drawing.DocumentClassification.ClassificationOutcome" /> <c><aclsh:classification></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2019.Drawing.Decorative" /> <c><adec:decorative></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink" /> <c><asl:scriptLink></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.PictureLocks"> <summary> <para>Defines the PictureLocks Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:picLocks.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList"> <summary> <para>Defines the NonVisualPicturePropertiesExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension" /> <c><a:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension"> <summary> <para>Defines the NonVisualPicturePropertiesExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.CameraTool" /> <c><a14:cameraTool></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties" /> <c><a15:objectPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine" /> <c><a15:signatureLine></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties" /> <c><alf:liveFeedProps></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.BlipExtensionList"> <summary> <para>Future extensions..</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlipExtension" /> <c><a:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.BlipExtension"> <summary> <para>Defines the BlipExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties" /> <c><a14:imgProps></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.UseLocalDpi" /> <c><a14:useLocalDpi></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2019.Drawing.PictureAttributionSourceURL" /> <c><a1611:picAttrSrcUrl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared" /> <c><aoe:oembedShared></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2019.Drawing.SVG.SVGBlip" /> <c><asvg:svgBlip></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed" /> <c><woe:oembed></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty" /> <c><wp15:webVideoPr></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </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> Category. <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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</para> </summary> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Pictures.Picture"> <summary> <para>Picture.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is pic:pic.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Pictures.BlipFill" /> <c><pic:blipFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList" /> <c><pic14:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties" /> <c><pic:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle" /> <c><pic14:style></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties" /> <c><pic:nvPicPr></c></description></item> </list> </remark> </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, this property is only available in Office 2010 and later..</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, this property is only available in Office 2010 and later..</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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties"> <summary> <para>Non-Visual Drawing Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is pic:cNvPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HyperlinkOnClick" /> <c><a:hlinkClick></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HyperlinkOnHover" /> <c><a:hlinkHover></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList" /> <c><a:extLst></c></description></item> </list> </remark> </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.Id"> <summary> <para>Application defined unique identifier.</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 compatible with Object Model (non-unique).</para> <para>Represents the following attribute in the schema: name</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Description"> <summary> <para>Description of the drawing element.</para> <para>Represents the following attribute in the schema: descr</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Hidden"> <summary> <para>Flag determining to show or hide this element.</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="P:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.HyperlinkOnClick"> <summary> <para>Hyperlink associated with clicking or selecting the element..</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>Hyperlink associated with hovering over the element..</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>Future extension.</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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties"> <summary> <para>Non-Visual Picture Drawing Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is pic:cNvPicPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PictureLocks" /> <c><a:picLocks></c></description></item> </list> </remark> </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.PreferRelativeResize"> <summary> <para>preferRelativeResize</para> <para>Represents the following attribute in the schema: preferRelativeResize</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties"> <summary> <para>Non-Visual Picture Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is pic:nvPicPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties" /> <c><pic:cNvPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties" /> <c><pic:cNvPicPr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Pictures.BlipFill"> <summary> <para>Picture Fill.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is pic:blipFill.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Blip" /> <c><a:blip></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SourceRectangle" /> <c><a:srcRect></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Stretch" /> <c><a:stretch></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Tile" /> <c><a:tile></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties"> <summary> <para>Shape Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is pic:spPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlipFill" /> <c><a:blipFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.CustomGeometry" /> <c><a:custGeom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectDag" /> <c><a:effectDag></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectList" /> <c><a:effectLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GradientFill" /> <c><a:gradFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GroupFill" /> <c><a:grpFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Outline" /> <c><a:ln></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoFill" /> <c><a:noFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PatternFill" /> <c><a:pattFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetGeometry" /> <c><a:prstGeom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Scene3DType" /> <c><a:scene3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Shape3DType" /> <c><a:sp3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SolidFill" /> <c><a:solidFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Transform2D" /> <c><a:xfrm></c></description></item> </list> </remark> </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.BlackWhiteMode"> <summary> <para>Black and White Mode</para> <para>Represents the following attribute in the schema: bwMode</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor"> <summary> <para>Two Cell Anchor Shape Size.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xdr:twoCellAnchor.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData" /> <c><xdr:clientData></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape" /> <c><xdr:cxnSp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame" /> <c><xdr:graphicFrame></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape" /> <c><xdr:grpSp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker" /> <c><xdr:from></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker" /> <c><xdr:to></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture" /> <c><xdr:pic></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape" /> <c><xdr:sp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart" /> <c><xdr:contentPart></c></description></item> </list> </remark> </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.EditAs"> <summary> <para>Positioning and Resizing Behaviors</para> <para>Represents the following attribute in the schema: editAs</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor"> <summary> <para>One Cell Anchor Shape Size.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xdr:oneCellAnchor.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent" /> <c><xdr:ext></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData" /> <c><xdr:clientData></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape" /> <c><xdr:cxnSp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame" /> <c><xdr:graphicFrame></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape" /> <c><xdr:grpSp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker" /> <c><xdr:from></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture" /> <c><xdr:pic></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape" /> <c><xdr:sp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart" /> <c><xdr:contentPart></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor"> <summary> <para>Absolute Anchor Shape Size.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xdr:absoluteAnchor.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.Position" /> <c><xdr:pos></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent" /> <c><xdr:ext></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData" /> <c><xdr:clientData></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape" /> <c><xdr:cxnSp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame" /> <c><xdr:graphicFrame></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape" /> <c><xdr:grpSp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture" /> <c><xdr:pic></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape" /> <c><xdr:sp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart" /> <c><xdr:contentPart></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape"> <summary> <para>Shape.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xdr:sp.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties" /> <c><xdr:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle" /> <c><xdr:style></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody" /> <c><xdr:txBody></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties" /> <c><xdr:nvSpPr></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape"> <summary> <para>Group Shape.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xdr:grpSp.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties" /> <c><xdr:grpSpPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape" /> <c><xdr:cxnSp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame" /> <c><xdr:graphicFrame></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape" /> <c><xdr:grpSp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties" /> <c><xdr:nvGrpSpPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture" /> <c><xdr:pic></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape" /> <c><xdr:sp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart" /> <c><xdr14:contentPart></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame"> <summary> <para>Graphic Frame.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xdr:graphicFrame.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Graphic" /> <c><a:graphic></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform" /> <c><xdr:xfrm></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties" /> <c><xdr:nvGraphicFramePr></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape"> <summary> <para>Connection Shape.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xdr:cxnSp.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties" /> <c><xdr:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle" /> <c><xdr:style></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties" /> <c><xdr:nvCxnSpPr></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture"> <summary> <para>Defines the Picture Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xdr:pic.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill" /> <c><xdr:blipFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties" /> <c><xdr:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle" /> <c><xdr:style></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties" /> <c><xdr:nvPicPr></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart"> <summary> <para>Defines the ContentPart Class.</para> <para>This class is available in Office 2010 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xdr:contentPart.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList" /> <c><xdr14:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D" /> <c><xdr14:xfrm></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties" /> <c><xdr14:nvPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties" /> <c><xdr14:nvContentPartPr></c></description></item> </list> </remark> </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.RelationshipId"> <summary> <para>id, this property is only available in Office 2010 and later.</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, this property is only available in Office 2010 and later.</para> <para>Represents the following attribute in the schema: bwMode</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing"> <summary> <para>Worksheet Drawing.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xdr:wsDr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor" /> <c><xdr:absoluteAnchor></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor" /> <c><xdr:oneCellAnchor></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor" /> <c><xdr:twoCellAnchor></c></description></item> </list> </remark> </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.#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.CloneNode(System.Boolean)"> <inheritdoc/> </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="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="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.DrawingsPart"> <summary> Gets the DrawingsPart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties"> <summary> <para>Non-Visual Properties for a Shape.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xdr:nvSpPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties" /> <c><xdr:cNvSpPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties" /> <c><xdr:cNvPr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties"> <summary> <para>Shape Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xdr:spPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlipFill" /> <c><a:blipFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.CustomGeometry" /> <c><a:custGeom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectDag" /> <c><a:effectDag></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectList" /> <c><a:effectLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GradientFill" /> <c><a:gradFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GroupFill" /> <c><a:grpFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Outline" /> <c><a:ln></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoFill" /> <c><a:noFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PatternFill" /> <c><a:pattFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetGeometry" /> <c><a:prstGeom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Scene3DType" /> <c><a:scene3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Shape3DType" /> <c><a:sp3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SolidFill" /> <c><a:solidFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Transform2D" /> <c><a:xfrm></c></description></item> </list> </remark> </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.BlackWhiteMode"> <summary> <para>Black and White Mode</para> <para>Represents the following attribute in the schema: bwMode</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle"> <summary> <para>Defines the ShapeStyle Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xdr:style.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.FontReference" /> <c><a:fontRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LineReference" /> <c><a:lnRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.FillReference" /> <c><a:fillRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectReference" /> <c><a:effectRef></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody"> <summary> <para>Shape Text Body.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xdr:txBody.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BodyProperties" /> <c><a:bodyPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ListStyle" /> <c><a:lstStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Paragraph" /> <c><a:p></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties"> <summary> <para>Non-Visual Properties for a Connection Shape.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xdr:nvCxnSpPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties" /> <c><xdr:cNvCxnSpPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties" /> <c><xdr:cNvPr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties"> <summary> <para>Non-Visual Properties for a Picture.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xdr:nvPicPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties" /> <c><xdr:cNvPicPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties" /> <c><xdr:cNvPr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill"> <summary> <para>Picture Fill.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xdr:blipFill.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Blip" /> <c><a:blip></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SourceRectangle" /> <c><a:srcRect></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Stretch" /> <c><a:stretch></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Tile" /> <c><a:tile></c></description></item> </list> </remark> </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.RotateWithShape"> <summary> <para>Rotate With Shape</para> <para>Represents the following attribute in the schema: rotWithShape</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties"> <summary> <para>Non-Visual Properties for a Graphic Frame.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xdr:nvGraphicFramePr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties" /> <c><xdr:cNvGraphicFramePr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties" /> <c><xdr:cNvPr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform"> <summary> <para>2D Transform for Graphic Frames.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xdr:xfrm.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Offset" /> <c><a:off></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Extents" /> <c><a:ext></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId"> <summary> <para>Column).</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xdr:col.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset"> <summary> <para>Column Offset.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xdr:colOff.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset"> <summary> <para>Row Offset.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xdr:rowOff.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId"> <summary> <para>Row.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xdr:row.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker"> <summary> <para>Starting Anchor Point.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xdr:from.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset" /> <c><xdr:colOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset" /> <c><xdr:rowOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId" /> <c><xdr:col></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId" /> <c><xdr:row></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker"> <summary> <para>Ending Anchor Point.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xdr:to.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset" /> <c><xdr:colOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset" /> <c><xdr:rowOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId" /> <c><xdr:col></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId" /> <c><xdr:row></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType"> <summary> <para>Defines the MarkerType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset" /> <c><xdr:colOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset" /> <c><xdr:rowOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId" /> <c><xdr:col></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId" /> <c><xdr:row></c></description></item> </list> </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="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="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData"> <summary> <para>Client Data.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xdr:clientData.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent"> <summary> <para>Defines the Extent Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xdr:ext.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.Position"> <summary> <para>Position.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xdr:pos.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties"> <summary> <para>Non-Visual Drawing Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xdr:cNvPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HyperlinkOnClick" /> <c><a:hlinkClick></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HyperlinkOnHover" /> <c><a:hlinkHover></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList" /> <c><a:extLst></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties"> <summary> <para>Connection Non-Visual Shape Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xdr:cNvSpPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ShapeLocks" /> <c><a:spLocks></c></description></item> </list> </remark> </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.TextBox"> <summary> <para>Text Box</para> <para>Represents the following attribute in the schema: txBox</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties"> <summary> <para>Non-Visual Connector Shape Drawing Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xdr:cNvCxnSpPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.StartConnection" /> <c><a:stCxn></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EndConnection" /> <c><a:endCxn></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks" /> <c><a:cxnSpLocks></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties"> <summary> <para>Non-Visual Picture Drawing Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xdr:cNvPicPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PictureLocks" /> <c><a:picLocks></c></description></item> </list> </remark> </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.PreferRelativeResize"> <summary> <para>preferRelativeResize</para> <para>Represents the following attribute in the schema: preferRelativeResize</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties"> <summary> <para>Non-Visual Graphic Frame Drawing Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xdr:cNvGraphicFramePr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GraphicFrameLocks" /> <c><a:graphicFrameLocks></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties"> <summary> <para>Non-Visual Group Shape Drawing Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xdr:cNvGrpSpPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GroupShapeLocks" /> <c><a:grpSpLocks></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList" /> <c><a:extLst></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties"> <summary> <para>Non-Visual Properties for a Group Shape.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xdr:nvGrpSpPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties" /> <c><xdr:cNvGrpSpPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties" /> <c><xdr:cNvPr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties"> <summary> <para>Group Shape Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xdr:grpSpPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlipFill" /> <c><a:blipFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectDag" /> <c><a:effectDag></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectList" /> <c><a:effectLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GradientFill" /> <c><a:gradFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GroupFill" /> <c><a:grpFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TransformGroup" /> <c><a:xfrm></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoFill" /> <c><a:noFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PatternFill" /> <c><a:pattFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Scene3DType" /> <c><a:scene3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SolidFill" /> <c><a:solidFill></c></description></item> </list> </remark> </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.BlackWhiteMode"> <summary> <para>Black and White Mode</para> <para>Represents the following attribute in the schema: bwMode</para> </summary> </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)"> <inheritdoc/> </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>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wp:wrapNone.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare"> <summary> <para>Square Wrapping.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wp:wrapSquare.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent" /> <c><wp:effectExtent></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight"> <summary> <para>Tight Wrapping.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wp:wrapTight.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon" /> <c><wp:wrapPolygon></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough"> <summary> <para>Through Wrapping.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wp:wrapThrough.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon" /> <c><wp:wrapPolygon></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom"> <summary> <para>Top and Bottom Wrapping.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wp:wrapTopAndBottom.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent" /> <c><wp:effectExtent></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline"> <summary> <para>Inline DrawingML Object.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wp:inline.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Graphic" /> <c><a:graphic></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties" /> <c><wp:docPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties" /> <c><wp:cNvGraphicFramePr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent" /> <c><wp:extent></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent" /> <c><wp:effectExtent></c></description></item> </list> </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.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, this property is only available in Office 2010 and later.</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, this property is only available in Office 2010 and later.</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.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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor"> <summary> <para>Anchor for Floating DrawingML Object.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wp:anchor.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Graphic" /> <c><a:graphic></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties" /> <c><wp:docPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties" /> <c><wp:cNvGraphicFramePr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.SimplePosition" /> <c><wp:simplePos></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent" /> <c><wp:extent></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent" /> <c><wp:effectExtent></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition" /> <c><wp:positionH></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition" /> <c><wp:positionV></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapNone" /> <c><wp:wrapNone></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare" /> <c><wp:wrapSquare></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough" /> <c><wp:wrapThrough></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight" /> <c><wp:wrapTight></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom" /> <c><wp:wrapTopAndBottom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth" /> <c><wp14:sizeRelH></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight" /> <c><wp14:sizeRelV></c></description></item> </list> </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.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, this property is only available in Office 2010 and later.</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, this property is only available in Office 2010 and later.</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.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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.StartPoint"> <summary> <para>Wrapping Polygon Start.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wp:start.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.LineTo"> <summary> <para>Wrapping Polygon Line End Position.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wp:lineTo.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.SimplePosition"> <summary> <para>Simple Positioning Coordinates.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wp:simplePos.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.Point2DType"> <summary> <para>Defines the Point2DType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</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="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="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent"> <summary> <para>Object Extents Including Effects.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wp:effectExtent.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon"> <summary> <para>Tight Wrapping Extents Polygon.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wp:wrapPolygon.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.StartPoint" /> <c><wp:start></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.LineTo" /> <c><wp:lineTo></c></description></item> </list> </remark> </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.Edited"> <summary> <para>Wrapping Points Modified</para> <para>Represents the following attribute in the schema: edited</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition"> <summary> <para>Horizontal Positioning.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wp:positionH.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionHeightOffset" /> <c><wp14:pctPosHOffset></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignment" /> <c><wp:align></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset" /> <c><wp:posOffset></c></description></item> </list> </remark> </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.RelativeFrom"> <summary> <para>Horizontal Position Relative Base</para> <para>Represents the following attribute in the schema: relativeFrom</para> </summary> </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, this property is only available in Office 2010 and later..</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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition"> <summary> <para>Vertical Positioning.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wp:positionV.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionVerticalOffset" /> <c><wp14:pctPosVOffset></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignment" /> <c><wp:align></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset" /> <c><wp:posOffset></c></description></item> </list> </remark> </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.RelativeFrom"> <summary> <para>Vertical Position Relative Base</para> <para>Represents the following attribute in the schema: relativeFrom</para> </summary> </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, this property is only available in Office 2010 and later..</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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent"> <summary> <para>Inline Drawing Object Extents.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wp:extent.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties"> <summary> <para>Drawing Object Non-Visual Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wp:docPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HyperlinkOnClick" /> <c><a:hlinkClick></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HyperlinkOnHover" /> <c><a:hlinkHover></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList" /> <c><a:extLst></c></description></item> </list> </remark> </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.Id"> <summary> <para>Application defined unique identifier.</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 compatible with Object Model (non-unique).</para> <para>Represents the following attribute in the schema: name</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Description"> <summary> <para>Description of the drawing element.</para> <para>Represents the following attribute in the schema: descr</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Hidden"> <summary> <para>Flag determining to show or hide this element.</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="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.HyperlinkOnClick"> <summary> <para>Hyperlink associated with clicking or selecting the element..</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>Hyperlink associated with hovering over the element..</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>Future extension.</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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties"> <summary> <para>Defines the NonVisualGraphicFrameDrawingProperties Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wp:cNvGraphicFramePr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GraphicFrameLocks" /> <c><a:graphicFrameLocks></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignment"> <summary> <para>Relative Vertical Alignment.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wp:align.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset"> <summary> <para>Defines the PositionOffset Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wp:posOffset.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignment"> <summary> <para>Relative Horizontal Alignment.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wp:align.</para> </summary> </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)"> <inheritdoc/> </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.Office2016.Drawing.ChartDrawing.IdxXsdunsignedInt"> <summary> <para>Defines the IdxXsdunsignedInt Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:idx.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IdxXsdunsignedInt.#ctor"> <summary> Initializes a new instance of the IdxXsdunsignedInt class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IdxXsdunsignedInt.#ctor(System.String)"> <summary> Initializes a new instance of the IdxXsdunsignedInt class with the specified text content. </summary> <param name="text">Specifies the text content of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IdxXsdunsignedInt.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace"> <summary> <para>Defines the ChartSpace Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:chartSpace.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType" /> <c><cx:clrMapOvr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties" /> <c><cx:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody" /> <c><cx:txPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart" /> <c><cx:chart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData" /> <c><cx:chartData></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList" /> <c><cx:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings" /> <c><cx:printSettings></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.#ctor"> <summary> Initializes a new instance of the ChartSpace class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.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.Office2016.Drawing.ChartDrawing.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.Office2016.Drawing.ChartDrawing.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="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ChartData"> <summary> <para>ChartData.</para> <para>Represents the following element tag in the schema: cx:chartData.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.Chart"> <summary> <para>Chart.</para> <para>Represents the following element tag in the schema: cx:chart.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ShapeProperties"> <summary> <para>ShapeProperties.</para> <para>Represents the following element tag in the schema: cx:spPr.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.TxPrTextBody"> <summary> <para>TxPrTextBody.</para> <para>Represents the following element tag in the schema: cx:txPr.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ColorMappingType"> <summary> <para>ColorMappingType.</para> <para>Represents the following element tag in the schema: cx:clrMapOvr.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.PrintSettings"> <summary> <para>PrintSettings.</para> <para>Represents the following element tag in the schema: cx:printSettings.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ExtensionList"> <summary> <para>ExtensionList.</para> <para>Represents the following element tag in the schema: cx:extLst.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.Load(DocumentFormat.OpenXml.Packaging.ExtendedChartPart)"> <summary> Loads the DOM from the ExtendedChartPart </summary> <param name="openXmlPart">Specifies the part to be loaded.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.Save(DocumentFormat.OpenXml.Packaging.ExtendedChartPart)"> <summary> Saves the DOM into the ExtendedChartPart. </summary> <param name="openXmlPart">Specifies the part to save to.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ExtendedChartPart"> <summary> Gets the ExtendedChartPart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.BinCountXsdunsignedInt"> <summary> <para>Defines the BinCountXsdunsignedInt Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:binCount.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.BinCountXsdunsignedInt.#ctor"> <summary> Initializes a new instance of the BinCountXsdunsignedInt class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.BinCountXsdunsignedInt.#ctor(System.String)"> <summary> Initializes a new instance of the BinCountXsdunsignedInt class with the specified text content. </summary> <param name="text">Specifies the text content of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.BinCountXsdunsignedInt.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2"> <summary> <para>Defines the Extension2 Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:ext.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.#ctor"> <summary> Initializes a new instance of the Extension2 class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the Extension2 class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the Extension2 class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.#ctor(System.String)"> <summary> Initializes a new instance of the Extension2 class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.Uri"> <summary> <para>uri, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: uri</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartStringValue"> <summary> <para>Defines the ChartStringValue Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:pt.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartStringValue.#ctor"> <summary> Initializes a new instance of the ChartStringValue class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartStringValue.#ctor(System.String)"> <summary> Initializes a new instance of the ChartStringValue class with the specified text content. </summary> <param name="text">Specifies the text content of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartStringValue.Index"> <summary> <para>idx, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: idx</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartStringValue.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericValue"> <summary> <para>Defines the NumericValue Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:pt.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericValue.#ctor"> <summary> Initializes a new instance of the NumericValue class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.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="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericValue.Idx"> <summary> <para>idx, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: idx</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericValue.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension"> <summary> <para>Defines the NumericDimension Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:numDim.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula" /> <c><cx:f></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel" /> <c><cx:lvl></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.#ctor"> <summary> Initializes a new instance of the NumericDimension class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the NumericDimension class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the NumericDimension class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.#ctor(System.String)"> <summary> Initializes a new instance of the NumericDimension class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.Type"> <summary> <para>Dimension data type, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: type</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension"> <summary> <para>Defines the StringDimension Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:strDim.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula" /> <c><cx:f></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel" /> <c><cx:lvl></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.#ctor"> <summary> Initializes a new instance of the StringDimension class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the StringDimension class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the StringDimension class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.#ctor(System.String)"> <summary> Initializes a new instance of the StringDimension class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.Type"> <summary> <para>Dimension data type, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: type</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList"> <summary> <para>Defines the ExtensionList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2" /> <c><cx:ext></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.#ctor"> <summary> Initializes a new instance of the ExtensionList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.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.Office2016.Drawing.ChartDrawing.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.Office2016.Drawing.ChartDrawing.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.Office2016.Drawing.ChartDrawing.ExtensionList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData"> <summary> <para>Defines the ExternalData Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:externalData.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData.#ctor"> <summary> Initializes a new instance of the ExternalData class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData.Id"> <summary> <para>RelId of the relationship for the external data, this property is only available in Office 2016 and later.</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.Office2016.Drawing.ChartDrawing.ExternalData.AutoUpdate"> <summary> <para>True if the external link should automatically update, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: cx:autoUpdate</para> </summary> <remark> xmlns:cx=http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data"> <summary> <para>Defines the Data Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:data.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList" /> <c><cx:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension" /> <c><cx:numDim></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension" /> <c><cx:strDim></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.#ctor"> <summary> Initializes a new instance of the Data class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the Data class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the Data class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.#ctor(System.String)"> <summary> Initializes a new instance of the Data class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.Id"> <summary> <para>id, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: id</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData"> <summary> <para>Defines the TextData Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:txData.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula" /> <c><cx:f></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.VXsdstring" /> <c><cx:v></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData.#ctor"> <summary> Initializes a new instance of the TextData class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the TextData class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the TextData class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData.#ctor(System.String)"> <summary> Initializes a new instance of the TextData class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody"> <summary> <para>Defines the RichTextBody Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:rich.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BodyProperties" /> <c><a:bodyPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ListStyle" /> <c><a:lstStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Paragraph" /> <c><a:p></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody.#ctor"> <summary> Initializes a new instance of the RichTextBody class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the RichTextBody class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the RichTextBody class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody.#ctor(System.String)"> <summary> Initializes a new instance of the RichTextBody class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody"> <summary> <para>Defines the TxPrTextBody Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:txPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BodyProperties" /> <c><a:bodyPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ListStyle" /> <c><a:lstStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Paragraph" /> <c><a:p></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody.#ctor"> <summary> Initializes a new instance of the TxPrTextBody class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the TxPrTextBody class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the TxPrTextBody class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody.#ctor(System.String)"> <summary> Initializes a new instance of the TxPrTextBody class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType"> <summary> <para>Defines the TextBodyType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BodyProperties" /> <c><a:bodyPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ListStyle" /> <c><a:lstStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Paragraph" /> <c><a:p></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.#ctor"> <summary> Initializes a new instance of the TextBodyType class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.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.Office2016.Drawing.ChartDrawing.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.Office2016.Drawing.ChartDrawing.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="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.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.Office2016.Drawing.ChartDrawing.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="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text"> <summary> <para>Defines the Text Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:tx.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody" /> <c><cx:rich></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData" /> <c><cx:txData></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.#ctor"> <summary> Initializes a new instance of the Text class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the Text class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the Text class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.#ctor(System.String)"> <summary> Initializes a new instance of the Text class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.TextData"> <summary> <para>TextData.</para> <para>Represents the following element tag in the schema: cx:txData.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.RichTextBody"> <summary> <para>RichTextBody.</para> <para>Represents the following element tag in the schema: cx:rich.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties"> <summary> <para>Defines the ShapeProperties Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:spPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlipFill" /> <c><a:blipFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.CustomGeometry" /> <c><a:custGeom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectDag" /> <c><a:effectDag></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectList" /> <c><a:effectLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GradientFill" /> <c><a:gradFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GroupFill" /> <c><a:grpFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Outline" /> <c><a:ln></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoFill" /> <c><a:noFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PatternFill" /> <c><a:pattFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetGeometry" /> <c><a:prstGeom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Scene3DType" /> <c><a:scene3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Shape3DType" /> <c><a:sp3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SolidFill" /> <c><a:solidFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Transform2D" /> <c><a:xfrm></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.#ctor"> <summary> Initializes a new instance of the ShapeProperties class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.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.Office2016.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.Office2016.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.Office2016.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="P:DocumentFormat.OpenXml.Office2016.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.Office2016.Drawing.ChartDrawing.ShapeProperties.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel"> <summary> <para>Defines the AxisUnitsLabel Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:unitsLabel.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties" /> <c><cx:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody" /> <c><cx:txPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList" /> <c><cx:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text" /> <c><cx:tx></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.#ctor"> <summary> Initializes a new instance of the AxisUnitsLabel class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the AxisUnitsLabel class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the AxisUnitsLabel class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.#ctor(System.String)"> <summary> Initializes a new instance of the AxisUnitsLabel class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.Text"> <summary> <para>Text.</para> <para>Represents the following element tag in the schema: cx:tx.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.ShapeProperties"> <summary> <para>ShapeProperties.</para> <para>Represents the following element tag in the schema: cx:spPr.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.TxPrTextBody"> <summary> <para>TxPrTextBody.</para> <para>Represents the following element tag in the schema: cx:txPr.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.ExtensionList"> <summary> <para>ExtensionList.</para> <para>Represents the following element tag in the schema: cx:extLst.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.CategoryAxisScaling"> <summary> <para>Defines the CategoryAxisScaling Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:catScaling.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.CategoryAxisScaling.#ctor"> <summary> Initializes a new instance of the CategoryAxisScaling class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.CategoryAxisScaling.GapWidth"> <summary> <para>gapWidth, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: gapWidth</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.CategoryAxisScaling.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling"> <summary> <para>Defines the ValueAxisScaling Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:valScaling.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.#ctor"> <summary> Initializes a new instance of the ValueAxisScaling class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.Max"> <summary> <para>max, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: max</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.Min"> <summary> <para>min, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: min</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.MajorUnit"> <summary> <para>majorUnit, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: majorUnit</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.MinorUnit"> <summary> <para>minorUnit, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: minorUnit</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle"> <summary> <para>Defines the AxisTitle Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:title.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties" /> <c><cx:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody" /> <c><cx:txPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList" /> <c><cx:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text" /> <c><cx:tx></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.#ctor"> <summary> Initializes a new instance of the AxisTitle class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.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.Office2016.Drawing.ChartDrawing.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.Office2016.Drawing.ChartDrawing.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="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.Text"> <summary> <para>Text.</para> <para>Represents the following element tag in the schema: cx:tx.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.ShapeProperties"> <summary> <para>ShapeProperties.</para> <para>Represents the following element tag in the schema: cx:spPr.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.TxPrTextBody"> <summary> <para>TxPrTextBody.</para> <para>Represents the following element tag in the schema: cx:txPr.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.ExtensionList"> <summary> <para>ExtensionList.</para> <para>Represents the following element tag in the schema: cx:extLst.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits"> <summary> <para>Defines the AxisUnits Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:units.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel" /> <c><cx:unitsLabel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList" /> <c><cx:extLst></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.#ctor"> <summary> Initializes a new instance of the AxisUnits class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the AxisUnits class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the AxisUnits class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.#ctor(System.String)"> <summary> Initializes a new instance of the AxisUnits class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.Unit"> <summary> <para>unit, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: unit</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.AxisUnitsLabel"> <summary> <para>AxisUnitsLabel.</para> <para>Represents the following element tag in the schema: cx:unitsLabel.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.ExtensionList"> <summary> <para>ExtensionList.</para> <para>Represents the following element tag in the schema: cx:extLst.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorGridlinesGridlines"> <summary> <para>Defines the MajorGridlinesGridlines Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:majorGridlines.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties" /> <c><cx:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList" /> <c><cx:extLst></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorGridlinesGridlines.#ctor"> <summary> Initializes a new instance of the MajorGridlinesGridlines class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorGridlinesGridlines.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the MajorGridlinesGridlines class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorGridlinesGridlines.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the MajorGridlinesGridlines class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorGridlinesGridlines.#ctor(System.String)"> <summary> Initializes a new instance of the MajorGridlinesGridlines class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorGridlinesGridlines.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorGridlinesGridlines"> <summary> <para>Defines the MinorGridlinesGridlines Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:minorGridlines.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties" /> <c><cx:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList" /> <c><cx:extLst></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorGridlinesGridlines.#ctor"> <summary> Initializes a new instance of the MinorGridlinesGridlines class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorGridlinesGridlines.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the MinorGridlinesGridlines class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorGridlinesGridlines.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the MinorGridlinesGridlines class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorGridlinesGridlines.#ctor(System.String)"> <summary> Initializes a new instance of the MinorGridlinesGridlines class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorGridlinesGridlines.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement"> <summary> <para>Defines the OpenXmlGridlinesElement Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties" /> <c><cx:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList" /> <c><cx:extLst></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.#ctor"> <summary> Initializes a new instance of the OpenXmlGridlinesElement class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the OpenXmlGridlinesElement class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the OpenXmlGridlinesElement class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.#ctor(System.String)"> <summary> Initializes a new instance of the OpenXmlGridlinesElement class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.ShapeProperties"> <summary> <para>ShapeProperties.</para> <para>Represents the following element tag in the schema: cx:spPr.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.ExtensionList"> <summary> <para>ExtensionList.</para> <para>Represents the following element tag in the schema: cx:extLst.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorTickMarksTickMarks"> <summary> <para>Defines the MajorTickMarksTickMarks Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:majorTickMarks.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList" /> <c><cx:extLst></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorTickMarksTickMarks.#ctor"> <summary> Initializes a new instance of the MajorTickMarksTickMarks class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorTickMarksTickMarks.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the MajorTickMarksTickMarks class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorTickMarksTickMarks.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the MajorTickMarksTickMarks class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorTickMarksTickMarks.#ctor(System.String)"> <summary> Initializes a new instance of the MajorTickMarksTickMarks class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorTickMarksTickMarks.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorTickMarksTickMarks"> <summary> <para>Defines the MinorTickMarksTickMarks Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:minorTickMarks.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList" /> <c><cx:extLst></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorTickMarksTickMarks.#ctor"> <summary> Initializes a new instance of the MinorTickMarksTickMarks class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorTickMarksTickMarks.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the MinorTickMarksTickMarks class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorTickMarksTickMarks.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the MinorTickMarksTickMarks class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorTickMarksTickMarks.#ctor(System.String)"> <summary> Initializes a new instance of the MinorTickMarksTickMarks class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorTickMarksTickMarks.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement"> <summary> <para>Defines the OpenXmlTickMarksElement Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList" /> <c><cx:extLst></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.#ctor"> <summary> Initializes a new instance of the OpenXmlTickMarksElement class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the OpenXmlTickMarksElement class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the OpenXmlTickMarksElement class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.#ctor(System.String)"> <summary> Initializes a new instance of the OpenXmlTickMarksElement class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.Type"> <summary> <para>type, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: type</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.ExtensionList"> <summary> <para>ExtensionList.</para> <para>Represents the following element tag in the schema: cx:extLst.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels"> <summary> <para>Defines the TickLabels Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:tickLabels.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList" /> <c><cx:extLst></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.#ctor"> <summary> Initializes a new instance of the TickLabels class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the TickLabels class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the TickLabels class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.#ctor(System.String)"> <summary> Initializes a new instance of the TickLabels class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.ExtensionList"> <summary> <para>ExtensionList.</para> <para>Represents the following element tag in the schema: cx:extLst.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat"> <summary> <para>Defines the NumberFormat Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:numFmt.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat.#ctor"> <summary> Initializes a new instance of the NumberFormat class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat.FormatCode"> <summary> <para>formatCode, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: formatCode</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat.SourceLinked"> <summary> <para>sourceLinked, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: sourceLinked</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Xsddouble"> <summary> <para>Defines the Xsddouble Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:binSize.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Xsddouble.#ctor"> <summary> Initializes a new instance of the Xsddouble class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Xsddouble.#ctor(System.String)"> <summary> Initializes a new instance of the Xsddouble class with the specified text content. </summary> <param name="text">Specifies the text content of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Xsddouble.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayout"> <summary> <para>Defines the ParentLabelLayout Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:parentLabelLayout.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayout.#ctor"> <summary> Initializes a new instance of the ParentLabelLayout class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayout.ParentLabelLayoutVal"> <summary> <para>val, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: val</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayout.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities"> <summary> <para>Defines the SeriesElementVisibilities Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:visibility.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.#ctor"> <summary> Initializes a new instance of the SeriesElementVisibilities class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.ConnectorLines"> <summary> <para>connectorLines, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: connectorLines</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.MeanLine"> <summary> <para>meanLine, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: meanLine</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.MeanMarker"> <summary> <para>meanMarker, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: meanMarker</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.Nonoutliers"> <summary> <para>nonoutliers, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: nonoutliers</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.Outliers"> <summary> <para>outliers, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: outliers</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Aggregation"> <summary> <para>Defines the Aggregation Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:aggregation.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Aggregation.#ctor"> <summary> Initializes a new instance of the Aggregation class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Aggregation.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning"> <summary> <para>Defines the Binning Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:binning.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Xsddouble" /> <c><cx:binSize></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.BinCountXsdunsignedInt" /> <c><cx:binCount></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.#ctor"> <summary> Initializes a new instance of the Binning class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the Binning class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the Binning class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.#ctor(System.String)"> <summary> Initializes a new instance of the Binning class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.IntervalClosed"> <summary> <para>intervalClosed, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: intervalClosed</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Underflow"> <summary> <para>underflow, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: underflow</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Overflow"> <summary> <para>overflow, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: overflow</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Xsddouble"> <summary> <para>Xsddouble.</para> <para>Represents the following element tag in the schema: cx:binSize.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.BinCountXsdunsignedInt"> <summary> <para>BinCountXsdunsignedInt.</para> <para>Represents the following element tag in the schema: cx:binCount.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Statistics"> <summary> <para>Defines the Statistics Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:statistics.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Statistics.#ctor"> <summary> Initializes a new instance of the Statistics class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Statistics.QuartileMethod"> <summary> <para>quartileMethod, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: quartileMethod</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Statistics.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Subtotals"> <summary> <para>Defines the Subtotals Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:subtotals.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.UnsignedIntegerType" /> <c><cx:idx></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Subtotals.#ctor"> <summary> Initializes a new instance of the Subtotals class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Subtotals.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the Subtotals class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Subtotals.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the Subtotals class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Subtotals.#ctor(System.String)"> <summary> Initializes a new instance of the Subtotals class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Subtotals.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities"> <summary> <para>Defines the DataLabelVisibilities Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:visibility.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.#ctor"> <summary> Initializes a new instance of the DataLabelVisibilities class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.SeriesName"> <summary> <para>seriesName, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: seriesName</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.CategoryName"> <summary> <para>categoryName, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: categoryName</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.Value"> <summary> <para>value, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: value</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring"> <summary> <para>Defines the SeparatorXsdstring Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:separator.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring.#ctor"> <summary> Initializes a new instance of the SeparatorXsdstring class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring.#ctor(System.String)"> <summary> Initializes a new instance of the SeparatorXsdstring class with the specified text content. </summary> <param name="text">Specifies the text content of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddHeaderXsdstring"> <summary> <para>Defines the OddHeaderXsdstring Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:oddHeader.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddHeaderXsdstring.#ctor"> <summary> Initializes a new instance of the OddHeaderXsdstring class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddHeaderXsdstring.#ctor(System.String)"> <summary> Initializes a new instance of the OddHeaderXsdstring class with the specified text content. </summary> <param name="text">Specifies the text content of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddHeaderXsdstring.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddFooterXsdstring"> <summary> <para>Defines the OddFooterXsdstring Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:oddFooter.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddFooterXsdstring.#ctor"> <summary> Initializes a new instance of the OddFooterXsdstring class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddFooterXsdstring.#ctor(System.String)"> <summary> Initializes a new instance of the OddFooterXsdstring class with the specified text content. </summary> <param name="text">Specifies the text content of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddFooterXsdstring.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenHeaderXsdstring"> <summary> <para>Defines the EvenHeaderXsdstring Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:evenHeader.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenHeaderXsdstring.#ctor"> <summary> Initializes a new instance of the EvenHeaderXsdstring class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenHeaderXsdstring.#ctor(System.String)"> <summary> Initializes a new instance of the EvenHeaderXsdstring class with the specified text content. </summary> <param name="text">Specifies the text content of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenHeaderXsdstring.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenFooterXsdstring"> <summary> <para>Defines the EvenFooterXsdstring Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:evenFooter.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenFooterXsdstring.#ctor"> <summary> Initializes a new instance of the EvenFooterXsdstring class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenFooterXsdstring.#ctor(System.String)"> <summary> Initializes a new instance of the EvenFooterXsdstring class with the specified text content. </summary> <param name="text">Specifies the text content of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenFooterXsdstring.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstHeaderXsdstring"> <summary> <para>Defines the FirstHeaderXsdstring Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:firstHeader.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstHeaderXsdstring.#ctor"> <summary> Initializes a new instance of the FirstHeaderXsdstring class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstHeaderXsdstring.#ctor(System.String)"> <summary> Initializes a new instance of the FirstHeaderXsdstring class with the specified text content. </summary> <param name="text">Specifies the text content of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstHeaderXsdstring.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstFooterXsdstring"> <summary> <para>Defines the FirstFooterXsdstring Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:firstFooter.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstFooterXsdstring.#ctor"> <summary> Initializes a new instance of the FirstFooterXsdstring class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstFooterXsdstring.#ctor(System.String)"> <summary> Initializes a new instance of the FirstFooterXsdstring class with the specified text content. </summary> <param name="text">Specifies the text content of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstFooterXsdstring.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.VXsdstring"> <summary> <para>Cached text.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:v.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.VXsdstring.#ctor"> <summary> Initializes a new instance of the VXsdstring class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.VXsdstring.#ctor(System.String)"> <summary> Initializes a new instance of the VXsdstring class with the specified text content. </summary> <param name="text">Specifies the text content of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.VXsdstring.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel"> <summary> <para>Defines the DataLabel Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:dataLabel.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties" /> <c><cx:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody" /> <c><cx:txPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities" /> <c><cx:visibility></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList" /> <c><cx:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat" /> <c><cx:numFmt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring" /> <c><cx:separator></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.#ctor"> <summary> Initializes a new instance of the DataLabel class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.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.Office2016.Drawing.ChartDrawing.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.Office2016.Drawing.ChartDrawing.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.Office2016.Drawing.ChartDrawing.DataLabel.Idx"> <summary> <para>idx, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: idx</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.Pos"> <summary> <para>pos, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: pos</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.NumberFormat"> <summary> <para>NumberFormat.</para> <para>Represents the following element tag in the schema: cx:numFmt.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.ShapeProperties"> <summary> <para>ShapeProperties.</para> <para>Represents the following element tag in the schema: cx:spPr.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.TxPrTextBody"> <summary> <para>TxPrTextBody.</para> <para>Represents the following element tag in the schema: cx:txPr.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.DataLabelVisibilities"> <summary> <para>DataLabelVisibilities.</para> <para>Represents the following element tag in the schema: cx:visibility.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.SeparatorXsdstring"> <summary> <para>SeparatorXsdstring.</para> <para>Represents the following element tag in the schema: cx:separator.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.ExtensionList"> <summary> <para>ExtensionList.</para> <para>Represents the following element tag in the schema: cx:extLst.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelHidden"> <summary> <para>Defines the DataLabelHidden Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:dataLabelHidden.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelHidden.#ctor"> <summary> Initializes a new instance of the DataLabelHidden class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelHidden.Idx"> <summary> <para>idx, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: idx</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelHidden.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint"> <summary> <para>Defines the DataPoint Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:dataPt.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties" /> <c><cx:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList" /> <c><cx:extLst></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.#ctor"> <summary> Initializes a new instance of the DataPoint class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.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.Office2016.Drawing.ChartDrawing.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.Office2016.Drawing.ChartDrawing.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.Office2016.Drawing.ChartDrawing.DataPoint.Idx"> <summary> <para>idx, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: idx</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.ShapeProperties"> <summary> <para>ShapeProperties.</para> <para>Represents the following element tag in the schema: cx:spPr.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.ExtensionList"> <summary> <para>ExtensionList.</para> <para>Represents the following element tag in the schema: cx:extLst.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels"> <summary> <para>Defines the DataLabels Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:dataLabels.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties" /> <c><cx:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody" /> <c><cx:txPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel" /> <c><cx:dataLabel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelHidden" /> <c><cx:dataLabelHidden></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities" /> <c><cx:visibility></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList" /> <c><cx:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat" /> <c><cx:numFmt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring" /> <c><cx:separator></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.#ctor"> <summary> Initializes a new instance of the DataLabels class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.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.Office2016.Drawing.ChartDrawing.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.Office2016.Drawing.ChartDrawing.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="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.Pos"> <summary> <para>pos, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: pos</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.NumberFormat"> <summary> <para>NumberFormat.</para> <para>Represents the following element tag in the schema: cx:numFmt.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.ShapeProperties"> <summary> <para>ShapeProperties.</para> <para>Represents the following element tag in the schema: cx:spPr.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.TxPrTextBody"> <summary> <para>TxPrTextBody.</para> <para>Represents the following element tag in the schema: cx:txPr.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.DataLabelVisibilities"> <summary> <para>DataLabelVisibilities.</para> <para>Represents the following element tag in the schema: cx:visibility.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.SeparatorXsdstring"> <summary> <para>SeparatorXsdstring.</para> <para>Represents the following element tag in the schema: cx:separator.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataId"> <summary> <para>Defines the DataId Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:dataId.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataId.#ctor"> <summary> Initializes a new instance of the DataId class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataId.Val"> <summary> <para>val, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: val</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataId.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties"> <summary> <para>Defines the SeriesLayoutProperties Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:layoutPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Aggregation" /> <c><cx:aggregation></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning" /> <c><cx:binning></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList" /> <c><cx:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayout" /> <c><cx:parentLabelLayout></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities" /> <c><cx:visibility></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Statistics" /> <c><cx:statistics></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Subtotals" /> <c><cx:subtotals></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.#ctor"> <summary> Initializes a new instance of the SeriesLayoutProperties class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the SeriesLayoutProperties class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the SeriesLayoutProperties class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.#ctor(System.String)"> <summary> Initializes a new instance of the SeriesLayoutProperties class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.ParentLabelLayout"> <summary> <para>ParentLabelLayout.</para> <para>Represents the following element tag in the schema: cx:parentLabelLayout.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.SeriesElementVisibilities"> <summary> <para>SeriesElementVisibilities.</para> <para>Represents the following element tag in the schema: cx:visibility.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisId"> <summary> <para>Defines the AxisId Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:axisId.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisId.#ctor"> <summary> Initializes a new instance of the AxisId class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisId.#ctor(System.String)"> <summary> Initializes a new instance of the AxisId class with the specified text content. </summary> <param name="text">Specifies the text content of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisId.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface"> <summary> <para>Defines the PlotSurface Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:plotSurface.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties" /> <c><cx:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList" /> <c><cx:extLst></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.#ctor"> <summary> Initializes a new instance of the PlotSurface class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the PlotSurface class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the PlotSurface class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.#ctor(System.String)"> <summary> Initializes a new instance of the PlotSurface class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.ShapeProperties"> <summary> <para>ShapeProperties.</para> <para>Represents the following element tag in the schema: cx:spPr.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.ExtensionList"> <summary> <para>ExtensionList.</para> <para>Represents the following element tag in the schema: cx:extLst.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series"> <summary> <para>Defines the Series Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:series.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties" /> <c><cx:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataId" /> <c><cx:dataId></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels" /> <c><cx:dataLabels></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint" /> <c><cx:dataPt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList" /> <c><cx:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties" /> <c><cx:layoutPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text" /> <c><cx:tx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisId" /> <c><cx:axisId></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.#ctor"> <summary> Initializes a new instance of the Series class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the Series class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the Series class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.#ctor(System.String)"> <summary> Initializes a new instance of the Series class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.LayoutId"> <summary> <para>layoutId, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: layoutId</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Hidden"> <summary> <para>hidden, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: hidden</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.OwnerIdx"> <summary> <para>ownerIdx, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: ownerIdx</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.UniqueId"> <summary> <para>uniqueId, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: uniqueId</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.FormatIdx"> <summary> <para>formatIdx, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: formatIdx</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Text"> <summary> <para>Text.</para> <para>Represents the following element tag in the schema: cx:tx.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.ShapeProperties"> <summary> <para>ShapeProperties.</para> <para>Represents the following element tag in the schema: cx:spPr.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion"> <summary> <para>Defines the PlotAreaRegion Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:plotAreaRegion.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList" /> <c><cx:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface" /> <c><cx:plotSurface></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series" /> <c><cx:series></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.#ctor"> <summary> Initializes a new instance of the PlotAreaRegion class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the PlotAreaRegion class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the PlotAreaRegion class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.#ctor(System.String)"> <summary> Initializes a new instance of the PlotAreaRegion class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.PlotSurface"> <summary> <para>PlotSurface.</para> <para>Represents the following element tag in the schema: cx:plotSurface.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis"> <summary> <para>Defines the Axis Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:axis.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties" /> <c><cx:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody" /> <c><cx:txPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle" /> <c><cx:title></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits" /> <c><cx:units></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.CategoryAxisScaling" /> <c><cx:catScaling></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList" /> <c><cx:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorGridlinesGridlines" /> <c><cx:majorGridlines></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorGridlinesGridlines" /> <c><cx:minorGridlines></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat" /> <c><cx:numFmt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels" /> <c><cx:tickLabels></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorTickMarksTickMarks" /> <c><cx:majorTickMarks></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorTickMarksTickMarks" /> <c><cx:minorTickMarks></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling" /> <c><cx:valScaling></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.#ctor"> <summary> Initializes a new instance of the Axis class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the Axis class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the Axis class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.#ctor(System.String)"> <summary> Initializes a new instance of the Axis class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Id"> <summary> <para>id, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: id</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Hidden"> <summary> <para>hidden, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: hidden</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle"> <summary> <para>Defines the ChartTitle Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:title.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties" /> <c><cx:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody" /> <c><cx:txPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList" /> <c><cx:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text" /> <c><cx:tx></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.#ctor"> <summary> Initializes a new instance of the ChartTitle class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the ChartTitle class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the ChartTitle class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.#ctor(System.String)"> <summary> Initializes a new instance of the ChartTitle class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Pos"> <summary> <para>pos, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: pos</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Align"> <summary> <para>align, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: align</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Overlay"> <summary> <para>overlay, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: overlay</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Text"> <summary> <para>Text.</para> <para>Represents the following element tag in the schema: cx:tx.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ShapeProperties"> <summary> <para>ShapeProperties.</para> <para>Represents the following element tag in the schema: cx:spPr.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.TxPrTextBody"> <summary> <para>TxPrTextBody.</para> <para>Represents the following element tag in the schema: cx:txPr.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ExtensionList"> <summary> <para>ExtensionList.</para> <para>Represents the following element tag in the schema: cx:extLst.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea"> <summary> <para>Defines the PlotArea Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:plotArea.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties" /> <c><cx:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis" /> <c><cx:axis></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList" /> <c><cx:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion" /> <c><cx:plotAreaRegion></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea.#ctor"> <summary> Initializes a new instance of the PlotArea class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.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.Office2016.Drawing.ChartDrawing.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.Office2016.Drawing.ChartDrawing.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.Office2016.Drawing.ChartDrawing.PlotArea.PlotAreaRegion"> <summary> <para>PlotAreaRegion.</para> <para>Represents the following element tag in the schema: cx:plotAreaRegion.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend"> <summary> <para>Defines the Legend Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:legend.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties" /> <c><cx:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody" /> <c><cx:txPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList" /> <c><cx:extLst></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.#ctor"> <summary> Initializes a new instance of the Legend class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.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.Office2016.Drawing.ChartDrawing.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.Office2016.Drawing.ChartDrawing.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.Office2016.Drawing.ChartDrawing.Legend.Pos"> <summary> <para>pos, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: pos</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Align"> <summary> <para>align, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: align</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Overlay"> <summary> <para>overlay, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: overlay</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.ShapeProperties"> <summary> <para>ShapeProperties.</para> <para>Represents the following element tag in the schema: cx:spPr.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.TxPrTextBody"> <summary> <para>TxPrTextBody.</para> <para>Represents the following element tag in the schema: cx:txPr.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.ExtensionList"> <summary> <para>ExtensionList.</para> <para>Represents the following element tag in the schema: cx:extLst.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter"> <summary> <para>Defines the HeaderFooter Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:headerFooter.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddHeaderXsdstring" /> <c><cx:oddHeader></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddFooterXsdstring" /> <c><cx:oddFooter></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenHeaderXsdstring" /> <c><cx:evenHeader></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenFooterXsdstring" /> <c><cx:evenFooter></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstHeaderXsdstring" /> <c><cx:firstHeader></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstFooterXsdstring" /> <c><cx:firstFooter></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.#ctor"> <summary> Initializes a new instance of the HeaderFooter class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.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.Office2016.Drawing.ChartDrawing.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.Office2016.Drawing.ChartDrawing.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.Office2016.Drawing.ChartDrawing.HeaderFooter.AlignWithMargins"> <summary> <para>alignWithMargins, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: alignWithMargins</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.DifferentOddEven"> <summary> <para>differentOddEven, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: differentOddEven</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.DifferentFirst"> <summary> <para>differentFirst, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: differentFirst</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.OddHeaderXsdstring"> <summary> <para>OddHeaderXsdstring.</para> <para>Represents the following element tag in the schema: cx:oddHeader.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.OddFooterXsdstring"> <summary> <para>OddFooterXsdstring.</para> <para>Represents the following element tag in the schema: cx:oddFooter.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.EvenHeaderXsdstring"> <summary> <para>EvenHeaderXsdstring.</para> <para>Represents the following element tag in the schema: cx:evenHeader.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.EvenFooterXsdstring"> <summary> <para>EvenFooterXsdstring.</para> <para>Represents the following element tag in the schema: cx:evenFooter.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.FirstHeaderXsdstring"> <summary> <para>FirstHeaderXsdstring.</para> <para>Represents the following element tag in the schema: cx:firstHeader.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.FirstFooterXsdstring"> <summary> <para>FirstFooterXsdstring.</para> <para>Represents the following element tag in the schema: cx:firstFooter.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins"> <summary> <para>Defines the PageMargins Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:pageMargins.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.#ctor"> <summary> Initializes a new instance of the PageMargins class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.L"> <summary> <para>l, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: l</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.R"> <summary> <para>r, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: r</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.T"> <summary> <para>t, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: t</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.B"> <summary> <para>b, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: b</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.Header"> <summary> <para>header, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: header</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.Footer"> <summary> <para>footer, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: footer</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup"> <summary> <para>Defines the PageSetup Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:pageSetup.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.#ctor"> <summary> Initializes a new instance of the PageSetup class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.PaperSize"> <summary> <para>paperSize, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: paperSize</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.FirstPageNumber"> <summary> <para>firstPageNumber, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: firstPageNumber</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.Orientation"> <summary> <para>orientation, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: orientation</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.BlackAndWhite"> <summary> <para>blackAndWhite, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: blackAndWhite</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.Draft"> <summary> <para>draft, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: draft</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.UseFirstPageNumber"> <summary> <para>useFirstPageNumber, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: useFirstPageNumber</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.HorizontalDpi"> <summary> <para>horizontalDpi, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: horizontalDpi</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.VerticalDpi"> <summary> <para>verticalDpi, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: verticalDpi</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.Copies"> <summary> <para>copies, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: copies</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData"> <summary> <para>Defines the ChartData Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:chartData.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data" /> <c><cx:data></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList" /> <c><cx:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData" /> <c><cx:externalData></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.#ctor"> <summary> Initializes a new instance of the ChartData class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the ChartData class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the ChartData class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.#ctor(System.String)"> <summary> Initializes a new instance of the ChartData class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.ExternalData"> <summary> <para>ExternalData.</para> <para>Represents the following element tag in the schema: cx:externalData.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart"> <summary> <para>Defines the Chart Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:chart.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle" /> <c><cx:title></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList" /> <c><cx:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend" /> <c><cx:legend></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea" /> <c><cx:plotArea></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.#ctor"> <summary> Initializes a new instance of the Chart class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.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.Office2016.Drawing.ChartDrawing.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.Office2016.Drawing.ChartDrawing.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.Office2016.Drawing.ChartDrawing.Chart.ChartTitle"> <summary> <para>ChartTitle.</para> <para>Represents the following element tag in the schema: cx:title.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.PlotArea"> <summary> <para>PlotArea.</para> <para>Represents the following element tag in the schema: cx:plotArea.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.Legend"> <summary> <para>Legend.</para> <para>Represents the following element tag in the schema: cx:legend.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.ExtensionList"> <summary> <para>ExtensionList.</para> <para>Represents the following element tag in the schema: cx:extLst.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType"> <summary> <para>Defines the ColorMappingType Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:clrMapOvr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.#ctor"> <summary> Initializes a new instance of the ColorMappingType class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.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.Office2016.Drawing.ChartDrawing.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.Office2016.Drawing.ChartDrawing.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="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Background1"> <summary> <para>Background 1</para> <para>Represents the following attribute in the schema: bg1</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Text1"> <summary> <para>Text 1</para> <para>Represents the following attribute in the schema: tx1</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Background2"> <summary> <para>Background 2</para> <para>Represents the following attribute in the schema: bg2</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Text2"> <summary> <para>Text 2</para> <para>Represents the following attribute in the schema: tx2</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent1"> <summary> <para>Accent 1</para> <para>Represents the following attribute in the schema: accent1</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent2"> <summary> <para>Accent 2</para> <para>Represents the following attribute in the schema: accent2</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent3"> <summary> <para>Accent 3</para> <para>Represents the following attribute in the schema: accent3</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent4"> <summary> <para>Accent 4</para> <para>Represents the following attribute in the schema: accent4</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent5"> <summary> <para>Accent 5</para> <para>Represents the following attribute in the schema: accent5</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent6"> <summary> <para>Accent 6</para> <para>Represents the following attribute in the schema: accent6</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Hyperlink"> <summary> <para>Hyperlink</para> <para>Represents the following attribute in the schema: hlink</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.FollowedHyperlink"> <summary> <para>Followed Hyperlink</para> <para>Represents the following attribute in the schema: folHlink</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.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.Office2016.Drawing.ChartDrawing.ColorMappingType.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings"> <summary> <para>Defines the PrintSettings Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:printSettings.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter" /> <c><cx:headerFooter></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins" /> <c><cx:pageMargins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup" /> <c><cx:pageSetup></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.#ctor"> <summary> Initializes a new instance of the PrintSettings class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.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.Office2016.Drawing.ChartDrawing.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.Office2016.Drawing.ChartDrawing.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.Office2016.Drawing.ChartDrawing.PrintSettings.HeaderFooter"> <summary> <para>HeaderFooter.</para> <para>Represents the following element tag in the schema: cx:headerFooter.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PageMargins"> <summary> <para>PageMargins.</para> <para>Represents the following element tag in the schema: cx:pageMargins.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PageSetup"> <summary> <para>PageSetup.</para> <para>Represents the following element tag in the schema: cx:pageSetup.</para> </summary> <remark> xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula"> <summary> <para>Data reference.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:f.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula.#ctor"> <summary> Initializes a new instance of the Formula class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.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="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula.Dir"> <summary> <para>dir, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: dir</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel"> <summary> <para>Optional cached data.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:lvl.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartStringValue" /> <c><cx:pt></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.#ctor"> <summary> Initializes a new instance of the StringLevel class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the StringLevel class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the StringLevel class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.#ctor(System.String)"> <summary> Initializes a new instance of the StringLevel class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.PtCount"> <summary> <para>ptCount, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: ptCount</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel"> <summary> <para>Optional cached data.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:lvl.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericValue" /> <c><cx:pt></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.#ctor"> <summary> Initializes a new instance of the NumericLevel class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the NumericLevel class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the NumericLevel class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.#ctor(System.String)"> <summary> Initializes a new instance of the NumericLevel class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.PtCount"> <summary> <para>ptCount, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: ptCount</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.FormatCode"> <summary> <para>formatCode, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: formatCode</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.UnsignedIntegerType"> <summary> <para>Index of subtotal data point.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cx:idx.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.UnsignedIntegerType.#ctor"> <summary> Initializes a new instance of the UnsignedIntegerType class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.UnsignedIntegerType.Val"> <summary> <para>Integer Value</para> <para>Represents the following attribute in the schema: val</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.UnsignedIntegerType.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FormulaDirection"> <summary> Defines the FormulaDirection enumeration. </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FormulaDirection.Col"> <summary> col. <para>When the item is serialized out as xml, its value is "col".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FormulaDirection.Row"> <summary> row. <para>When the item is serialized out as xml, its value is "row".</para> </summary> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimensionType"> <summary> Defines the StringDimensionType enumeration. </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimensionType.Cat"> <summary> cat. <para>When the item is serialized out as xml, its value is "cat".</para> </summary> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType"> <summary> Defines the NumericDimensionType enumeration. </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType.Val"> <summary> val. <para>When the item is serialized out as xml, its value is "val".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType.X"> <summary> x. <para>When the item is serialized out as xml, its value is "x".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType.Y"> <summary> y. <para>When the item is serialized out as xml, its value is "y".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType.Size"> <summary> size. <para>When the item is serialized out as xml, its value is "size".</para> </summary> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos"> <summary> Defines the SidePos enumeration. </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos.L"> <summary> l. <para>When the item is serialized out as xml, its value is "l".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos.T"> <summary> t. <para>When the item is serialized out as xml, its value is "t".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos.R"> <summary> r. <para>When the item is serialized out as xml, its value is "r".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos.B"> <summary> b. <para>When the item is serialized out as xml, its value is "b".</para> </summary> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PosAlign"> <summary> Defines the PosAlign enumeration. </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PosAlign.Min"> <summary> min. <para>When the item is serialized out as xml, its value is "min".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PosAlign.Ctr"> <summary> ctr. <para>When the item is serialized out as xml, its value is "ctr".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PosAlign.Max"> <summary> max. <para>When the item is serialized out as xml, its value is "max".</para> </summary> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit"> <summary> Defines the AxisUnit enumeration. </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.Hundreds"> <summary> hundreds. <para>When the item is serialized out as xml, its value is "hundreds".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.Thousands"> <summary> thousands. <para>When the item is serialized out as xml, its value is "thousands".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.TenThousands"> <summary> tenThousands. <para>When the item is serialized out as xml, its value is "tenThousands".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.HundredThousands"> <summary> hundredThousands. <para>When the item is serialized out as xml, its value is "hundredThousands".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.Millions"> <summary> millions. <para>When the item is serialized out as xml, its value is "millions".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.TenMillions"> <summary> tenMillions. <para>When the item is serialized out as xml, its value is "tenMillions".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.HundredMillions"> <summary> hundredMillions. <para>When the item is serialized out as xml, its value is "hundredMillions".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.Billions"> <summary> billions. <para>When the item is serialized out as xml, its value is "billions".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.Trillions"> <summary> trillions. <para>When the item is serialized out as xml, its value is "trillions".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.Percentage"> <summary> percentage. <para>When the item is serialized out as xml, its value is "percentage".</para> </summary> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType"> <summary> Defines the TickMarksType enumeration. </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType.In"> <summary> in. <para>When the item is serialized out as xml, its value is "in".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType.Out"> <summary> out. <para>When the item is serialized out as xml, its value is "out".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType.Cross"> <summary> cross. <para>When the item is serialized out as xml, its value is "cross".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType.None"> <summary> none. <para>When the item is serialized out as xml, its value is "none".</para> </summary> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout"> <summary> Defines the SeriesLayout enumeration. </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout.BoxWhisker"> <summary> boxWhisker. <para>When the item is serialized out as xml, its value is "boxWhisker".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout.ClusteredColumn"> <summary> clusteredColumn. <para>When the item is serialized out as xml, its value is "clusteredColumn".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout.ParetoLine"> <summary> paretoLine. <para>When the item is serialized out as xml, its value is "paretoLine".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout.Sunburst"> <summary> sunburst. <para>When the item is serialized out as xml, its value is "sunburst".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout.Treemap"> <summary> treemap. <para>When the item is serialized out as xml, its value is "treemap".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout.Waterfall"> <summary> waterfall. <para>When the item is serialized out as xml, its value is "waterfall".</para> </summary> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayoutVal"> <summary> Defines the ParentLabelLayoutVal enumeration. </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayoutVal.None"> <summary> none. <para>When the item is serialized out as xml, its value is "none".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayoutVal.Banner"> <summary> banner. <para>When the item is serialized out as xml, its value is "banner".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayoutVal.Overlapping"> <summary> overlapping. <para>When the item is serialized out as xml, its value is "overlapping".</para> </summary> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IntervalClosedSide"> <summary> Defines the IntervalClosedSide enumeration. </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IntervalClosedSide.L"> <summary> l. <para>When the item is serialized out as xml, its value is "l".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IntervalClosedSide.R"> <summary> r. <para>When the item is serialized out as xml, its value is "r".</para> </summary> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.QuartileMethod"> <summary> Defines the QuartileMethod enumeration. </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.QuartileMethod.Inclusive"> <summary> inclusive. <para>When the item is serialized out as xml, its value is "inclusive".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.QuartileMethod.Exclusive"> <summary> exclusive. <para>When the item is serialized out as xml, its value is "exclusive".</para> </summary> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos"> <summary> Defines the DataLabelPos enumeration. </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.BestFit"> <summary> bestFit. <para>When the item is serialized out as xml, its value is "bestFit".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.B"> <summary> b. <para>When the item is serialized out as xml, its value is "b".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.Ctr"> <summary> ctr. <para>When the item is serialized out as xml, its value is "ctr".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.InBase"> <summary> inBase. <para>When the item is serialized out as xml, its value is "inBase".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.InEnd"> <summary> inEnd. <para>When the item is serialized out as xml, its value is "inEnd".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.L"> <summary> l. <para>When the item is serialized out as xml, its value is "l".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.OutEnd"> <summary> outEnd. <para>When the item is serialized out as xml, its value is "outEnd".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.R"> <summary> r. <para>When the item is serialized out as xml, its value is "r".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.T"> <summary> t. <para>When the item is serialized out as xml, its value is "t".</para> </summary> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageOrientation"> <summary> Defines the PageOrientation enumeration. </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageOrientation.Default"> <summary> default. <para>When the item is serialized out as xml, its value is "default".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageOrientation.Portrait"> <summary> portrait. <para>When the item is serialized out as xml, its value is "portrait".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageOrientation.Landscape"> <summary> landscape. <para>When the item is serialized out as xml, its value is "landscape".</para> </summary> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapeMoniker"> <summary> <para>Defines the ShapeMoniker Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:spMk.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapeMoniker.#ctor"> <summary> Initializes a new instance of the ShapeMoniker class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapeMoniker.Id"> <summary> <para>id, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: id</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapeMoniker.CreationId"> <summary> <para>creationId, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: creationId</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapeMoniker.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupShapeMoniker"> <summary> <para>Defines the GroupShapeMoniker Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:grpSpMk.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupShapeMoniker.#ctor"> <summary> Initializes a new instance of the GroupShapeMoniker class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupShapeMoniker.Id"> <summary> <para>id, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: id</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupShapeMoniker.CreationId"> <summary> <para>creationId, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: creationId</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupShapeMoniker.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.GraphicFrameMoniker"> <summary> <para>Defines the GraphicFrameMoniker Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:graphicFrameMk.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.GraphicFrameMoniker.#ctor"> <summary> Initializes a new instance of the GraphicFrameMoniker class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.GraphicFrameMoniker.Id"> <summary> <para>id, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: id</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.GraphicFrameMoniker.CreationId"> <summary> <para>creationId, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: creationId</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.GraphicFrameMoniker.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.ConnectorMoniker"> <summary> <para>Defines the ConnectorMoniker Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:cxnSpMk.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ConnectorMoniker.#ctor"> <summary> Initializes a new instance of the ConnectorMoniker class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ConnectorMoniker.Id"> <summary> <para>id, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: id</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ConnectorMoniker.CreationId"> <summary> <para>creationId, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: creationId</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ConnectorMoniker.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.PictureMoniker"> <summary> <para>Defines the PictureMoniker Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:picMk.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.PictureMoniker.#ctor"> <summary> Initializes a new instance of the PictureMoniker class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.PictureMoniker.Id"> <summary> <para>id, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: id</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.PictureMoniker.CreationId"> <summary> <para>creationId, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: creationId</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.PictureMoniker.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.InkMoniker"> <summary> <para>Defines the InkMoniker Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:inkMk.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.InkMoniker.#ctor"> <summary> Initializes a new instance of the InkMoniker class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.InkMoniker.Id"> <summary> <para>id, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: id</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.InkMoniker.CreationId"> <summary> <para>creationId, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: creationId</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.InkMoniker.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingMonikerList"> <summary> <para>Defines the DrawingMonikerList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:dgMkLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingMonikerList.#ctor"> <summary> Initializes a new instance of the DrawingMonikerList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingMonikerList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the DrawingMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingMonikerList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the DrawingMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingMonikerList.#ctor(System.String)"> <summary> Initializes a new instance of the DrawingMonikerList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingMonikerList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.Transform2D"> <summary> <para>Defines the Transform2D Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:xfrm.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Offset" /> <c><a:off></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Extents" /> <c><a:ext></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.Transform2D.#ctor"> <summary> Initializes a new instance of the Transform2D class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.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.Office2016.Drawing.Command.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.Office2016.Drawing.Command.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.Office2016.Drawing.Command.Transform2D.Rotation"> <summary> <para>Rotation</para> <para>Represents the following attribute in the schema: rot</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.Transform2D.HorizontalFlip"> <summary> <para>Horizontal Flip</para> <para>Represents the following attribute in the schema: flipH</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.Transform2D.VerticalFlip"> <summary> <para>Vertical Flip</para> <para>Represents the following attribute in the schema: flipV</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.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.Office2016.Drawing.Command.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.Office2016.Drawing.Command.Transform2D.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupShapeMonikerList"> <summary> <para>Defines the GroupShapeMonikerList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:grpSpMkLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupShapeMonikerList.#ctor"> <summary> Initializes a new instance of the GroupShapeMonikerList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupShapeMonikerList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the GroupShapeMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupShapeMonikerList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the GroupShapeMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupShapeMonikerList.#ctor(System.String)"> <summary> Initializes a new instance of the GroupShapeMonikerList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupShapeMonikerList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingElementPackage"> <summary> <para>Defines the DrawingElementPackage Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:dePkg.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingElementPackage.#ctor"> <summary> Initializes a new instance of the DrawingElementPackage class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingElementPackage.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.DeMkLstDrawingElementMonikerList"> <summary> <para>Defines the DeMkLstDrawingElementMonikerList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:deMkLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.DeMkLstDrawingElementMonikerList.#ctor"> <summary> Initializes a new instance of the DeMkLstDrawingElementMonikerList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.DeMkLstDrawingElementMonikerList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the DeMkLstDrawingElementMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.DeMkLstDrawingElementMonikerList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the DeMkLstDrawingElementMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.DeMkLstDrawingElementMonikerList.#ctor(System.String)"> <summary> Initializes a new instance of the DeMkLstDrawingElementMonikerList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.DeMkLstDrawingElementMonikerList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.DeMasterMkLstDrawingElementMonikerList"> <summary> <para>Defines the DeMasterMkLstDrawingElementMonikerList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:deMasterMkLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.DeMasterMkLstDrawingElementMonikerList.#ctor"> <summary> Initializes a new instance of the DeMasterMkLstDrawingElementMonikerList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.DeMasterMkLstDrawingElementMonikerList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the DeMasterMkLstDrawingElementMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.DeMasterMkLstDrawingElementMonikerList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the DeMasterMkLstDrawingElementMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.DeMasterMkLstDrawingElementMonikerList.#ctor(System.String)"> <summary> Initializes a new instance of the DeMasterMkLstDrawingElementMonikerList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.DeMasterMkLstDrawingElementMonikerList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.DeSrcMkLstDrawingElementMonikerList"> <summary> <para>Defines the DeSrcMkLstDrawingElementMonikerList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:deSrcMkLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.DeSrcMkLstDrawingElementMonikerList.#ctor"> <summary> Initializes a new instance of the DeSrcMkLstDrawingElementMonikerList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.DeSrcMkLstDrawingElementMonikerList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the DeSrcMkLstDrawingElementMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.DeSrcMkLstDrawingElementMonikerList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the DeSrcMkLstDrawingElementMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.DeSrcMkLstDrawingElementMonikerList.#ctor(System.String)"> <summary> Initializes a new instance of the DeSrcMkLstDrawingElementMonikerList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.DeSrcMkLstDrawingElementMonikerList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.DeTgtMkLstDrawingElementMonikerList"> <summary> <para>Defines the DeTgtMkLstDrawingElementMonikerList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:deTgtMkLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.DeTgtMkLstDrawingElementMonikerList.#ctor"> <summary> Initializes a new instance of the DeTgtMkLstDrawingElementMonikerList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.DeTgtMkLstDrawingElementMonikerList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the DeTgtMkLstDrawingElementMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.DeTgtMkLstDrawingElementMonikerList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the DeTgtMkLstDrawingElementMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.DeTgtMkLstDrawingElementMonikerList.#ctor(System.String)"> <summary> Initializes a new instance of the DeTgtMkLstDrawingElementMonikerList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.DeTgtMkLstDrawingElementMonikerList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlDrawingElementMonikerListElement"> <summary> <para>Defines the OpenXmlDrawingElementMonikerListElement Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlDrawingElementMonikerListElement.#ctor"> <summary> Initializes a new instance of the OpenXmlDrawingElementMonikerListElement class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlDrawingElementMonikerListElement.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the OpenXmlDrawingElementMonikerListElement class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlDrawingElementMonikerListElement.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the OpenXmlDrawingElementMonikerListElement class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlDrawingElementMonikerListElement.#ctor(System.String)"> <summary> Initializes a new instance of the OpenXmlDrawingElementMonikerListElement class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.ImgDataImgData"> <summary> <para>Defines the ImgDataImgData Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:imgData.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ImgDataImgData.#ctor"> <summary> Initializes a new instance of the ImgDataImgData class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ImgDataImgData.#ctor(System.String)"> <summary> Initializes a new instance of the ImgDataImgData class with the specified text content. </summary> <param name="text">Specifies the text content of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ImgDataImgData.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.OrigImgDataImgData"> <summary> <para>Defines the OrigImgDataImgData Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:origImgData.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.OrigImgDataImgData.#ctor"> <summary> Initializes a new instance of the OrigImgDataImgData class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.OrigImgDataImgData.#ctor(System.String)"> <summary> Initializes a new instance of the OrigImgDataImgData class with the specified text content. </summary> <param name="text">Specifies the text content of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.OrigImgDataImgData.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.SndDataImgData"> <summary> <para>Defines the SndDataImgData Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:sndData.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.SndDataImgData.#ctor"> <summary> Initializes a new instance of the SndDataImgData class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.SndDataImgData.#ctor(System.String)"> <summary> Initializes a new instance of the SndDataImgData class with the specified text content. </summary> <param name="text">Specifies the text content of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.SndDataImgData.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlImgDataElement"> <summary> <para>Defines the OpenXmlImgDataElement Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlImgDataElement.#ctor"> <summary> Initializes a new instance of the OpenXmlImgDataElement class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlImgDataElement.#ctor(System.String)"> <summary> Initializes a new instance of the OpenXmlImgDataElement class with the specified text content. </summary> <param name="text">Specifies the text content of the element.</param> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResourceUrl"> <summary> <para>Defines the ResourceUrl Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:imgUrl.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResourceUrl.#ctor"> <summary> Initializes a new instance of the ResourceUrl class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResourceUrl.Src"> <summary> <para>src, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: src</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResourceUrl.Linkage"> <summary> <para>linkage, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: linkage</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResourceUrl.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyPackage"> <summary> <para>Defines the TextBodyPackage Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:txBodyPkg.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyPackage.#ctor"> <summary> Initializes a new instance of the TextBodyPackage class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyPackage.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupCommand"> <summary> <para>Defines the GroupCommand Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:grpCmd.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupShapeProperties" /> <c><oac:grpSpPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualDrawingProps" /> <c><oac:cNvPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualGroupDrawingShapeProps" /> <c><oac:cNvGrpSpPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.ConnectorMoniker" /> <c><oac:cxnSpMk></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingMonikerList" /> <c><oac:dgMkLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.GraphicFrameMoniker" /> <c><oac:graphicFrameMk></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupShapeMoniker" /> <c><oac:grpSpMk></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.InkMoniker" /> <c><oac:inkMk></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.PictureMoniker" /> <c><oac:picMk></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapeMoniker" /> <c><oac:spMk></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupCommand.#ctor"> <summary> Initializes a new instance of the GroupCommand class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupCommand.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the GroupCommand class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupCommand.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the GroupCommand class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupCommand.#ctor(System.String)"> <summary> Initializes a new instance of the GroupCommand class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupCommand.VerId"> <summary> <para>verId, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: verId</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupCommand.PreventRegroup"> <summary> <para>preventRegroup, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: preventRegroup</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupCommand.GrpId"> <summary> <para>grpId, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: grpId</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupCommand.DrawingMonikerList"> <summary> <para>DrawingMonikerList.</para> <para>Represents the following element tag in the schema: oac:dgMkLst.</para> </summary> <remark> xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupCommand.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.ImgLink"> <summary> <para>Defines the ImgLink Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:imgLink.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ImgLink.#ctor"> <summary> Initializes a new instance of the ImgLink class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ImgLink.Tgt"> <summary> <para>tgt, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: tgt</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ImgLink.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.DocumentContextMonikerList"> <summary> <para>Defines the DocumentContextMonikerList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:dcMkLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.DocumentContextMonikerList.#ctor"> <summary> Initializes a new instance of the DocumentContextMonikerList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.DocumentContextMonikerList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the DocumentContextMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.DocumentContextMonikerList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the DocumentContextMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.DocumentContextMonikerList.#ctor(System.String)"> <summary> Initializes a new instance of the DocumentContextMonikerList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.DocumentContextMonikerList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.GraphicParentMonikerList"> <summary> <para>Defines the GraphicParentMonikerList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:graphicParentMkLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.GraphicParentMonikerList.#ctor"> <summary> Initializes a new instance of the GraphicParentMonikerList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.GraphicParentMonikerList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the GraphicParentMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.GraphicParentMonikerList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the GraphicParentMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.GraphicParentMonikerList.#ctor(System.String)"> <summary> Initializes a new instance of the GraphicParentMonikerList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.GraphicParentMonikerList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapeMonikerList"> <summary> <para>Defines the ShapeMonikerList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:spMkLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapeMonikerList.#ctor"> <summary> Initializes a new instance of the ShapeMonikerList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapeMonikerList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the ShapeMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapeMonikerList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the ShapeMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapeMonikerList.#ctor(System.String)"> <summary> Initializes a new instance of the ShapeMonikerList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapeMonikerList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.GraphicFrameMonikerList"> <summary> <para>Defines the GraphicFrameMonikerList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:graphicFrameMkLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.GraphicFrameMonikerList.#ctor"> <summary> Initializes a new instance of the GraphicFrameMonikerList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.GraphicFrameMonikerList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the GraphicFrameMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.GraphicFrameMonikerList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the GraphicFrameMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.GraphicFrameMonikerList.#ctor(System.String)"> <summary> Initializes a new instance of the GraphicFrameMonikerList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.GraphicFrameMonikerList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.ConnectorMonikerList"> <summary> <para>Defines the ConnectorMonikerList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:cxnSpMkLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ConnectorMonikerList.#ctor"> <summary> Initializes a new instance of the ConnectorMonikerList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ConnectorMonikerList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the ConnectorMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ConnectorMonikerList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the ConnectorMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ConnectorMonikerList.#ctor(System.String)"> <summary> Initializes a new instance of the ConnectorMonikerList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ConnectorMonikerList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.PictureMonikerList"> <summary> <para>Defines the PictureMonikerList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:picMkLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.PictureMonikerList.#ctor"> <summary> Initializes a new instance of the PictureMonikerList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.PictureMonikerList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the PictureMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.PictureMonikerList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the PictureMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.PictureMonikerList.#ctor(System.String)"> <summary> Initializes a new instance of the PictureMonikerList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.PictureMonikerList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.InkMonikerList"> <summary> <para>Defines the InkMonikerList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:inkMkLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.InkMonikerList.#ctor"> <summary> Initializes a new instance of the InkMonikerList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.InkMonikerList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the InkMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.InkMonikerList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the InkMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.InkMonikerList.#ctor(System.String)"> <summary> Initializes a new instance of the InkMonikerList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.InkMonikerList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyMonikerList"> <summary> <para>Defines the TextBodyMonikerList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:txBodyMkLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyMonikerList.#ctor"> <summary> Initializes a new instance of the TextBodyMonikerList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyMonikerList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the TextBodyMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyMonikerList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the TextBodyMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyMonikerList.#ctor(System.String)"> <summary> Initializes a new instance of the TextBodyMonikerList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyMonikerList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.TextCharRangeMonikerList"> <summary> <para>Defines the TextCharRangeMonikerList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:txMkLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.TextCharRangeMonikerList.#ctor"> <summary> Initializes a new instance of the TextCharRangeMonikerList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.TextCharRangeMonikerList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the TextCharRangeMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.TextCharRangeMonikerList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the TextCharRangeMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.TextCharRangeMonikerList.#ctor(System.String)"> <summary> Initializes a new instance of the TextCharRangeMonikerList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.TextCharRangeMonikerList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.HyperlinkMonikerList"> <summary> <para>Defines the HyperlinkMonikerList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:hlinkMkLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.HyperlinkMonikerList.#ctor"> <summary> Initializes a new instance of the HyperlinkMonikerList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.HyperlinkMonikerList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the HyperlinkMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.HyperlinkMonikerList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the HyperlinkMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.HyperlinkMonikerList.#ctor(System.String)"> <summary> Initializes a new instance of the HyperlinkMonikerList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.HyperlinkMonikerList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.Model3DMonikerList"> <summary> <para>Defines the Model3DMonikerList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:model3DMkLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.Model3DMonikerList.#ctor"> <summary> Initializes a new instance of the Model3DMonikerList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.Model3DMonikerList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the Model3DMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.Model3DMonikerList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the Model3DMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.Model3DMonikerList.#ctor(System.String)"> <summary> Initializes a new instance of the Model3DMonikerList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.Model3DMonikerList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.ViewSelectionStgList"> <summary> <para>Defines the ViewSelectionStgList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:viewSelLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ViewSelectionStgList.#ctor"> <summary> Initializes a new instance of the ViewSelectionStgList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ViewSelectionStgList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the ViewSelectionStgList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ViewSelectionStgList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the ViewSelectionStgList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ViewSelectionStgList.#ctor(System.String)"> <summary> Initializes a new instance of the ViewSelectionStgList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ViewSelectionStgList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.EditorSelectionStgList"> <summary> <para>Defines the EditorSelectionStgList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:editorSelLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.EditorSelectionStgList.#ctor"> <summary> Initializes a new instance of the EditorSelectionStgList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.EditorSelectionStgList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the EditorSelectionStgList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.EditorSelectionStgList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the EditorSelectionStgList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.EditorSelectionStgList.#ctor(System.String)"> <summary> Initializes a new instance of the EditorSelectionStgList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.EditorSelectionStgList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingSelectionStgList"> <summary> <para>Defines the DrawingSelectionStgList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:drSelLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingSelectionStgList.#ctor"> <summary> Initializes a new instance of the DrawingSelectionStgList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingSelectionStgList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the DrawingSelectionStgList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingSelectionStgList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the DrawingSelectionStgList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingSelectionStgList.#ctor(System.String)"> <summary> Initializes a new instance of the DrawingSelectionStgList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingSelectionStgList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.TableMonikerList"> <summary> <para>Defines the TableMonikerList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:tblMkLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.TableMonikerList.#ctor"> <summary> Initializes a new instance of the TableMonikerList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.TableMonikerList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the TableMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.TableMonikerList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the TableMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.TableMonikerList.#ctor(System.String)"> <summary> Initializes a new instance of the TableMonikerList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.TableMonikerList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.TableCellMonikerList"> <summary> <para>Defines the TableCellMonikerList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:tcMkLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.TableCellMonikerList.#ctor"> <summary> Initializes a new instance of the TableCellMonikerList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.TableCellMonikerList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the TableCellMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.TableCellMonikerList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the TableCellMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.TableCellMonikerList.#ctor(System.String)"> <summary> Initializes a new instance of the TableCellMonikerList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.TableCellMonikerList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.TableRowMonikerList"> <summary> <para>Defines the TableRowMonikerList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:trMkLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.TableRowMonikerList.#ctor"> <summary> Initializes a new instance of the TableRowMonikerList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.TableRowMonikerList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the TableRowMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.TableRowMonikerList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the TableRowMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.TableRowMonikerList.#ctor(System.String)"> <summary> Initializes a new instance of the TableRowMonikerList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.TableRowMonikerList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.TableColumnMonikerList"> <summary> <para>Defines the TableColumnMonikerList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:gridColMkLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.TableColumnMonikerList.#ctor"> <summary> Initializes a new instance of the TableColumnMonikerList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.TableColumnMonikerList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the TableColumnMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.TableColumnMonikerList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the TableColumnMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.TableColumnMonikerList.#ctor(System.String)"> <summary> Initializes a new instance of the TableColumnMonikerList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.TableColumnMonikerList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingProps"> <summary> <para>Defines the ModifyNonVisualDrawingProps Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:cNvPr.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingProps.#ctor"> <summary> Initializes a new instance of the ModifyNonVisualDrawingProps class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingProps.Name"> <summary> <para>name, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: name</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingProps.Descr"> <summary> <para>descr, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: descr</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingProps.Hidden"> <summary> <para>hidden, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: hidden</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingProps.Title"> <summary> <para>title, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: title</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingProps.Decor"> <summary> <para>decor, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: decor</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingProps.ScriptLink"> <summary> <para>scriptLink, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: scriptLink</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingProps.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyTransformProps"> <summary> <para>Defines the ModifyTransformProps Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:xfrm.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyTransformProps.#ctor"> <summary> Initializes a new instance of the ModifyTransformProps class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyTransformProps.X"> <summary> <para>x, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: x</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyTransformProps.Y"> <summary> <para>y, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: y</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyTransformProps.Cx"> <summary> <para>cx, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: cx</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyTransformProps.Cy"> <summary> <para>cy, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: cy</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyTransformProps.Rot"> <summary> <para>rot, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: rot</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyTransformProps.FlipH"> <summary> <para>flipH, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: flipH</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyTransformProps.FlipV"> <summary> <para>flipV, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: flipV</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyTransformProps.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.Point2DType"> <summary> <para>Defines the Point2DType Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:off.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.Point2DType.#ctor"> <summary> Initializes a new instance of the Point2DType class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.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.Office2016.Drawing.Command.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.Office2016.Drawing.Command.Point2DType.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.TextParagraphPropertiesType"> <summary> <para>Defines the TextParagraphPropertiesType Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:pPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletColor" /> <c><a:buClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.AutoNumberedBullet" /> <c><a:buAutoNum></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PictureBullet" /> <c><a:buBlip></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletColorText" /> <c><a:buClrTx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletSizeText" /> <c><a:buSzTx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletSizePercentage" /> <c><a:buSzPct></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletSizePoints" /> <c><a:buSzPts></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletFontText" /> <c><a:buFontTx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.DefaultRunProperties" /> <c><a:defRPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.CharacterBullet" /> <c><a:buChar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BulletFont" /> <c><a:buFont></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoBullet" /> <c><a:buNone></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LineSpacing" /> <c><a:lnSpc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SpaceBefore" /> <c><a:spcBef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SpaceAfter" /> <c><a:spcAft></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TabStopList" /> <c><a:tabLst></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.TextParagraphPropertiesType.#ctor"> <summary> Initializes a new instance of the TextParagraphPropertiesType class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.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.Office2016.Drawing.Command.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.Office2016.Drawing.Command.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="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.TextParagraphPropertiesType.LeftMargin"> <summary> <para>Left Margin</para> <para>Represents the following attribute in the schema: marL</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.TextParagraphPropertiesType.RightMargin"> <summary> <para>Right Margin</para> <para>Represents the following attribute in the schema: marR</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.TextParagraphPropertiesType.Level"> <summary> <para>Level</para> <para>Represents the following attribute in the schema: lvl</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.TextParagraphPropertiesType.Indent"> <summary> <para>Indent</para> <para>Represents the following attribute in the schema: indent</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.TextParagraphPropertiesType.Alignment"> <summary> <para>Alignment</para> <para>Represents the following attribute in the schema: algn</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.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.Office2016.Drawing.Command.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.Office2016.Drawing.Command.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.Office2016.Drawing.Command.TextParagraphPropertiesType.FontAlignment"> <summary> <para>Font Alignment</para> <para>Represents the following attribute in the schema: fontAlgn</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.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.Office2016.Drawing.Command.TextParagraphPropertiesType.Height"> <summary> <para>Hanging Punctuation</para> <para>Represents the following attribute in the schema: hangingPunct</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.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.Office2016.Drawing.Command.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.Office2016.Drawing.Command.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.Office2016.Drawing.Command.TextParagraphPropertiesType.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties"> <summary> <para>Defines the TextBodyProperties Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:bodyPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.FlatText" /> <c><a:flatTx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetTextWrap" /> <c><a:prstTxWarp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Scene3DType" /> <c><a:scene3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Shape3DType" /> <c><a:sp3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoAutoFit" /> <c><a:noAutofit></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NormalAutoFit" /> <c><a:normAutofit></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ShapeAutoFit" /> <c><a:spAutoFit></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.#ctor"> <summary> Initializes a new instance of the TextBodyProperties class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.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.Office2016.Drawing.Command.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.Office2016.Drawing.Command.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.Office2016.Drawing.Command.TextBodyProperties.Rotation"> <summary> <para>Rotation</para> <para>Represents the following attribute in the schema: rot</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.UseParagraphSpacing"> <summary> <para>Paragraph Spacing</para> <para>Represents the following attribute in the schema: spcFirstLastPara</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.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.Office2016.Drawing.Command.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.Office2016.Drawing.Command.TextBodyProperties.Vertical"> <summary> <para>Vertical Text</para> <para>Represents the following attribute in the schema: vert</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.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.Office2016.Drawing.Command.TextBodyProperties.LeftInset"> <summary> <para>Left Inset</para> <para>Represents the following attribute in the schema: lIns</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.TopInset"> <summary> <para>Top Inset</para> <para>Represents the following attribute in the schema: tIns</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.RightInset"> <summary> <para>Right Inset</para> <para>Represents the following attribute in the schema: rIns</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.BottomInset"> <summary> <para>Bottom Inset</para> <para>Represents the following attribute in the schema: bIns</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.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.Office2016.Drawing.Command.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.Office2016.Drawing.Command.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.Office2016.Drawing.Command.TextBodyProperties.FromWordArt"> <summary> <para>From WordArt</para> <para>Represents the following attribute in the schema: fromWordArt</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.Anchor"> <summary> <para>Anchor</para> <para>Represents the following attribute in the schema: anchor</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.AnchorCenter"> <summary> <para>Anchor Center</para> <para>Represents the following attribute in the schema: anchorCtr</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.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.Office2016.Drawing.Command.TextBodyProperties.UpRight"> <summary> <para>Text Upright</para> <para>Represents the following attribute in the schema: upright</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.CompatibleLineSpacing"> <summary> <para>Compatible Line Spacing</para> <para>Represents the following attribute in the schema: compatLnSpc</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.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.Office2016.Drawing.Command.TextBodyProperties.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingShapeProps"> <summary> <para>Defines the ModifyNonVisualDrawingShapeProps Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:cNvSpPr.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingShapeProps.#ctor"> <summary> Initializes a new instance of the ModifyNonVisualDrawingShapeProps class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingShapeProps.NoGrp"> <summary> <para>noGrp, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noGrp</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingShapeProps.NoSelect"> <summary> <para>noSelect, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noSelect</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingShapeProps.NoRot"> <summary> <para>noRot, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noRot</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingShapeProps.NoChangeAspect"> <summary> <para>noChangeAspect, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noChangeAspect</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingShapeProps.NoMove"> <summary> <para>noMove, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noMove</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingShapeProps.NoResize"> <summary> <para>noResize, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noResize</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingShapeProps.NoEditPoints"> <summary> <para>noEditPoints, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noEditPoints</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingShapeProps.NoAdjustHandles"> <summary> <para>noAdjustHandles, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noAdjustHandles</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingShapeProps.NoChangeArrowheads"> <summary> <para>noChangeArrowheads, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noChangeArrowheads</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingShapeProps.NoChangeShapeType"> <summary> <para>noChangeShapeType, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noChangeShapeType</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingShapeProps.NoTextEdit"> <summary> <para>noTextEdit, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noTextEdit</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingShapeProps.TxBox"> <summary> <para>txBox, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: txBox</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingShapeProps.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapePropsMonikerList"> <summary> <para>Defines the ShapePropsMonikerList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:spMkLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapePropsMonikerList.#ctor"> <summary> Initializes a new instance of the ShapePropsMonikerList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapePropsMonikerList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the ShapePropsMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapePropsMonikerList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the ShapePropsMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapePropsMonikerList.#ctor(System.String)"> <summary> Initializes a new instance of the ShapePropsMonikerList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapePropsMonikerList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapeProperties"> <summary> <para>Defines the ShapeProperties Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:spPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlipFill" /> <c><a:blipFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.CustomGeometry" /> <c><a:custGeom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectDag" /> <c><a:effectDag></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectList" /> <c><a:effectLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GradientFill" /> <c><a:gradFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GroupFill" /> <c><a:grpFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Outline" /> <c><a:ln></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoFill" /> <c><a:noFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PatternFill" /> <c><a:pattFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetGeometry" /> <c><a:prstGeom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Scene3DType" /> <c><a:scene3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Shape3DType" /> <c><a:sp3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SolidFill" /> <c><a:solidFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Transform2D" /> <c><a:xfrm></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapeProperties.#ctor"> <summary> Initializes a new instance of the ShapeProperties class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.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.Office2016.Drawing.Command.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.Office2016.Drawing.Command.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.Office2016.Drawing.Command.ShapeProperties.BlackWhiteMode"> <summary> <para>Black and White Mode</para> <para>Represents the following attribute in the schema: bwMode</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.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.Office2016.Drawing.Command.ShapeProperties.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.XfrmEmpty"> <summary> <para>Defines the XfrmEmpty Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:xfrm.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.XfrmEmpty.#ctor"> <summary> Initializes a new instance of the XfrmEmpty class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.XfrmEmpty.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.GeomEmpty"> <summary> <para>Defines the GeomEmpty Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:geom.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.GeomEmpty.#ctor"> <summary> Initializes a new instance of the GeomEmpty class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.GeomEmpty.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.FillEmpty"> <summary> <para>Defines the FillEmpty Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:fill.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.FillEmpty.#ctor"> <summary> Initializes a new instance of the FillEmpty class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.FillEmpty.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.LnEmpty"> <summary> <para>Defines the LnEmpty Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:ln.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.LnEmpty.#ctor"> <summary> Initializes a new instance of the LnEmpty class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.LnEmpty.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.EffectEmpty"> <summary> <para>Defines the EffectEmpty Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:effect.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.EffectEmpty.#ctor"> <summary> Initializes a new instance of the EffectEmpty class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.EffectEmpty.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.Scene3dEmpty"> <summary> <para>Defines the Scene3dEmpty Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:scene3d.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.Scene3dEmpty.#ctor"> <summary> Initializes a new instance of the Scene3dEmpty class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.Scene3dEmpty.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.Sp3dEmpty"> <summary> <para>Defines the Sp3dEmpty Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:sp3d.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.Sp3dEmpty.#ctor"> <summary> Initializes a new instance of the Sp3dEmpty class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.Sp3dEmpty.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.ExtLstEmpty"> <summary> <para>Defines the ExtLstEmpty Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:extLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ExtLstEmpty.#ctor"> <summary> Initializes a new instance of the ExtLstEmpty class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ExtLstEmpty.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.BwModeEmpty"> <summary> <para>Defines the BwModeEmpty Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:bwMode.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.BwModeEmpty.#ctor"> <summary> Initializes a new instance of the BwModeEmpty class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.BwModeEmpty.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.SrcRectEmpty"> <summary> <para>Defines the SrcRectEmpty Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:srcRect.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.SrcRectEmpty.#ctor"> <summary> Initializes a new instance of the SrcRectEmpty class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.SrcRectEmpty.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.FillModeEmpty"> <summary> <para>Defines the FillModeEmpty Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:fillMode.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.FillModeEmpty.#ctor"> <summary> Initializes a new instance of the FillModeEmpty class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.FillModeEmpty.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.DpiEmpty"> <summary> <para>Defines the DpiEmpty Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:dpi.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.DpiEmpty.#ctor"> <summary> Initializes a new instance of the DpiEmpty class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.DpiEmpty.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.RotWithShapeEmpty"> <summary> <para>Defines the RotWithShapeEmpty Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:rotWithShape.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.RotWithShapeEmpty.#ctor"> <summary> Initializes a new instance of the RotWithShapeEmpty class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.RotWithShapeEmpty.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.StCxnEmpty"> <summary> <para>Defines the StCxnEmpty Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:stCxn.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.StCxnEmpty.#ctor"> <summary> Initializes a new instance of the StCxnEmpty class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.StCxnEmpty.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.EndCxnEmpty"> <summary> <para>Defines the EndCxnEmpty Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:endCxn.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.EndCxnEmpty.#ctor"> <summary> Initializes a new instance of the EndCxnEmpty class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.EndCxnEmpty.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.NoGrpEmpty"> <summary> <para>Defines the NoGrpEmpty Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:noGrp.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.NoGrpEmpty.#ctor"> <summary> Initializes a new instance of the NoGrpEmpty class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.NoGrpEmpty.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.NoSelectEmpty"> <summary> <para>Defines the NoSelectEmpty Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:noSelect.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.NoSelectEmpty.#ctor"> <summary> Initializes a new instance of the NoSelectEmpty class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.NoSelectEmpty.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.NoRotEmpty"> <summary> <para>Defines the NoRotEmpty Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:noRot.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.NoRotEmpty.#ctor"> <summary> Initializes a new instance of the NoRotEmpty class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.NoRotEmpty.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.NoChangeAspectEmpty"> <summary> <para>Defines the NoChangeAspectEmpty Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:noChangeAspect.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.NoChangeAspectEmpty.#ctor"> <summary> Initializes a new instance of the NoChangeAspectEmpty class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.NoChangeAspectEmpty.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.NoMoveEmpty"> <summary> <para>Defines the NoMoveEmpty Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:noMove.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.NoMoveEmpty.#ctor"> <summary> Initializes a new instance of the NoMoveEmpty class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.NoMoveEmpty.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.NoResizeEmpty"> <summary> <para>Defines the NoResizeEmpty Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:noResize.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.NoResizeEmpty.#ctor"> <summary> Initializes a new instance of the NoResizeEmpty class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.NoResizeEmpty.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.NoEditPointsEmpty"> <summary> <para>Defines the NoEditPointsEmpty Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:noEditPoints.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.NoEditPointsEmpty.#ctor"> <summary> Initializes a new instance of the NoEditPointsEmpty class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.NoEditPointsEmpty.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.NoAdjustHandlesEmpty"> <summary> <para>Defines the NoAdjustHandlesEmpty Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:noAdjustHandles.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.NoAdjustHandlesEmpty.#ctor"> <summary> Initializes a new instance of the NoAdjustHandlesEmpty class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.NoAdjustHandlesEmpty.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.NoChangeArrowheadsEmpty"> <summary> <para>Defines the NoChangeArrowheadsEmpty Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:noChangeArrowheads.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.NoChangeArrowheadsEmpty.#ctor"> <summary> Initializes a new instance of the NoChangeArrowheadsEmpty class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.NoChangeArrowheadsEmpty.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.NoChangeShapeTypeEmpty"> <summary> <para>Defines the NoChangeShapeTypeEmpty Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:noChangeShapeType.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.NoChangeShapeTypeEmpty.#ctor"> <summary> Initializes a new instance of the NoChangeShapeTypeEmpty class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.NoChangeShapeTypeEmpty.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.LfPrEmpty"> <summary> <para>Defines the LfPrEmpty Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:lfPr.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.LfPrEmpty.#ctor"> <summary> Initializes a new instance of the LfPrEmpty class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.LfPrEmpty.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkClickEmpty"> <summary> <para>Defines the HlinkClickEmpty Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:hlinkClick.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkClickEmpty.#ctor"> <summary> Initializes a new instance of the HlinkClickEmpty class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkClickEmpty.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkHoverEmpty"> <summary> <para>Defines the HlinkHoverEmpty Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:hlinkHover.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkHoverEmpty.#ctor"> <summary> Initializes a new instance of the HlinkHoverEmpty class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkHoverEmpty.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlEmptyElement"> <summary> <para>Defines the OpenXmlEmptyElement Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlEmptyElement.#ctor"> <summary> Initializes a new instance of the OpenXmlEmptyElement class. </summary> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetShapeProperties"> <summary> <para>Defines the ResetShapeProperties Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:spPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.XfrmEmpty" /> <c><oac:xfrm></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.GeomEmpty" /> <c><oac:geom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.FillEmpty" /> <c><oac:fill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.LnEmpty" /> <c><oac:ln></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.EffectEmpty" /> <c><oac:effect></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.Scene3dEmpty" /> <c><oac:scene3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.Sp3dEmpty" /> <c><oac:sp3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.ExtLstEmpty" /> <c><oac:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.BwModeEmpty" /> <c><oac:bwMode></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetShapeProperties.#ctor"> <summary> Initializes a new instance of the ResetShapeProperties class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetShapeProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the ResetShapeProperties class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetShapeProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the ResetShapeProperties class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetShapeProperties.#ctor(System.String)"> <summary> Initializes a new instance of the ResetShapeProperties class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetShapeProperties.XfrmEmpty"> <summary> <para>XfrmEmpty.</para> <para>Represents the following element tag in the schema: oac:xfrm.</para> </summary> <remark> xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetShapeProperties.GeomEmpty"> <summary> <para>GeomEmpty.</para> <para>Represents the following element tag in the schema: oac:geom.</para> </summary> <remark> xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetShapeProperties.FillEmpty"> <summary> <para>FillEmpty.</para> <para>Represents the following element tag in the schema: oac:fill.</para> </summary> <remark> xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetShapeProperties.LnEmpty"> <summary> <para>LnEmpty.</para> <para>Represents the following element tag in the schema: oac:ln.</para> </summary> <remark> xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetShapeProperties.EffectEmpty"> <summary> <para>EffectEmpty.</para> <para>Represents the following element tag in the schema: oac:effect.</para> </summary> <remark> xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetShapeProperties.Scene3dEmpty"> <summary> <para>Scene3dEmpty.</para> <para>Represents the following element tag in the schema: oac:scene3d.</para> </summary> <remark> xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetShapeProperties.Sp3dEmpty"> <summary> <para>Sp3dEmpty.</para> <para>Represents the following element tag in the schema: oac:sp3d.</para> </summary> <remark> xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetShapeProperties.ExtLstEmpty"> <summary> <para>ExtLstEmpty.</para> <para>Represents the following element tag in the schema: oac:extLst.</para> </summary> <remark> xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetShapeProperties.BwModeEmpty"> <summary> <para>BwModeEmpty.</para> <para>Represents the following element tag in the schema: oac:bwMode.</para> </summary> <remark> xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetShapeProperties.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.LnRefStyleMatrixReference"> <summary> <para>Defines the LnRefStyleMatrixReference Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:lnRef.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SchemeColor" /> <c><a:schemeClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.LnRefStyleMatrixReference.#ctor"> <summary> Initializes a new instance of the LnRefStyleMatrixReference class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.LnRefStyleMatrixReference.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the LnRefStyleMatrixReference class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.LnRefStyleMatrixReference.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the LnRefStyleMatrixReference class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.LnRefStyleMatrixReference.#ctor(System.String)"> <summary> Initializes a new instance of the LnRefStyleMatrixReference class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.LnRefStyleMatrixReference.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.FillRefStyleMatrixReference"> <summary> <para>Defines the FillRefStyleMatrixReference Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:fillRef.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SchemeColor" /> <c><a:schemeClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.FillRefStyleMatrixReference.#ctor"> <summary> Initializes a new instance of the FillRefStyleMatrixReference class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.FillRefStyleMatrixReference.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the FillRefStyleMatrixReference class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.FillRefStyleMatrixReference.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the FillRefStyleMatrixReference class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.FillRefStyleMatrixReference.#ctor(System.String)"> <summary> Initializes a new instance of the FillRefStyleMatrixReference class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.FillRefStyleMatrixReference.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.EffectRefStyleMatrixReference"> <summary> <para>Defines the EffectRefStyleMatrixReference Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:effectRef.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SchemeColor" /> <c><a:schemeClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.EffectRefStyleMatrixReference.#ctor"> <summary> Initializes a new instance of the EffectRefStyleMatrixReference class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.EffectRefStyleMatrixReference.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the EffectRefStyleMatrixReference class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.EffectRefStyleMatrixReference.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the EffectRefStyleMatrixReference class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.EffectRefStyleMatrixReference.#ctor(System.String)"> <summary> Initializes a new instance of the EffectRefStyleMatrixReference class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.EffectRefStyleMatrixReference.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.StyleMatrixReferenceType"> <summary> <para>Defines the StyleMatrixReferenceType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SchemeColor" /> <c><a:schemeClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.StyleMatrixReferenceType.#ctor"> <summary> Initializes a new instance of the StyleMatrixReferenceType class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.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.Office2016.Drawing.Command.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.Office2016.Drawing.Command.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="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.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.Office2016.Drawing.Command.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.Office2016.Drawing.Command.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.Office2016.Drawing.Command.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.Office2016.Drawing.Command.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.Office2016.Drawing.Command.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.Office2016.Drawing.Command.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="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.FontReference"> <summary> <para>Defines the FontReference Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:fontRef.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HslColor" /> <c><a:hslClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetColor" /> <c><a:prstClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SchemeColor" /> <c><a:schemeClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage" /> <c><a:scrgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex" /> <c><a:srgbClr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SystemColor" /> <c><a:sysClr></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.FontReference.#ctor"> <summary> Initializes a new instance of the FontReference class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.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.Office2016.Drawing.Command.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.Office2016.Drawing.Command.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.Office2016.Drawing.Command.FontReference.Index"> <summary> <para>Identifier</para> <para>Represents the following attribute in the schema: idx</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.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.Office2016.Drawing.Command.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.Office2016.Drawing.Command.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.Office2016.Drawing.Command.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.Office2016.Drawing.Command.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.Office2016.Drawing.Command.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.Office2016.Drawing.Command.FontReference.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyShapeStyleProps"> <summary> <para>Defines the ModifyShapeStyleProps Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:style.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.FontReference" /> <c><oac:fontRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.LnRefStyleMatrixReference" /> <c><oac:lnRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.FillRefStyleMatrixReference" /> <c><oac:fillRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.EffectRefStyleMatrixReference" /> <c><oac:effectRef></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyShapeStyleProps.#ctor"> <summary> Initializes a new instance of the ModifyShapeStyleProps class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyShapeStyleProps.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the ModifyShapeStyleProps class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyShapeStyleProps.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the ModifyShapeStyleProps class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyShapeStyleProps.#ctor(System.String)"> <summary> Initializes a new instance of the ModifyShapeStyleProps class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyShapeStyleProps.LnRefStyleMatrixReference"> <summary> <para>LnRefStyleMatrixReference.</para> <para>Represents the following element tag in the schema: oac:lnRef.</para> </summary> <remark> xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyShapeStyleProps.FillRefStyleMatrixReference"> <summary> <para>FillRefStyleMatrixReference.</para> <para>Represents the following element tag in the schema: oac:fillRef.</para> </summary> <remark> xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyShapeStyleProps.EffectRefStyleMatrixReference"> <summary> <para>EffectRefStyleMatrixReference.</para> <para>Represents the following element tag in the schema: oac:effectRef.</para> </summary> <remark> xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyShapeStyleProps.FontReference"> <summary> <para>FontReference.</para> <para>Represents the following element tag in the schema: oac:fontRef.</para> </summary> <remark> xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyShapeStyleProps.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetXsdboolean"> <summary> <para>Defines the ResetXsdboolean Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:reset.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetXsdboolean.#ctor"> <summary> Initializes a new instance of the ResetXsdboolean class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetXsdboolean.#ctor(System.String)"> <summary> Initializes a new instance of the ResetXsdboolean class with the specified text content. </summary> <param name="text">Specifies the text content of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetXsdboolean.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.UseBoundsXsdboolean"> <summary> <para>Defines the UseBoundsXsdboolean Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:useBounds.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.UseBoundsXsdboolean.#ctor"> <summary> Initializes a new instance of the UseBoundsXsdboolean class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.UseBoundsXsdboolean.#ctor(System.String)"> <summary> Initializes a new instance of the UseBoundsXsdboolean class with the specified text content. </summary> <param name="text">Specifies the text content of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.UseBoundsXsdboolean.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.BlipFillProperties"> <summary> <para>Defines the BlipFillProperties Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:blipFill.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Blip" /> <c><a:blip></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SourceRectangle" /> <c><a:srcRect></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Stretch" /> <c><a:stretch></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Tile" /> <c><a:tile></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.BlipFillProperties.#ctor"> <summary> Initializes a new instance of the BlipFillProperties class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.BlipFillProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the BlipFillProperties class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.BlipFillProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the BlipFillProperties class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.BlipFillProperties.#ctor(System.String)"> <summary> Initializes a new instance of the BlipFillProperties class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.BlipFillProperties.Dpi"> <summary> <para>DPI Setting</para> <para>Represents the following attribute in the schema: dpi</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.BlipFillProperties.RotateWithShape"> <summary> <para>Rotate With Shape</para> <para>Represents the following attribute in the schema: rotWithShape</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.BlipFillProperties.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.Office2016.Drawing.Command.BlipFillProperties.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.Office2016.Drawing.Command.BlipFillProperties.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.FillRectRelativeRectProps"> <summary> <para>Defines the FillRectRelativeRectProps Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:fillRect.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.FillRectRelativeRectProps.#ctor"> <summary> Initializes a new instance of the FillRectRelativeRectProps class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.FillRectRelativeRectProps.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.SrcRectRelativeRectProps"> <summary> <para>Defines the SrcRectRelativeRectProps Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:srcRect.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.SrcRectRelativeRectProps.#ctor"> <summary> Initializes a new instance of the SrcRectRelativeRectProps class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.SrcRectRelativeRectProps.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlRelativeRectPropsElement"> <summary> <para>Defines the OpenXmlRelativeRectPropsElement Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlRelativeRectPropsElement.#ctor"> <summary> Initializes a new instance of the OpenXmlRelativeRectPropsElement class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlRelativeRectPropsElement.L"> <summary> <para>l, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: l</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlRelativeRectPropsElement.T"> <summary> <para>t, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: t</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlRelativeRectPropsElement.R"> <summary> <para>r, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: r</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlRelativeRectPropsElement.B"> <summary> <para>b, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: b</para> </summary> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetBlipFillProperties"> <summary> <para>Defines the ResetBlipFillProperties Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:blipFill.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.SrcRectEmpty" /> <c><oac:srcRect></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.FillModeEmpty" /> <c><oac:fillMode></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.DpiEmpty" /> <c><oac:dpi></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.RotWithShapeEmpty" /> <c><oac:rotWithShape></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetBlipFillProperties.#ctor"> <summary> Initializes a new instance of the ResetBlipFillProperties class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetBlipFillProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the ResetBlipFillProperties class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetBlipFillProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the ResetBlipFillProperties class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetBlipFillProperties.#ctor(System.String)"> <summary> Initializes a new instance of the ResetBlipFillProperties class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetBlipFillProperties.SrcRectEmpty"> <summary> <para>SrcRectEmpty.</para> <para>Represents the following element tag in the schema: oac:srcRect.</para> </summary> <remark> xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetBlipFillProperties.FillModeEmpty"> <summary> <para>FillModeEmpty.</para> <para>Represents the following element tag in the schema: oac:fillMode.</para> </summary> <remark> xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetBlipFillProperties.DpiEmpty"> <summary> <para>DpiEmpty.</para> <para>Represents the following element tag in the schema: oac:dpi.</para> </summary> <remark> xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetBlipFillProperties.RotWithShapeEmpty"> <summary> <para>RotWithShapeEmpty.</para> <para>Represents the following element tag in the schema: oac:rotWithShape.</para> </summary> <remark> xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetBlipFillProperties.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGroupDrawingShapeProps"> <summary> <para>Defines the ModifyNonVisualGroupDrawingShapeProps Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:cNvGrpSpPr.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGroupDrawingShapeProps.#ctor"> <summary> Initializes a new instance of the ModifyNonVisualGroupDrawingShapeProps class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGroupDrawingShapeProps.NoGrp"> <summary> <para>noGrp, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noGrp</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGroupDrawingShapeProps.NoUngrp"> <summary> <para>noUngrp, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noUngrp</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGroupDrawingShapeProps.NoSelect"> <summary> <para>noSelect, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noSelect</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGroupDrawingShapeProps.NoRot"> <summary> <para>noRot, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noRot</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGroupDrawingShapeProps.NoChangeAspect"> <summary> <para>noChangeAspect, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noChangeAspect</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGroupDrawingShapeProps.NoMove"> <summary> <para>noMove, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noMove</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGroupDrawingShapeProps.NoResize"> <summary> <para>noResize, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noResize</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGroupDrawingShapeProps.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupShapeProperties"> <summary> <para>Defines the GroupShapeProperties Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:grpSpPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlipFill" /> <c><a:blipFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectDag" /> <c><a:effectDag></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectList" /> <c><a:effectLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GradientFill" /> <c><a:gradFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GroupFill" /> <c><a:grpFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TransformGroup" /> <c><a:xfrm></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoFill" /> <c><a:noFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PatternFill" /> <c><a:pattFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Scene3DType" /> <c><a:scene3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SolidFill" /> <c><a:solidFill></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupShapeProperties.#ctor"> <summary> Initializes a new instance of the GroupShapeProperties class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.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.Office2016.Drawing.Command.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.Office2016.Drawing.Command.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.Office2016.Drawing.Command.GroupShapeProperties.BlackWhiteMode"> <summary> <para>Black and White Mode</para> <para>Represents the following attribute in the schema: bwMode</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.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.Office2016.Drawing.Command.GroupShapeProperties.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetGroupShapeProperties"> <summary> <para>Defines the ResetGroupShapeProperties Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:grpSpPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.XfrmEmpty" /> <c><oac:xfrm></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.FillEmpty" /> <c><oac:fill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.EffectEmpty" /> <c><oac:effect></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.Scene3dEmpty" /> <c><oac:scene3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.ExtLstEmpty" /> <c><oac:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.BwModeEmpty" /> <c><oac:bwMode></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetGroupShapeProperties.#ctor"> <summary> Initializes a new instance of the ResetGroupShapeProperties class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetGroupShapeProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the ResetGroupShapeProperties class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetGroupShapeProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the ResetGroupShapeProperties class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetGroupShapeProperties.#ctor(System.String)"> <summary> Initializes a new instance of the ResetGroupShapeProperties class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetGroupShapeProperties.XfrmEmpty"> <summary> <para>XfrmEmpty.</para> <para>Represents the following element tag in the schema: oac:xfrm.</para> </summary> <remark> xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetGroupShapeProperties.FillEmpty"> <summary> <para>FillEmpty.</para> <para>Represents the following element tag in the schema: oac:fill.</para> </summary> <remark> xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetGroupShapeProperties.EffectEmpty"> <summary> <para>EffectEmpty.</para> <para>Represents the following element tag in the schema: oac:effect.</para> </summary> <remark> xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetGroupShapeProperties.Scene3dEmpty"> <summary> <para>Scene3dEmpty.</para> <para>Represents the following element tag in the schema: oac:scene3d.</para> </summary> <remark> xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetGroupShapeProperties.ExtLstEmpty"> <summary> <para>ExtLstEmpty.</para> <para>Represents the following element tag in the schema: oac:extLst.</para> </summary> <remark> xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetGroupShapeProperties.BwModeEmpty"> <summary> <para>BwModeEmpty.</para> <para>Represents the following element tag in the schema: oac:bwMode.</para> </summary> <remark> xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetGroupShapeProperties.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualDrawingProps"> <summary> <para>Defines the NonVisualDrawingProps Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:cNvPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HyperlinkOnClick" /> <c><a:hlinkClick></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HyperlinkOnHover" /> <c><a:hlinkHover></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList" /> <c><a:extLst></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualDrawingProps.#ctor"> <summary> Initializes a new instance of the NonVisualDrawingProps class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualDrawingProps.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the NonVisualDrawingProps class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualDrawingProps.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the NonVisualDrawingProps class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualDrawingProps.#ctor(System.String)"> <summary> Initializes a new instance of the NonVisualDrawingProps class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualDrawingProps.Id"> <summary> <para>Application defined unique identifier.</para> <para>Represents the following attribute in the schema: id</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualDrawingProps.Name"> <summary> <para>Name compatible with Object Model (non-unique).</para> <para>Represents the following attribute in the schema: name</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualDrawingProps.Description"> <summary> <para>Description of the drawing element.</para> <para>Represents the following attribute in the schema: descr</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualDrawingProps.Hidden"> <summary> <para>Flag determining to show or hide this element.</para> <para>Represents the following attribute in the schema: hidden</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualDrawingProps.Title"> <summary> <para>Title</para> <para>Represents the following attribute in the schema: title</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualDrawingProps.HyperlinkOnClick"> <summary> <para>Hyperlink associated with clicking or selecting the element..</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.Office2016.Drawing.Command.NonVisualDrawingProps.HyperlinkOnHover"> <summary> <para>Hyperlink associated with hovering over the element..</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.Office2016.Drawing.Command.NonVisualDrawingProps.NonVisualDrawingPropertiesExtensionList"> <summary> <para>Future extension.</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.Office2016.Drawing.Command.NonVisualDrawingProps.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualGroupDrawingShapeProps"> <summary> <para>Defines the NonVisualGroupDrawingShapeProps Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:cNvGrpSpPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GroupShapeLocks" /> <c><a:grpSpLocks></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList" /> <c><a:extLst></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualGroupDrawingShapeProps.#ctor"> <summary> Initializes a new instance of the NonVisualGroupDrawingShapeProps class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualGroupDrawingShapeProps.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the NonVisualGroupDrawingShapeProps class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualGroupDrawingShapeProps.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the NonVisualGroupDrawingShapeProps class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualGroupDrawingShapeProps.#ctor(System.String)"> <summary> Initializes a new instance of the NonVisualGroupDrawingShapeProps class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualGroupDrawingShapeProps.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.Office2016.Drawing.Command.NonVisualGroupDrawingShapeProps.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.Office2016.Drawing.Command.NonVisualGroupDrawingShapeProps.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGraphicFrameProps"> <summary> <para>Defines the ModifyNonVisualGraphicFrameProps Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:cNvGraphicFramePr.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGraphicFrameProps.#ctor"> <summary> Initializes a new instance of the ModifyNonVisualGraphicFrameProps class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGraphicFrameProps.NoGrp"> <summary> <para>noGrp, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noGrp</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGraphicFrameProps.NoDrilldown"> <summary> <para>noDrilldown, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noDrilldown</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGraphicFrameProps.NoSelect"> <summary> <para>noSelect, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noSelect</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGraphicFrameProps.NoChangeAspect"> <summary> <para>noChangeAspect, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noChangeAspect</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGraphicFrameProps.NoMove"> <summary> <para>noMove, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noMove</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGraphicFrameProps.NoResize"> <summary> <para>noResize, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noResize</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGraphicFrameProps.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.StCxnConnection"> <summary> <para>Defines the StCxnConnection Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:stCxn.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.StCxnConnection.#ctor"> <summary> Initializes a new instance of the StCxnConnection class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.StCxnConnection.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.EndCxnConnection"> <summary> <para>Defines the EndCxnConnection Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:endCxn.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.EndCxnConnection.#ctor"> <summary> Initializes a new instance of the EndCxnConnection class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.EndCxnConnection.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.ConnectionType"> <summary> <para>Defines the ConnectionType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ConnectionType.#ctor"> <summary> Initializes a new instance of the ConnectionType class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ConnectionType.Id"> <summary> <para>Identifier</para> <para>Represents the following attribute in the schema: id</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ConnectionType.Index"> <summary> <para>Index</para> <para>Represents the following attribute in the schema: idx</para> </summary> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualConnectorProps"> <summary> <para>Defines the ModifyNonVisualConnectorProps Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:cNvCxnSpPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.StCxnConnection" /> <c><oac:stCxn></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.EndCxnConnection" /> <c><oac:endCxn></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualConnectorProps.#ctor"> <summary> Initializes a new instance of the ModifyNonVisualConnectorProps class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualConnectorProps.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the ModifyNonVisualConnectorProps class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualConnectorProps.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the ModifyNonVisualConnectorProps class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualConnectorProps.#ctor(System.String)"> <summary> Initializes a new instance of the ModifyNonVisualConnectorProps class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualConnectorProps.NoGrp"> <summary> <para>noGrp, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noGrp</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualConnectorProps.NoSelect"> <summary> <para>noSelect, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noSelect</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualConnectorProps.NoRot"> <summary> <para>noRot, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noRot</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualConnectorProps.NoChangeAspect"> <summary> <para>noChangeAspect, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noChangeAspect</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualConnectorProps.NoMove"> <summary> <para>noMove, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noMove</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualConnectorProps.NoResize"> <summary> <para>noResize, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noResize</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualConnectorProps.NoEditPoints"> <summary> <para>noEditPoints, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noEditPoints</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualConnectorProps.NoAdjustHandles"> <summary> <para>noAdjustHandles, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noAdjustHandles</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualConnectorProps.NoChangeArrowheads"> <summary> <para>noChangeArrowheads, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noChangeArrowheads</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualConnectorProps.NoChangeShapeType"> <summary> <para>noChangeShapeType, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noChangeShapeType</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualConnectorProps.StCxnConnection"> <summary> <para>StCxnConnection.</para> <para>Represents the following element tag in the schema: oac:stCxn.</para> </summary> <remark> xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualConnectorProps.EndCxnConnection"> <summary> <para>EndCxnConnection.</para> <para>Represents the following element tag in the schema: oac:endCxn.</para> </summary> <remark> xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualConnectorProps.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualConnectorProps"> <summary> <para>Defines the ResetNonVisualConnectorProps Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:cNvCxnSpPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.StCxnEmpty" /> <c><oac:stCxn></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.EndCxnEmpty" /> <c><oac:endCxn></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.NoGrpEmpty" /> <c><oac:noGrp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.NoSelectEmpty" /> <c><oac:noSelect></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.NoRotEmpty" /> <c><oac:noRot></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.NoChangeAspectEmpty" /> <c><oac:noChangeAspect></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.NoMoveEmpty" /> <c><oac:noMove></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.NoResizeEmpty" /> <c><oac:noResize></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.NoEditPointsEmpty" /> <c><oac:noEditPoints></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.NoAdjustHandlesEmpty" /> <c><oac:noAdjustHandles></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.NoChangeArrowheadsEmpty" /> <c><oac:noChangeArrowheads></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.NoChangeShapeTypeEmpty" /> <c><oac:noChangeShapeType></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualConnectorProps.#ctor"> <summary> Initializes a new instance of the ResetNonVisualConnectorProps class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualConnectorProps.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the ResetNonVisualConnectorProps class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualConnectorProps.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the ResetNonVisualConnectorProps class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualConnectorProps.#ctor(System.String)"> <summary> Initializes a new instance of the ResetNonVisualConnectorProps class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualConnectorProps.StCxnEmpty"> <summary> <para>StCxnEmpty.</para> <para>Represents the following element tag in the schema: oac:stCxn.</para> </summary> <remark> xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualConnectorProps.EndCxnEmpty"> <summary> <para>EndCxnEmpty.</para> <para>Represents the following element tag in the schema: oac:endCxn.</para> </summary> <remark> xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualConnectorProps.NoGrpEmpty"> <summary> <para>NoGrpEmpty.</para> <para>Represents the following element tag in the schema: oac:noGrp.</para> </summary> <remark> xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualConnectorProps.NoSelectEmpty"> <summary> <para>NoSelectEmpty.</para> <para>Represents the following element tag in the schema: oac:noSelect.</para> </summary> <remark> xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualConnectorProps.NoRotEmpty"> <summary> <para>NoRotEmpty.</para> <para>Represents the following element tag in the schema: oac:noRot.</para> </summary> <remark> xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualConnectorProps.NoChangeAspectEmpty"> <summary> <para>NoChangeAspectEmpty.</para> <para>Represents the following element tag in the schema: oac:noChangeAspect.</para> </summary> <remark> xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualConnectorProps.NoMoveEmpty"> <summary> <para>NoMoveEmpty.</para> <para>Represents the following element tag in the schema: oac:noMove.</para> </summary> <remark> xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualConnectorProps.NoResizeEmpty"> <summary> <para>NoResizeEmpty.</para> <para>Represents the following element tag in the schema: oac:noResize.</para> </summary> <remark> xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualConnectorProps.NoEditPointsEmpty"> <summary> <para>NoEditPointsEmpty.</para> <para>Represents the following element tag in the schema: oac:noEditPoints.</para> </summary> <remark> xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualConnectorProps.NoAdjustHandlesEmpty"> <summary> <para>NoAdjustHandlesEmpty.</para> <para>Represents the following element tag in the schema: oac:noAdjustHandles.</para> </summary> <remark> xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualConnectorProps.NoChangeArrowheadsEmpty"> <summary> <para>NoChangeArrowheadsEmpty.</para> <para>Represents the following element tag in the schema: oac:noChangeArrowheads.</para> </summary> <remark> xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualConnectorProps.NoChangeShapeTypeEmpty"> <summary> <para>NoChangeShapeTypeEmpty.</para> <para>Represents the following element tag in the schema: oac:noChangeShapeType.</para> </summary> <remark> xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualConnectorProps.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.CompressPictureProps"> <summary> <para>Defines the CompressPictureProps Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:compressPicPr.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.CompressPictureProps.#ctor"> <summary> Initializes a new instance of the CompressPictureProps class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.CompressPictureProps.RemoveCrop"> <summary> <para>removeCrop, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: removeCrop</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.CompressPictureProps.UseLocalDpi"> <summary> <para>useLocalDpi, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: useLocalDpi</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.CompressPictureProps.Cstate"> <summary> <para>cstate, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: cstate</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.CompressPictureProps.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualPictureProps"> <summary> <para>Defines the ModifyNonVisualPictureProps Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:cNvPicPr.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualPictureProps.#ctor"> <summary> Initializes a new instance of the ModifyNonVisualPictureProps class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualPictureProps.NoGrp"> <summary> <para>noGrp, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noGrp</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualPictureProps.NoSelect"> <summary> <para>noSelect, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noSelect</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualPictureProps.NoRot"> <summary> <para>noRot, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noRot</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualPictureProps.NoChangeAspect"> <summary> <para>noChangeAspect, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noChangeAspect</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualPictureProps.NoMove"> <summary> <para>noMove, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noMove</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualPictureProps.NoResize"> <summary> <para>noResize, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noResize</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualPictureProps.NoEditPoints"> <summary> <para>noEditPoints, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noEditPoints</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualPictureProps.NoAdjustHandles"> <summary> <para>noAdjustHandles, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noAdjustHandles</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualPictureProps.NoChangeArrowheads"> <summary> <para>noChangeArrowheads, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noChangeArrowheads</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualPictureProps.NoChangeShapeType"> <summary> <para>noChangeShapeType, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noChangeShapeType</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualPictureProps.NoCrop"> <summary> <para>noCrop, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noCrop</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualPictureProps.PreferRelativeResize"> <summary> <para>preferRelativeResize, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: preferRelativeResize</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualPictureProps.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualPictureProps"> <summary> <para>Defines the ResetNonVisualPictureProps Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:cNvPicPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.LfPrEmpty" /> <c><oac:lfPr></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualPictureProps.#ctor"> <summary> Initializes a new instance of the ResetNonVisualPictureProps class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualPictureProps.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the ResetNonVisualPictureProps class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualPictureProps.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the ResetNonVisualPictureProps class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualPictureProps.#ctor(System.String)"> <summary> Initializes a new instance of the ResetNonVisualPictureProps class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualPictureProps.LfPrEmpty"> <summary> <para>LfPrEmpty.</para> <para>Represents the following element tag in the schema: oac:lfPr.</para> </summary> <remark> xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualPictureProps.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.BoundRect"> <summary> <para>Defines the BoundRect Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:bounds.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.BoundRect.#ctor"> <summary> Initializes a new instance of the BoundRect class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.BoundRect.L"> <summary> <para>l</para> <para>Represents the following attribute in the schema: l</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.BoundRect.T"> <summary> <para>t</para> <para>Represents the following attribute in the schema: t</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.BoundRect.R"> <summary> <para>r</para> <para>Represents the following attribute in the schema: r</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.BoundRect.B"> <summary> <para>b</para> <para>Represents the following attribute in the schema: b</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.BoundRect.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.SVGBlipMonikerList"> <summary> <para>Defines the SVGBlipMonikerList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:svgBlipMkLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.SVGBlipMonikerList.#ctor"> <summary> Initializes a new instance of the SVGBlipMonikerList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.SVGBlipMonikerList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the SVGBlipMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.SVGBlipMonikerList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the SVGBlipMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.SVGBlipMonikerList.#ctor(System.String)"> <summary> Initializes a new instance of the SVGBlipMonikerList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.SVGBlipMonikerList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.LinePropertiesType"> <summary> <para>Defines the LinePropertiesType Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:lineProps.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.CustomDash" /> <c><a:custDash></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GradientFill" /> <c><a:gradFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HeadEnd" /> <c><a:headEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TailEnd" /> <c><a:tailEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LineJoinBevel" /> <c><a:bevel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Miter" /> <c><a:miter></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Round" /> <c><a:round></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LinePropertiesExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoFill" /> <c><a:noFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PatternFill" /> <c><a:pattFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetDash" /> <c><a:prstDash></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SolidFill" /> <c><a:solidFill></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.LinePropertiesType.#ctor"> <summary> Initializes a new instance of the LinePropertiesType class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.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.Office2016.Drawing.Command.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.Office2016.Drawing.Command.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="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.LinePropertiesType.Width"> <summary> <para>line width</para> <para>Represents the following attribute in the schema: w</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.LinePropertiesType.CapType"> <summary> <para>line cap</para> <para>Represents the following attribute in the schema: cap</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.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.Office2016.Drawing.Command.LinePropertiesType.Alignment"> <summary> <para>pen alignment</para> <para>Represents the following attribute in the schema: algn</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.LinePropertiesType.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualInkProps"> <summary> <para>Defines the ModifyNonVisualInkProps Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:cNvInkPr.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualInkProps.#ctor"> <summary> Initializes a new instance of the ModifyNonVisualInkProps class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualInkProps.NoGrp"> <summary> <para>noGrp, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noGrp</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualInkProps.NoSelect"> <summary> <para>noSelect, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noSelect</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualInkProps.NoRot"> <summary> <para>noRot, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noRot</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualInkProps.NoChangeAspect"> <summary> <para>noChangeAspect, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noChangeAspect</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualInkProps.NoMove"> <summary> <para>noMove, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noMove</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualInkProps.NoResize"> <summary> <para>noResize, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noResize</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualInkProps.NoEditPoints"> <summary> <para>noEditPoints, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noEditPoints</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualInkProps.NoAdjustHandles"> <summary> <para>noAdjustHandles, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noAdjustHandles</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualInkProps.NoChangeArrowheads"> <summary> <para>noChangeArrowheads, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noChangeArrowheads</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualInkProps.NoChangeShapeType"> <summary> <para>noChangeShapeType, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: noChangeShapeType</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualInkProps.IsComment"> <summary> <para>isComment, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: isComment</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualInkProps.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkClickHyperlinkProps"> <summary> <para>Defines the HlinkClickHyperlinkProps Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:hlinkClick.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.SndDataImgData" /> <c><oac:sndData></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkClickHyperlinkProps.#ctor"> <summary> Initializes a new instance of the HlinkClickHyperlinkProps class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkClickHyperlinkProps.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the HlinkClickHyperlinkProps class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkClickHyperlinkProps.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the HlinkClickHyperlinkProps class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkClickHyperlinkProps.#ctor(System.String)"> <summary> Initializes a new instance of the HlinkClickHyperlinkProps class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkClickHyperlinkProps.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkHoverHyperlinkProps"> <summary> <para>Defines the HlinkHoverHyperlinkProps Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:hlinkHover.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.SndDataImgData" /> <c><oac:sndData></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkHoverHyperlinkProps.#ctor"> <summary> Initializes a new instance of the HlinkHoverHyperlinkProps class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkHoverHyperlinkProps.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the HlinkHoverHyperlinkProps class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkHoverHyperlinkProps.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the HlinkHoverHyperlinkProps class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkHoverHyperlinkProps.#ctor(System.String)"> <summary> Initializes a new instance of the HlinkHoverHyperlinkProps class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkHoverHyperlinkProps.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlHyperlinkPropsElement"> <summary> <para>Defines the OpenXmlHyperlinkPropsElement Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.SndDataImgData" /> <c><oac:sndData></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlHyperlinkPropsElement.#ctor"> <summary> Initializes a new instance of the OpenXmlHyperlinkPropsElement class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlHyperlinkPropsElement.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the OpenXmlHyperlinkPropsElement class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlHyperlinkPropsElement.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the OpenXmlHyperlinkPropsElement class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlHyperlinkPropsElement.#ctor(System.String)"> <summary> Initializes a new instance of the OpenXmlHyperlinkPropsElement class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlHyperlinkPropsElement.Source"> <summary> <para>source, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: source</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlHyperlinkPropsElement.Action"> <summary> <para>action, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: action</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlHyperlinkPropsElement.TgtFrame"> <summary> <para>tgtFrame, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: tgtFrame</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlHyperlinkPropsElement.Tooltip"> <summary> <para>tooltip, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: tooltip</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlHyperlinkPropsElement.HighlightClick"> <summary> <para>highlightClick, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: highlightClick</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlHyperlinkPropsElement.EndSnd"> <summary> <para>endSnd, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: endSnd</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlHyperlinkPropsElement.SndName"> <summary> <para>sndName, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: sndName</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlHyperlinkPropsElement.SndDataImgData"> <summary> <para>SndDataImgData.</para> <para>Represents the following element tag in the schema: oac:sndData.</para> </summary> <remark> xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command </remark> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyHyperlinkProps"> <summary> <para>Defines the ModifyHyperlinkProps Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:hlink.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkClickHyperlinkProps" /> <c><oac:hlinkClick></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkHoverHyperlinkProps" /> <c><oac:hlinkHover></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyHyperlinkProps.#ctor"> <summary> Initializes a new instance of the ModifyHyperlinkProps class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyHyperlinkProps.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the ModifyHyperlinkProps class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyHyperlinkProps.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the ModifyHyperlinkProps class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyHyperlinkProps.#ctor(System.String)"> <summary> Initializes a new instance of the ModifyHyperlinkProps class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyHyperlinkProps.HlinkClickHyperlinkProps"> <summary> <para>HlinkClickHyperlinkProps.</para> <para>Represents the following element tag in the schema: oac:hlinkClick.</para> </summary> <remark> xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyHyperlinkProps.HlinkHoverHyperlinkProps"> <summary> <para>HlinkHoverHyperlinkProps.</para> <para>Represents the following element tag in the schema: oac:hlinkHover.</para> </summary> <remark> xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyHyperlinkProps.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetHyperlinkProps"> <summary> <para>Defines the ResetHyperlinkProps Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:hlink.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkClickEmpty" /> <c><oac:hlinkClick></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkHoverEmpty" /> <c><oac:hlinkHover></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetHyperlinkProps.#ctor"> <summary> Initializes a new instance of the ResetHyperlinkProps class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetHyperlinkProps.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the ResetHyperlinkProps class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetHyperlinkProps.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the ResetHyperlinkProps class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetHyperlinkProps.#ctor(System.String)"> <summary> Initializes a new instance of the ResetHyperlinkProps class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetHyperlinkProps.HlinkClickEmpty"> <summary> <para>HlinkClickEmpty.</para> <para>Represents the following element tag in the schema: oac:hlinkClick.</para> </summary> <remark> xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetHyperlinkProps.HlinkHoverEmpty"> <summary> <para>HlinkHoverEmpty.</para> <para>Represents the following element tag in the schema: oac:hlinkHover.</para> </summary> <remark> xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetHyperlinkProps.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.TextCharRangeContext"> <summary> <para>Defines the TextCharRangeContext Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is oac:context.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.TextCharRangeContext.#ctor"> <summary> Initializes a new instance of the TextCharRangeContext class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.TextCharRangeContext.Len"> <summary> <para>len, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: len</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Command.TextCharRangeContext.Hash"> <summary> <para>hash, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: hash</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Command.TextCharRangeContext.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResourceLinkage"> <summary> Defines the ResourceLinkage enumeration. </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResourceLinkage.Embed"> <summary> embed. <para>When the item is serialized out as xml, its value is "embed".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResourceLinkage.Link"> <summary> link. <para>When the item is serialized out as xml, its value is "link".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.Command.ResourceLinkage.LinkAndEmbed"> <summary> linkAndEmbed. <para>When the item is serialized out as xml, its value is "linkAndEmbed".</para> </summary> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Command.DetachConnection"> <summary> Defines the DetachConnection enumeration. </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.Command.DetachConnection.Start"> <summary> start. <para>When the item is serialized out as xml, its value is "start".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.Command.DetachConnection.End"> <summary> end. <para>When the item is serialized out as xml, its value is "end".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Drawing.Command.DetachConnection.Both"> <summary> both. <para>When the item is serialized out as xml, its value is "both".</para> </summary> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties"> <summary> <para>Defines the ShapeProperties Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c16:spPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlipFill" /> <c><a:blipFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.CustomGeometry" /> <c><a:custGeom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectDag" /> <c><a:effectDag></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectList" /> <c><a:effectLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GradientFill" /> <c><a:gradFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GroupFill" /> <c><a:grpFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Outline" /> <c><a:ln></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoFill" /> <c><a:noFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PatternFill" /> <c><a:pattFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetGeometry" /> <c><a:prstGeom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Scene3DType" /> <c><a:scene3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Shape3DType" /> <c><a:sp3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SolidFill" /> <c><a:solidFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Transform2D" /> <c><a:xfrm></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.#ctor"> <summary> Initializes a new instance of the ShapeProperties class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.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.Office2016.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.Office2016.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.Office2016.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="P:DocumentFormat.OpenXml.Office2016.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.Office2016.Drawing.Charts.ShapeProperties.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Charts.UnsignedIntegerType"> <summary> <para>Defines the UnsignedIntegerType Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c16:explosion.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.UnsignedIntegerType.#ctor"> <summary> Initializes a new instance of the UnsignedIntegerType class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.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.Office2016.Drawing.Charts.UnsignedIntegerType.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Charts.InvertIfNegativeBoolean"> <summary> <para>Defines the InvertIfNegativeBoolean Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c16:invertIfNegative.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.InvertIfNegativeBoolean.#ctor"> <summary> Initializes a new instance of the InvertIfNegativeBoolean class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.InvertIfNegativeBoolean.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Charts.Bubble3DBoolean"> <summary> <para>Defines the Bubble3DBoolean Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c16:bubble3D.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.Bubble3DBoolean.#ctor"> <summary> Initializes a new instance of the Bubble3DBoolean class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.Bubble3DBoolean.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanType"> <summary> <para>Defines the BooleanType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanType.#ctor"> <summary> Initializes a new instance of the BooleanType class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanType.Val"> <summary> <para>Boolean Value</para> <para>Represents the following attribute in the schema: val</para> </summary> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker"> <summary> <para>Defines the Marker Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c16:marker.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties" /> <c><c:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Size" /> <c><c:size></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Symbol" /> <c><c:symbol></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.#ctor"> <summary> Initializes a new instance of the Marker class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.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.Office2016.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.Office2016.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.Office2016.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.Office2016.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.Office2016.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.Office2016.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.Office2016.Drawing.Charts.Marker.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl"> <summary> <para>Defines the DLbl Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c16:dLbl.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties" /> <c><c:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.TextProperties" /> <c><c:txPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Delete" /> <c><c:delete></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ShowLegendKey" /> <c><c:showLegendKey></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ShowValue" /> <c><c:showVal></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ShowCategoryName" /> <c><c:showCatName></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ShowSeriesName" /> <c><c:showSerName></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ShowPercent" /> <c><c:showPercent></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ShowBubbleSize" /> <c><c:showBubbleSize></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition" /> <c><c:dLblPos></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Layout" /> <c><c:layout></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat" /> <c><c:numFmt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ChartText" /> <c><c:tx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Index" /> <c><c:idx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Separator" /> <c><c:separator></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.#ctor"> <summary> Initializes a new instance of the DLbl class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the DLbl class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the DLbl class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.#ctor(System.String)"> <summary> Initializes a new instance of the DLbl class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.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.Office2016.Drawing.Charts.DLbl.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions"> <summary> <para>Defines the CategoryFilterExceptions Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c16:categoryFilterExceptions.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException" /> <c><c16:categoryFilterException></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions.#ctor"> <summary> Initializes a new instance of the CategoryFilterExceptions class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.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.Office2016.Drawing.Charts.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.Office2016.Drawing.Charts.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.Office2016.Drawing.Charts.CategoryFilterExceptions.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16"> <summary> <para>Defines the PivotOptions16 Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c16:pivotOptions16.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanFalse" /> <c><c16:showExpandCollapseFieldButtons></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.#ctor"> <summary> Initializes a new instance of the PivotOptions16 class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the PivotOptions16 class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the PivotOptions16 class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.#ctor(System.String)"> <summary> Initializes a new instance of the PivotOptions16 class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.BooleanFalse"> <summary> <para>BooleanFalse.</para> <para>Represents the following element tag in the schema: c16:showExpandCollapseFieldButtons.</para> </summary> <remark> xmlns:c16 = http://schemas.microsoft.com/office/drawing/2014/chart </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap"> <summary> <para>Defines the ChartDataPointUniqueIDMap Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c16:datapointuniqueidmap.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry" /> <c><c16:ptentry></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap.#ctor"> <summary> Initializes a new instance of the ChartDataPointUniqueIDMap class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the ChartDataPointUniqueIDMap class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the ChartDataPointUniqueIDMap class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap.#ctor(System.String)"> <summary> Initializes a new instance of the ChartDataPointUniqueIDMap class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID"> <summary> <para>Defines the UniqueIdChartUniqueID Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c16:uniqueId.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID.#ctor"> <summary> Initializes a new instance of the UniqueIdChartUniqueID class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueID"> <summary> <para>Defines the UniqueID Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c16:uniqueID.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueID.#ctor"> <summary> Initializes a new instance of the UniqueID class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueID.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIDChart"> <summary> <para>Defines the UniqueIDChart Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIDChart.#ctor"> <summary> Initializes a new instance of the UniqueIDChart class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIDChart.Val"> <summary> <para>val, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: val</para> </summary> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException"> <summary> <para>Defines the CategoryFilterException Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c16:categoryFilterException.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties" /> <c><c16:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Charts.InvertIfNegativeBoolean" /> <c><c16:invertIfNegative></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Charts.Bubble3DBoolean" /> <c><c16:bubble3D></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl" /> <c><c16:dLbl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker" /> <c><c16:marker></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Charts.UnsignedIntegerType" /> <c><c16:explosion></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID" /> <c><c16:uniqueId></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.#ctor"> <summary> Initializes a new instance of the CategoryFilterException class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.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.Office2016.Drawing.Charts.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.Office2016.Drawing.Charts.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.Office2016.Drawing.Charts.CategoryFilterException.UniqueIdChartUniqueID"> <summary> <para>UniqueIdChartUniqueID.</para> <para>Represents the following element tag in the schema: c16:uniqueId.</para> </summary> <remark> xmlns:c16 = http://schemas.microsoft.com/office/drawing/2014/chart </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.ShapeProperties"> <summary> <para>ShapeProperties.</para> <para>Represents the following element tag in the schema: c16:spPr.</para> </summary> <remark> xmlns:c16 = http://schemas.microsoft.com/office/drawing/2014/chart </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.UnsignedIntegerType"> <summary> <para>UnsignedIntegerType.</para> <para>Represents the following element tag in the schema: c16:explosion.</para> </summary> <remark> xmlns:c16 = http://schemas.microsoft.com/office/drawing/2014/chart </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.InvertIfNegativeBoolean"> <summary> <para>InvertIfNegativeBoolean.</para> <para>Represents the following element tag in the schema: c16:invertIfNegative.</para> </summary> <remark> xmlns:c16 = http://schemas.microsoft.com/office/drawing/2014/chart </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.Bubble3DBoolean"> <summary> <para>Bubble3DBoolean.</para> <para>Represents the following element tag in the schema: c16:bubble3D.</para> </summary> <remark> xmlns:c16 = http://schemas.microsoft.com/office/drawing/2014/chart </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.Marker"> <summary> <para>Marker.</para> <para>Represents the following element tag in the schema: c16:marker.</para> </summary> <remark> xmlns:c16 = http://schemas.microsoft.com/office/drawing/2014/chart </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.DLbl"> <summary> <para>DLbl.</para> <para>Represents the following element tag in the schema: c16:dLbl.</para> </summary> <remark> xmlns:c16 = http://schemas.microsoft.com/office/drawing/2014/chart </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType"> <summary> <para>Defines the NumberDataType Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c16:numCache.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.NumericPoint" /> <c><c:pt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PointCount" /> <c><c:ptCount></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.FormatCode" /> <c><c:formatCode></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.#ctor"> <summary> Initializes a new instance of the NumberDataType class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.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.Office2016.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.Office2016.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="P:DocumentFormat.OpenXml.Office2016.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.Office2016.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.Office2016.Drawing.Charts.NumberDataType.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache"> <summary> <para>Defines the NumFilteredLiteralCache Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c16:filteredLitCache.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType" /> <c><c16:numCache></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache.#ctor"> <summary> Initializes a new instance of the NumFilteredLiteralCache class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the NumFilteredLiteralCache class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the NumFilteredLiteralCache class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache.#ctor(System.String)"> <summary> Initializes a new instance of the NumFilteredLiteralCache class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache.NumberDataType"> <summary> <para>NumberDataType.</para> <para>Represents the following element tag in the schema: c16:numCache.</para> </summary> <remark> xmlns:c16 = http://schemas.microsoft.com/office/drawing/2014/chart </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType"> <summary> <para>Defines the StringDataType Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c16:strCache.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.StringPoint" /> <c><c:pt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PointCount" /> <c><c:ptCount></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType.#ctor"> <summary> Initializes a new instance of the StringDataType class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.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.Office2016.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.Office2016.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="P:DocumentFormat.OpenXml.Office2016.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.Office2016.Drawing.Charts.StringDataType.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache"> <summary> <para>Defines the StrFilteredLiteralCache Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c16:filteredLitCache.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType" /> <c><c16:strCache></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache.#ctor"> <summary> Initializes a new instance of the StrFilteredLiteralCache class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the StrFilteredLiteralCache class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the StrFilteredLiteralCache class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache.#ctor(System.String)"> <summary> Initializes a new instance of the StrFilteredLiteralCache class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache.StringDataType"> <summary> <para>StringDataType.</para> <para>Represents the following element tag in the schema: c16:strCache.</para> </summary> <remark> xmlns:c16 = http://schemas.microsoft.com/office/drawing/2014/chart </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData"> <summary> <para>Defines the MultiLvlStrData Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c16:multiLvlStrCache.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Level" /> <c><c:lvl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PointCount" /> <c><c:ptCount></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.#ctor"> <summary> Initializes a new instance of the MultiLvlStrData class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the MultiLvlStrData class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the MultiLvlStrData class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.#ctor(System.String)"> <summary> Initializes a new instance of the MultiLvlStrData class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.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.Office2016.Drawing.Charts.MultiLvlStrData.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache"> <summary> <para>Defines the MultiLvlStrFilteredLiteralCache Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c16:filteredLitCache.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData" /> <c><c16:multiLvlStrCache></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache.#ctor"> <summary> Initializes a new instance of the MultiLvlStrFilteredLiteralCache class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the MultiLvlStrFilteredLiteralCache class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the MultiLvlStrFilteredLiteralCache class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache.#ctor(System.String)"> <summary> Initializes a new instance of the MultiLvlStrFilteredLiteralCache class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache.MultiLvlStrData"> <summary> <para>MultiLvlStrData.</para> <para>Represents the following element tag in the schema: c16:multiLvlStrCache.</para> </summary> <remark> xmlns:c16 = http://schemas.microsoft.com/office/drawing/2014/chart </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Charts.LiteralDataChart"> <summary> <para>Defines the LiteralDataChart Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c16:literalDataChart.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.LiteralDataChart.#ctor"> <summary> Initializes a new instance of the LiteralDataChart class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Charts.LiteralDataChart.Val"> <summary> <para>val, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: val</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.LiteralDataChart.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanFalse"> <summary> <para>Defines the BooleanFalse Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c16:showExpandCollapseFieldButtons.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanFalse.#ctor"> <summary> Initializes a new instance of the BooleanFalse class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanFalse.Val"> <summary> <para>val, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: val</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanFalse.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Charts.XsdunsignedInt"> <summary> <para>Defines the XsdunsignedInt Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c16:ptidx.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.XsdunsignedInt.#ctor"> <summary> Initializes a new instance of the XsdunsignedInt class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.XsdunsignedInt.#ctor(System.String)"> <summary> Initializes a new instance of the XsdunsignedInt class with the specified text content. </summary> <param name="text">Specifies the text content of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.XsdunsignedInt.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry"> <summary> <para>Defines the ChartDataPointUniqueIDMapEntry Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c16:ptentry.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueID" /> <c><c16:uniqueID></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Drawing.Charts.XsdunsignedInt" /> <c><c16:ptidx></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.#ctor"> <summary> Initializes a new instance of the ChartDataPointUniqueIDMapEntry class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the ChartDataPointUniqueIDMapEntry class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the ChartDataPointUniqueIDMapEntry class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.#ctor(System.String)"> <summary> Initializes a new instance of the ChartDataPointUniqueIDMapEntry class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.XsdunsignedInt"> <summary> <para>XsdunsignedInt.</para> <para>Represents the following element tag in the schema: c16:ptidx.</para> </summary> <remark> xmlns:c16 = http://schemas.microsoft.com/office/drawing/2014/chart </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.UniqueID"> <summary> <para>UniqueID.</para> <para>Represents the following element tag in the schema: c16:uniqueID.</para> </summary> <remark> xmlns:c16 = http://schemas.microsoft.com/office/drawing/2014/chart </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData"> <summary> <para>Defines the MultiLvlStrData Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is c16ac:multiLvlStrLit.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.ExtensionList" /> <c><c:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.Level" /> <c><c:lvl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Charts.PointCount" /> <c><c:ptCount></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData.#ctor"> <summary> Initializes a new instance of the MultiLvlStrData class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the MultiLvlStrData class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the MultiLvlStrData class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData.#ctor(System.String)"> <summary> Initializes a new instance of the MultiLvlStrData class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData.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.Office2016.Drawing.ChartsAc.MultiLvlStrData.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.CreationId"> <summary> <para>Defines the CreationId Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a16:creationId.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.CreationId.#ctor"> <summary> Initializes a new instance of the CreationId class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.CreationId.Id"> <summary> <para>id, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: id</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.CreationId.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.PredecessorDrawingElementReference"> <summary> <para>Defines the PredecessorDrawingElementReference Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a16:predDERef.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.PredecessorDrawingElementReference.#ctor"> <summary> Initializes a new instance of the PredecessorDrawingElementReference class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.PredecessorDrawingElementReference.Pred"> <summary> <para>pred, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: pred</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.PredecessorDrawingElementReference.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences"> <summary> <para>Defines the ConnectableReferences Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a16:cxnDERefs.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences.#ctor"> <summary> Initializes a new instance of the ConnectableReferences class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences.St"> <summary> <para>st, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: st</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences.End"> <summary> <para>end, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: end</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.RowIdIdentifier"> <summary> <para>Defines the RowIdIdentifier Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a16:rowId.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.RowIdIdentifier.#ctor"> <summary> Initializes a new instance of the RowIdIdentifier class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.RowIdIdentifier.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.ColIdIdentifier"> <summary> <para>Defines the ColIdIdentifier Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is a16:colId.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ColIdIdentifier.#ctor"> <summary> Initializes a new instance of the ColIdIdentifier class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.ColIdIdentifier.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Drawing.OpenXmlIdentifierElement"> <summary> <para>Defines the OpenXmlIdentifierElement Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Drawing.OpenXmlIdentifierElement.#ctor"> <summary> Initializes a new instance of the OpenXmlIdentifierElement class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Drawing.OpenXmlIdentifierElement.Val"> <summary> <para>val, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: val</para> </summary> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Presentation.Command.CommentAuthorMonikerList"> <summary> <para>Defines the CommentAuthorMonikerList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is pc:cmAuthorMkLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.CommentAuthorMonikerList.#ctor"> <summary> Initializes a new instance of the CommentAuthorMonikerList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.CommentAuthorMonikerList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the CommentAuthorMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.CommentAuthorMonikerList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the CommentAuthorMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.CommentAuthorMonikerList.#ctor(System.String)"> <summary> Initializes a new instance of the CommentAuthorMonikerList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.CommentAuthorMonikerList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Presentation.Command.CommentMonikerList"> <summary> <para>Defines the CommentMonikerList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is pc:cmMkLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.CommentMonikerList.#ctor"> <summary> Initializes a new instance of the CommentMonikerList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.CommentMonikerList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the CommentMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.CommentMonikerList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the CommentMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.CommentMonikerList.#ctor(System.String)"> <summary> Initializes a new instance of the CommentMonikerList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.CommentMonikerList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Presentation.Command.StringTagMonikerList"> <summary> <para>Defines the StringTagMonikerList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is pc:tagMkLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.StringTagMonikerList.#ctor"> <summary> Initializes a new instance of the StringTagMonikerList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.StringTagMonikerList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the StringTagMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.StringTagMonikerList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the StringTagMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.StringTagMonikerList.#ctor(System.String)"> <summary> Initializes a new instance of the StringTagMonikerList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.StringTagMonikerList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Presentation.Command.CustomShowMonikerList"> <summary> <para>Defines the CustomShowMonikerList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is pc:custShowMkLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.CustomShowMonikerList.#ctor"> <summary> Initializes a new instance of the CustomShowMonikerList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.CustomShowMonikerList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the CustomShowMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.CustomShowMonikerList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the CustomShowMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.CustomShowMonikerList.#ctor(System.String)"> <summary> Initializes a new instance of the CustomShowMonikerList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.CustomShowMonikerList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Presentation.Command.DocumentMonikerList"> <summary> <para>Defines the DocumentMonikerList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is pc:docMkLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.DocumentMonikerList.#ctor"> <summary> Initializes a new instance of the DocumentMonikerList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.DocumentMonikerList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the DocumentMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.DocumentMonikerList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the DocumentMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.DocumentMonikerList.#ctor(System.String)"> <summary> Initializes a new instance of the DocumentMonikerList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.DocumentMonikerList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Presentation.Command.SectionMonikerList"> <summary> <para>Defines the SectionMonikerList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is pc:sectionMkLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.SectionMonikerList.#ctor"> <summary> Initializes a new instance of the SectionMonikerList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.SectionMonikerList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the SectionMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.SectionMonikerList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the SectionMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.SectionMonikerList.#ctor(System.String)"> <summary> Initializes a new instance of the SectionMonikerList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.SectionMonikerList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideBaseMonikerList"> <summary> <para>Defines the SlideBaseMonikerList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is pc:sldBaseMkLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideBaseMonikerList.#ctor"> <summary> Initializes a new instance of the SlideBaseMonikerList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideBaseMonikerList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the SlideBaseMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideBaseMonikerList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the SlideBaseMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideBaseMonikerList.#ctor(System.String)"> <summary> Initializes a new instance of the SlideBaseMonikerList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideBaseMonikerList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideLayoutMonikerList"> <summary> <para>Defines the SlideLayoutMonikerList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is pc:sldLayoutMkLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideLayoutMonikerList.#ctor"> <summary> Initializes a new instance of the SlideLayoutMonikerList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideLayoutMonikerList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the SlideLayoutMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideLayoutMonikerList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the SlideLayoutMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideLayoutMonikerList.#ctor(System.String)"> <summary> Initializes a new instance of the SlideLayoutMonikerList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideLayoutMonikerList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Presentation.Command.MainMasterMonikerList"> <summary> <para>Defines the MainMasterMonikerList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is pc:sldMasterMkLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.MainMasterMonikerList.#ctor"> <summary> Initializes a new instance of the MainMasterMonikerList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.MainMasterMonikerList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the MainMasterMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.MainMasterMonikerList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the MainMasterMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.MainMasterMonikerList.#ctor(System.String)"> <summary> Initializes a new instance of the MainMasterMonikerList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.MainMasterMonikerList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideMonikerList"> <summary> <para>Defines the SlideMonikerList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is pc:sldMkLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideMonikerList.#ctor"> <summary> Initializes a new instance of the SlideMonikerList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideMonikerList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the SlideMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideMonikerList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the SlideMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideMonikerList.#ctor(System.String)"> <summary> Initializes a new instance of the SlideMonikerList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideMonikerList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Presentation.Command.SlidePosMonikerList"> <summary> <para>Defines the SlidePosMonikerList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is pc:sldPosMkLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.SlidePosMonikerList.#ctor"> <summary> Initializes a new instance of the SlidePosMonikerList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.SlidePosMonikerList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the SlidePosMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.SlidePosMonikerList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the SlidePosMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.SlidePosMonikerList.#ctor(System.String)"> <summary> Initializes a new instance of the SlidePosMonikerList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.SlidePosMonikerList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Presentation.Command.NotesMonikerList"> <summary> <para>Defines the NotesMonikerList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is pc:notesMkLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.NotesMonikerList.#ctor"> <summary> Initializes a new instance of the NotesMonikerList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.NotesMonikerList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the NotesMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.NotesMonikerList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the NotesMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.NotesMonikerList.#ctor(System.String)"> <summary> Initializes a new instance of the NotesMonikerList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.NotesMonikerList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Presentation.Command.NotesTextMonikerList"> <summary> <para>Defines the NotesTextMonikerList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is pc:notesTxtMkLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.NotesTextMonikerList.#ctor"> <summary> Initializes a new instance of the NotesTextMonikerList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.NotesTextMonikerList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the NotesTextMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.NotesTextMonikerList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the NotesTextMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.NotesTextMonikerList.#ctor(System.String)"> <summary> Initializes a new instance of the NotesTextMonikerList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.NotesTextMonikerList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Presentation.Command.NotesMasterMonikerList"> <summary> <para>Defines the NotesMasterMonikerList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is pc:notesMasterMkLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.NotesMasterMonikerList.#ctor"> <summary> Initializes a new instance of the NotesMasterMonikerList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.NotesMasterMonikerList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the NotesMasterMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.NotesMasterMonikerList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the NotesMasterMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.NotesMasterMonikerList.#ctor(System.String)"> <summary> Initializes a new instance of the NotesMasterMonikerList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.NotesMasterMonikerList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Presentation.Command.HandoutMonikerList"> <summary> <para>Defines the HandoutMonikerList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is pc:handoutMkLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.HandoutMonikerList.#ctor"> <summary> Initializes a new instance of the HandoutMonikerList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.HandoutMonikerList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the HandoutMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.HandoutMonikerList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the HandoutMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.HandoutMonikerList.#ctor(System.String)"> <summary> Initializes a new instance of the HandoutMonikerList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.HandoutMonikerList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Presentation.Command.AnimEffectMkLstAnimationEffectMonikerList"> <summary> <para>Defines the AnimEffectMkLstAnimationEffectMonikerList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is pc:animEffectMkLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.AnimEffectMkLstAnimationEffectMonikerList.#ctor"> <summary> Initializes a new instance of the AnimEffectMkLstAnimationEffectMonikerList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.AnimEffectMkLstAnimationEffectMonikerList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the AnimEffectMkLstAnimationEffectMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.AnimEffectMkLstAnimationEffectMonikerList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the AnimEffectMkLstAnimationEffectMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.AnimEffectMkLstAnimationEffectMonikerList.#ctor(System.String)"> <summary> Initializes a new instance of the AnimEffectMkLstAnimationEffectMonikerList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.AnimEffectMkLstAnimationEffectMonikerList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Presentation.Command.AnimEffectParentMkLstAnimationEffectMonikerList"> <summary> <para>Defines the AnimEffectParentMkLstAnimationEffectMonikerList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is pc:animEffectParentMkLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.AnimEffectParentMkLstAnimationEffectMonikerList.#ctor"> <summary> Initializes a new instance of the AnimEffectParentMkLstAnimationEffectMonikerList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.AnimEffectParentMkLstAnimationEffectMonikerList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the AnimEffectParentMkLstAnimationEffectMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.AnimEffectParentMkLstAnimationEffectMonikerList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the AnimEffectParentMkLstAnimationEffectMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.AnimEffectParentMkLstAnimationEffectMonikerList.#ctor(System.String)"> <summary> Initializes a new instance of the AnimEffectParentMkLstAnimationEffectMonikerList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.AnimEffectParentMkLstAnimationEffectMonikerList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Presentation.Command.OpenXmlAnimationEffectMonikerListElement"> <summary> <para>Defines the OpenXmlAnimationEffectMonikerListElement Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.OpenXmlAnimationEffectMonikerListElement.#ctor"> <summary> Initializes a new instance of the OpenXmlAnimationEffectMonikerListElement class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.OpenXmlAnimationEffectMonikerListElement.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the OpenXmlAnimationEffectMonikerListElement class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.OpenXmlAnimationEffectMonikerListElement.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the OpenXmlAnimationEffectMonikerListElement class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.OpenXmlAnimationEffectMonikerListElement.#ctor(System.String)"> <summary> Initializes a new instance of the OpenXmlAnimationEffectMonikerListElement class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Presentation.Command.OsfTaskPaneAppMonikerList"> <summary> <para>Defines the OsfTaskPaneAppMonikerList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is pc:tkAppMkLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.OsfTaskPaneAppMonikerList.#ctor"> <summary> Initializes a new instance of the OsfTaskPaneAppMonikerList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.OsfTaskPaneAppMonikerList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the OsfTaskPaneAppMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.OsfTaskPaneAppMonikerList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the OsfTaskPaneAppMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.OsfTaskPaneAppMonikerList.#ctor(System.String)"> <summary> Initializes a new instance of the OsfTaskPaneAppMonikerList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.OsfTaskPaneAppMonikerList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Presentation.Command.SummaryZoomMonikerList"> <summary> <para>Defines the SummaryZoomMonikerList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is pc:tocMkLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.SummaryZoomMonikerList.#ctor"> <summary> Initializes a new instance of the SummaryZoomMonikerList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.SummaryZoomMonikerList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the SummaryZoomMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.SummaryZoomMonikerList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the SummaryZoomMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.SummaryZoomMonikerList.#ctor(System.String)"> <summary> Initializes a new instance of the SummaryZoomMonikerList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.SummaryZoomMonikerList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Presentation.Command.SectionLinkObjMonikerList"> <summary> <para>Defines the SectionLinkObjMonikerList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is pc:sectionLnkObjMkLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.SectionLinkObjMonikerList.#ctor"> <summary> Initializes a new instance of the SectionLinkObjMonikerList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.SectionLinkObjMonikerList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the SectionLinkObjMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.SectionLinkObjMonikerList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the SectionLinkObjMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.SectionLinkObjMonikerList.#ctor(System.String)"> <summary> Initializes a new instance of the SectionLinkObjMonikerList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.SectionLinkObjMonikerList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Presentation.Command.DesignerTagMonikerList"> <summary> <para>Defines the DesignerTagMonikerList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is pc:designTagMkLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.DesignerTagMonikerList.#ctor"> <summary> Initializes a new instance of the DesignerTagMonikerList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.DesignerTagMonikerList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the DesignerTagMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.DesignerTagMonikerList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the DesignerTagMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.DesignerTagMonikerList.#ctor(System.String)"> <summary> Initializes a new instance of the DesignerTagMonikerList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.DesignerTagMonikerList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Presentation.Command.CustomXmlPartMonikerList"> <summary> <para>Defines the CustomXmlPartMonikerList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is pc:cXmlMkLst.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.CustomXmlPartMonikerList.#ctor"> <summary> Initializes a new instance of the CustomXmlPartMonikerList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.CustomXmlPartMonikerList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the CustomXmlPartMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.CustomXmlPartMonikerList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the CustomXmlPartMonikerList class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.CustomXmlPartMonikerList.#ctor(System.String)"> <summary> Initializes a new instance of the CustomXmlPartMonikerList class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.Command.CustomXmlPartMonikerList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Presentation.DesignElement"> <summary> <para>Defines the DesignElement Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is p16:designElem.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.DesignElement.#ctor"> <summary> Initializes a new instance of the DesignElement class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Presentation.DesignElement.Val"> <summary> <para>val, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: val</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Presentation.DesignElement.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupings"> <summary> <para>Defines the ModelTimeGroupings Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x16:modelTimeGroupings.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping" /> <c><x16:modelTimeGrouping></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupings.#ctor"> <summary> Initializes a new instance of the ModelTimeGroupings class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupings.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the ModelTimeGroupings class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupings.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the ModelTimeGroupings class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupings.#ctor(System.String)"> <summary> Initializes a new instance of the ModelTimeGroupings class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupings.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping"> <summary> <para>Defines the ModelTimeGrouping Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x16:modelTimeGrouping.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn" /> <c><x16:calculatedTimeColumn></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.#ctor"> <summary> Initializes a new instance of the ModelTimeGrouping class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the ModelTimeGrouping class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the ModelTimeGrouping class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.#ctor(System.String)"> <summary> Initializes a new instance of the ModelTimeGrouping class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.TableName"> <summary> <para>tableName, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: tableName</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ColumnName"> <summary> <para>columnName, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: columnName</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ColumnId"> <summary> <para>columnId, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: columnId</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn"> <summary> <para>Defines the CalculatedTimeColumn Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x16:calculatedTimeColumn.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.#ctor"> <summary> Initializes a new instance of the CalculatedTimeColumn class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.ColumnName"> <summary> <para>columnName, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: columnName</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.ColumnId"> <summary> <para>columnId, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: columnId</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.ContentType"> <summary> <para>contentType, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: contentType</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.IsSelected"> <summary> <para>isSelected, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: isSelected</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType"> <summary> Defines the ModelTimeGroupingContentType enumeration. </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Years"> <summary> years. <para>When the item is serialized out as xml, its value is "years".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Quarters"> <summary> quarters. <para>When the item is serialized out as xml, its value is "quarters".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Monthsindex"> <summary> monthsindex. <para>When the item is serialized out as xml, its value is "monthsindex".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Months"> <summary> months. <para>When the item is serialized out as xml, its value is "months".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Daysindex"> <summary> daysindex. <para>When the item is serialized out as xml, its value is "daysindex".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Days"> <summary> days. <para>When the item is serialized out as xml, its value is "days".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Hours"> <summary> hours. <para>When the item is serialized out as xml, its value is "hours".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Minutes"> <summary> minutes. <para>When the item is serialized out as xml, its value is "minutes".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Seconds"> <summary> seconds. <para>When the item is serialized out as xml, its value is "seconds".</para> </summary> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders"> <summary> <para>Defines the RevExHeaders Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:revHdrs.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.RevExHeader" /> <c><xr:hdr></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.#ctor"> <summary> Initializes a new instance of the RevExHeaders class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the RevExHeaders class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the RevExHeaders class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.#ctor(System.String)"> <summary> Initializes a new instance of the RevExHeaders class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.MinRev"> <summary> <para>minRev, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: minRev</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.MaxRev"> <summary> <para>maxRev, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: maxRev</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.DocId"> <summary> <para>docId, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: docId</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.EndpointId"> <summary> <para>endpointId, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: endpointId</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.RevExStream"> <summary> <para>Defines the RevExStream Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:revStream.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell" /> <c><xr:xrrc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj" /> <c><xr:xrrco></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName" /> <c><xr:xrrDefName></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj" /> <c><xr:xrrdo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting" /> <c><xr:xrrf></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.RevExFuture" /> <c><xr:xrrftr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.RevExMove" /> <c><xr:xrrm></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn" /> <c><xr:xrrrc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp" /> <c><xr:xrrSheet></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed" /> <c><xr:xrrTrim></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported" /> <c><xr:xrrUspt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.RevGroup" /> <c><xr:xrrg></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.RevisionList" /> <c><xr:xrrList></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw" /> <c><xr:xrrListExpR></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExStream.#ctor"> <summary> Initializes a new instance of the RevExStream class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExStream.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the RevExStream class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExStream.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the RevExStream class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExStream.#ctor(System.String)"> <summary> Initializes a new instance of the RevExStream class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExStream.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType"> <summary> <para>Defines the DifferentialFormatType Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:dxf.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Border" /> <c><x:border></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Alignment" /> <c><x:alignment></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Protection" /> <c><x:protection></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Fill" /> <c><x:fill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Font" /> <c><x:font></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.NumberingFormat" /> <c><x:numFmt></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.#ctor"> <summary> Initializes a new instance of the DifferentialFormatType class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.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.Office2016.Excel.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.Office2016.Excel.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="P:DocumentFormat.OpenXml.Office2016.Excel.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.Office2016.Excel.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.Office2016.Excel.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.Office2016.Excel.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.Office2016.Excel.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.Office2016.Excel.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.Office2016.Excel.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.Office2016.Excel.DifferentialFormatType.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.RevisionPtr"> <summary> <para>Defines the RevisionPtr Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:revisionPtr.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevisionPtr.#ctor"> <summary> Initializes a new instance of the RevisionPtr class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevisionPtr.RevIDLastSave"> <summary> <para>revIDLastSave, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: revIDLastSave</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevisionPtr.DocumentId"> <summary> <para>documentId, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: documentId</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevisionPtr.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject"> <summary> <para>Defines the StateBasedObject Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:objectState.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.AutoFilter" /> <c><xr:autoFilter></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.Comments" /> <c><xr:comments></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.DataValidation" /> <c><xr:dataValidation></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.Hyperlink" /> <c><xr:hyperlink></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition" /> <c><xr:pivotTableDefinition></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup" /> <c><xr:sparklineGroup></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.#ctor"> <summary> Initializes a new instance of the StateBasedObject class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the StateBasedObject class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the StateBasedObject class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.#ctor(System.String)"> <summary> Initializes a new instance of the StateBasedObject class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.DataValidation"> <summary> <para>Represents an external link to another workbook..</para> <para>Represents the following element tag in the schema: xr:dataValidation.</para> </summary> <remark> xmlns:xr = http://schemas.microsoft.com/office/spreadsheetml/2014/revision </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.Hyperlink"> <summary> <para>Represents a hyperlink within a cell..</para> <para>Represents the following element tag in the schema: xr:hyperlink.</para> </summary> <remark> xmlns:xr = http://schemas.microsoft.com/office/spreadsheetml/2014/revision </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.SparklineGroup"> <summary> <para>Represents a sparkline group of 1 or more sparklines..</para> <para>Represents the following element tag in the schema: xr:sparklineGroup.</para> </summary> <remark> xmlns:xr = http://schemas.microsoft.com/office/spreadsheetml/2014/revision </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.Comments"> <summary> <para>Represents one comment within a cell..</para> <para>Represents the following element tag in the schema: xr:comments.</para> </summary> <remark> xmlns:xr = http://schemas.microsoft.com/office/spreadsheetml/2014/revision </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.AutoFilter"> <summary> <para>Represents an autofilter..</para> <para>Represents the following element tag in the schema: xr:autoFilter.</para> </summary> <remark> xmlns:xr = http://schemas.microsoft.com/office/spreadsheetml/2014/revision </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.pivotTableDefinition"> <summary> <para>Represents a PivotTable View..</para> <para>Represents the following element tag in the schema: xr:pivotTableDefinition.</para> </summary> <remark> xmlns:xr = http://schemas.microsoft.com/office/spreadsheetml/2014/revision </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.RevExHeader"> <summary> <para>Defines the RevExHeader Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:hdr.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.#ctor"> <summary> Initializes a new instance of the RevExHeader class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.Id"> <summary> <para>id, this property is only available in Office 2016 and later.</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.Office2016.Excel.RevExHeader.MinRev"> <summary> <para>minRev, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: minRev</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.MaxRev"> <summary> <para>maxRev, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: maxRev</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.Time"> <summary> <para>time, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: time</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.RevExFuture"> <summary> <para>Defines the RevExFuture Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:xrrftr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.RevExTest" /> <c><xr:xrrtest></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.#ctor"> <summary> Initializes a new instance of the RevExFuture class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the RevExFuture class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the RevExFuture class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.#ctor(System.String)"> <summary> Initializes a new instance of the RevExFuture class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Rev"> <summary> <para>rev, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: rev</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Uid"> <summary> <para>uid, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: uid</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Sh"> <summary> <para>sh, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: sh</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Uidp"> <summary> <para>uidp, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: uidp</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Ctx"> <summary> <para>ctx, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: ctx</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Sti"> <summary> <para>sti, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: sti</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported"> <summary> <para>Defines the RevExUnsupported Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:xrrUspt.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.#ctor"> <summary> Initializes a new instance of the RevExUnsupported class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Rev"> <summary> <para>rev, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: rev</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Uid"> <summary> <para>uid, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: uid</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Sh"> <summary> <para>sh, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: sh</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Uidp"> <summary> <para>uidp, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: uidp</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Ctx"> <summary> <para>ctx, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: ctx</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed"> <summary> <para>Defines the RevExTrimmed Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:xrrTrim.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.#ctor"> <summary> Initializes a new instance of the RevExTrimmed class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Rev"> <summary> <para>rev, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: rev</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Uid"> <summary> <para>uid, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: uid</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Sh"> <summary> <para>sh, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: sh</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Uidp"> <summary> <para>uidp, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: uidp</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Ctx"> <summary> <para>ctx, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: ctx</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn"> <summary> <para>Defines the RevExRowColumn Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:xrrrc.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.#ctor"> <summary> Initializes a new instance of the RevExRowColumn class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Rev"> <summary> <para>rev, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: rev</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Uid"> <summary> <para>uid, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: uid</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Sh"> <summary> <para>sh, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: sh</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Uidp"> <summary> <para>uidp, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: uidp</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Ctx"> <summary> <para>ctx, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: ctx</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Eol"> <summary> <para>eol, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: eol</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Ref"> <summary> <para>ref, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: ref</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Action"> <summary> <para>action, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: action</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.RevExMove"> <summary> <para>Defines the RevExMove Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:xrrm.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExMove.#ctor"> <summary> Initializes a new instance of the RevExMove class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Rev"> <summary> <para>rev, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: rev</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Uid"> <summary> <para>uid, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: uid</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Sh"> <summary> <para>sh, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: sh</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Uidp"> <summary> <para>uidp, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: uidp</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Ctx"> <summary> <para>ctx, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: ctx</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Src"> <summary> <para>src, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: src</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Dst"> <summary> <para>dst, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: dst</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExMove.SrcSh"> <summary> <para>srcSh, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: srcSh</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExMove.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell"> <summary> <para>Defines the RevExChangeCell Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:xrrc.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit" /> <c><xr:ccse></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.RevCell" /> <c><xr:c></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.#ctor"> <summary> Initializes a new instance of the RevExChangeCell class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the RevExChangeCell class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the RevExChangeCell class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.#ctor(System.String)"> <summary> Initializes a new instance of the RevExChangeCell class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.ListUid"> <summary> <para>listUid, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: listUid</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Rev"> <summary> <para>rev, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: rev</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Uid"> <summary> <para>uid, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: uid</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Sh"> <summary> <para>sh, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: sh</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Uidp"> <summary> <para>uidp, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: uidp</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Ctx"> <summary> <para>ctx, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: ctx</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.R"> <summary> <para>r, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: r</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.T"> <summary> <para>t, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: t</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.X"> <summary> <para>x, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: x</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.W"> <summary> <para>w, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: w</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting"> <summary> <para>Defines the RevExFormatting Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:xrrf.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType" /> <c><xr:dxf></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.ExtensionList" /> <c><xr:extLst></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.#ctor"> <summary> Initializes a new instance of the RevExFormatting class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the RevExFormatting class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the RevExFormatting class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.#ctor(System.String)"> <summary> Initializes a new instance of the RevExFormatting class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Rev"> <summary> <para>rev, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: rev</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Uid"> <summary> <para>uid, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: uid</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Sh"> <summary> <para>sh, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: sh</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Uidp"> <summary> <para>uidp, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: uidp</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Ctx"> <summary> <para>ctx, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: ctx</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.NumFmtId"> <summary> <para>numFmtId, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: numFmtId</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.XfDxf"> <summary> <para>xfDxf, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: xfDxf</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Style"> <summary> <para>style, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: style</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Sqref"> <summary> <para>sqref, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: sqref</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Start"> <summary> <para>start, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: start</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Length"> <summary> <para>length, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: length</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.StyleUid"> <summary> <para>styleUid, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: styleUid</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.FBlankCell"> <summary> <para>fBlankCell, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: fBlankCell</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyNumberFormat"> <summary> <para>applyNumberFormat, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: applyNumberFormat</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyFont"> <summary> <para>applyFont, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: applyFont</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyFill"> <summary> <para>applyFill, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: applyFill</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyBorder"> <summary> <para>applyBorder, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: applyBorder</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyAlignment"> <summary> <para>applyAlignment, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: applyAlignment</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyProtection"> <summary> <para>applyProtection, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: applyProtection</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.DifferentialFormatType"> <summary> <para>DifferentialFormatType.</para> <para>Represents the following element tag in the schema: xr:dxf.</para> </summary> <remark> xmlns:xr = http://schemas.microsoft.com/office/spreadsheetml/2014/revision </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ExtensionList"> <summary> <para>ExtensionList.</para> <para>Represents the following element tag in the schema: xr:extLst.</para> </summary> <remark> xmlns:xr = http://schemas.microsoft.com/office/spreadsheetml/2014/revision </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName"> <summary> <para>Defines the RevExDefinedName Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:xrrDefName.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.ExtensionList" /> <c><xr:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.FormulaFormula" /> <c><xr:formula></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.#ctor"> <summary> Initializes a new instance of the RevExDefinedName class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the RevExDefinedName class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the RevExDefinedName class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.#ctor(System.String)"> <summary> Initializes a new instance of the RevExDefinedName class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Rev"> <summary> <para>rev, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: rev</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Uid"> <summary> <para>uid, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: uid</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Sh"> <summary> <para>sh, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: sh</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Uidp"> <summary> <para>uidp, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: uidp</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Ctx"> <summary> <para>ctx, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: ctx</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.CustomView"> <summary> <para>customView, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: customView</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Name"> <summary> <para>name, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: name</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Function"> <summary> <para>function, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: function</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.FunctionGroupId"> <summary> <para>functionGroupId, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: functionGroupId</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.ShortcutKey"> <summary> <para>shortcutKey, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: shortcutKey</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Hidden"> <summary> <para>hidden, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: hidden</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.CustomMenu"> <summary> <para>customMenu, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: customMenu</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Description"> <summary> <para>description, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: description</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Help"> <summary> <para>help, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: help</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.StatusBar"> <summary> <para>statusBar, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: statusBar</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Comment"> <summary> <para>comment, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: comment</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.FormulaFormula"> <summary> <para>FormulaFormula.</para> <para>Represents the following element tag in the schema: xr:formula.</para> </summary> <remark> xmlns:xr = http://schemas.microsoft.com/office/spreadsheetml/2014/revision </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.ExtensionList"> <summary> <para>ExtensionList.</para> <para>Represents the following element tag in the schema: xr:extLst.</para> </summary> <remark> xmlns:xr = http://schemas.microsoft.com/office/spreadsheetml/2014/revision </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj"> <summary> <para>Defines the RevExDelObj Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:xrrdo.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader" /> <c><xr:hdr></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.#ctor"> <summary> Initializes a new instance of the RevExDelObj class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the RevExDelObj class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the RevExDelObj class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.#ctor(System.String)"> <summary> Initializes a new instance of the RevExDelObj class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Rev"> <summary> <para>rev, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: rev</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Uid"> <summary> <para>uid, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: uid</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Sh"> <summary> <para>sh, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: sh</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Uidp"> <summary> <para>uidp, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: uidp</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Ctx"> <summary> <para>ctx, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: ctx</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.StateBasedHeader"> <summary> <para>StateBasedHeader.</para> <para>Represents the following element tag in the schema: xr:hdr.</para> </summary> <remark> xmlns:xr = http://schemas.microsoft.com/office/spreadsheetml/2014/revision </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj"> <summary> <para>Defines the RevExChgObj Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:xrrco.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.RevisionState" /> <c><xr:body></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.RevisionStateLink" /> <c><xr:link></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader" /> <c><xr:hdr></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.#ctor"> <summary> Initializes a new instance of the RevExChgObj class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the RevExChgObj class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the RevExChgObj class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.#ctor(System.String)"> <summary> Initializes a new instance of the RevExChgObj class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Rev"> <summary> <para>rev, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: rev</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Uid"> <summary> <para>uid, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: uid</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Sh"> <summary> <para>sh, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: sh</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Uidp"> <summary> <para>uidp, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: uidp</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Ctx"> <summary> <para>ctx, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: ctx</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.StateBasedHeader"> <summary> <para>StateBasedHeader.</para> <para>Represents the following element tag in the schema: xr:hdr.</para> </summary> <remark> xmlns:xr = http://schemas.microsoft.com/office/spreadsheetml/2014/revision </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp"> <summary> <para>Defines the RevExSheetOp Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:xrrSheet.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.#ctor"> <summary> Initializes a new instance of the RevExSheetOp class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Rev"> <summary> <para>rev, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: rev</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Uid"> <summary> <para>uid, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: uid</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Sh"> <summary> <para>sh, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: sh</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Uidp"> <summary> <para>uidp, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: uidp</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Ctx"> <summary> <para>ctx, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: ctx</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Op"> <summary> <para>op, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: op</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Name"> <summary> <para>name, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: name</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.IdOrig"> <summary> <para>idOrig, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: idOrig</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.IdNew"> <summary> <para>idNew, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: idNew</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.RevisionList"> <summary> <para>Defines the RevisionList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:xrrList.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevisionList.#ctor"> <summary> Initializes a new instance of the RevisionList class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Rev"> <summary> <para>rev, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: rev</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Uid"> <summary> <para>uid, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: uid</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Sh"> <summary> <para>sh, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: sh</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Uidp"> <summary> <para>uidp, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: uidp</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Ctx"> <summary> <para>ctx, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: ctx</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Data"> <summary> <para>Data, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: Data</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Formatting"> <summary> <para>Formatting, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: Formatting</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevisionList.RangeBased"> <summary> <para>RangeBased, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: RangeBased</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Fake"> <summary> <para>Fake, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: Fake</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Ref"> <summary> <para>ref, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: ref</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Headers"> <summary> <para>Headers, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: Headers</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevisionList.InsDelHeaders"> <summary> <para>InsDelHeaders, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: InsDelHeaders</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevisionList.RId"> <summary> <para>rId, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: rId</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevisionList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw"> <summary> <para>Defines the RevListAutoExpandRw Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:xrrListExpR.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.#ctor"> <summary> Initializes a new instance of the RevListAutoExpandRw class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Rev"> <summary> <para>rev, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: rev</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Uid"> <summary> <para>uid, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: uid</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Sh"> <summary> <para>sh, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: sh</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Uidp"> <summary> <para>uidp, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: uidp</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Ctx"> <summary> <para>ctx, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: ctx</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.RefAdded"> <summary> <para>refAdded, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: refAdded</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.ListGuid"> <summary> <para>listGuid, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: listGuid</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.RevGroup"> <summary> <para>Defines the RevGroup Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:xrrg.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell" /> <c><xr:xrrc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj" /> <c><xr:xrrco></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName" /> <c><xr:xrrDefName></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj" /> <c><xr:xrrdo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting" /> <c><xr:xrrf></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.RevExFuture" /> <c><xr:xrrftr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.RevExMove" /> <c><xr:xrrm></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn" /> <c><xr:xrrrc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp" /> <c><xr:xrrSheet></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed" /> <c><xr:xrrTrim></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported" /> <c><xr:xrrUspt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.RevisionList" /> <c><xr:xrrList></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw" /> <c><xr:xrrListExpR></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevGroup.#ctor"> <summary> Initializes a new instance of the RevGroup class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevGroup.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the RevGroup class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevGroup.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the RevGroup class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevGroup.#ctor(System.String)"> <summary> Initializes a new instance of the RevGroup class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Rev"> <summary> <para>rev, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: rev</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Uid"> <summary> <para>uid, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: uid</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Sh"> <summary> <para>sh, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: sh</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Uidp"> <summary> <para>uidp, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: uidp</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Ctx"> <summary> <para>ctx, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: ctx</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevGroup.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.RevExTest"> <summary> <para>Defines the RevExTest Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:xrrtest.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExTest.#ctor"> <summary> Initializes a new instance of the RevExTest class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevExTest.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.RevCell"> <summary> <para>Defines the RevCell Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:c.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.RstType" /> <c><xr:is></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.FFormula" /> <c><xr:f></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.Xstring" /> <c><xr:v></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevCell.#ctor"> <summary> Initializes a new instance of the RevCell class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevCell.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the RevCell class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevCell.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the RevCell class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevCell.#ctor(System.String)"> <summary> Initializes a new instance of the RevCell class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevCell.T"> <summary> <para>t, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: t</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevCell.Nop"> <summary> <para>nop, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: nop</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevCell.Tick"> <summary> <para>tick, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: tick</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevCell.Rep"> <summary> <para>rep, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: rep</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevCell.FFormula"> <summary> <para>FFormula.</para> <para>Represents the following element tag in the schema: xr:f.</para> </summary> <remark> xmlns:xr = http://schemas.microsoft.com/office/spreadsheetml/2014/revision </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevCell.Xstring"> <summary> <para>Xstring.</para> <para>Represents the following element tag in the schema: xr:v.</para> </summary> <remark> xmlns:xr = http://schemas.microsoft.com/office/spreadsheetml/2014/revision </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevCell.RstType"> <summary> <para>RstType.</para> <para>Represents the following element tag in the schema: xr:is.</para> </summary> <remark> xmlns:xr = http://schemas.microsoft.com/office/spreadsheetml/2014/revision </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevCell.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit"> <summary> <para>Defines the ChangeCellSubEdit Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:ccse.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.RevCell" /> <c><xr:c></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.#ctor"> <summary> Initializes a new instance of the ChangeCellSubEdit class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the ChangeCellSubEdit class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the ChangeCellSubEdit class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.#ctor(System.String)"> <summary> Initializes a new instance of the ChangeCellSubEdit class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.R"> <summary> <para>r, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: r</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.T"> <summary> <para>t, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: t</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.X"> <summary> <para>x, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: x</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.W"> <summary> <para>w, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: w</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.ExtensionList"> <summary> <para>Defines the ExtensionList Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Extension" /> <c><x:ext></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.ExtensionList.#ctor"> <summary> Initializes a new instance of the ExtensionList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.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.Office2016.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.Office2016.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.Office2016.Excel.ExtensionList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.FormulaFormula"> <summary> <para>Defines the FormulaFormula Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:formula.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.FormulaFormula.#ctor"> <summary> Initializes a new instance of the FormulaFormula class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.FormulaFormula.#ctor(System.String)"> <summary> Initializes a new instance of the FormulaFormula class with the specified text content. </summary> <param name="text">Specifies the text content of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.FormulaFormula.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.FFormula"> <summary> <para>Defines the FFormula Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:f.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.FFormula.#ctor"> <summary> Initializes a new instance of the FFormula class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.FFormula.#ctor(System.String)"> <summary> Initializes a new instance of the FFormula class with the specified text content. </summary> <param name="text">Specifies the text content of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.FFormula.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader"> <summary> <para>Defines the StateBasedHeader Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:hdr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.RefMap" /> <c><xr:refmap></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.#ctor"> <summary> Initializes a new instance of the StateBasedHeader class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the StateBasedHeader class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the StateBasedHeader class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.#ctor(System.String)"> <summary> Initializes a new instance of the StateBasedHeader class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Uid"> <summary> <para>uid, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: uid</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Eft"> <summary> <para>eft, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: eft</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Eftx"> <summary> <para>eftx, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: eftx</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Seft"> <summary> <para>seft, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: seft</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Seftx"> <summary> <para>seftx, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: seftx</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.RefMap"> <summary> <para>RefMap.</para> <para>Represents the following element tag in the schema: xr:refmap.</para> </summary> <remark> xmlns:xr = http://schemas.microsoft.com/office/spreadsheetml/2014/revision </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.RevisionStateLink"> <summary> <para>Defines the RevisionStateLink Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:link.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevisionStateLink.#ctor"> <summary> Initializes a new instance of the RevisionStateLink class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevisionStateLink.Id"> <summary> <para>id, this property is only available in Office 2016 and later.</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.Office2016.Excel.RevisionStateLink.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.RevisionState"> <summary> <para>Defines the RevisionState Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:body.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.FreezePanes" /> <c><xr:freezePanes></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.HideUnhideSheet" /> <c><xr:hideUnhideSheet></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.Outlines" /> <c><xr:outlines></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps" /> <c><xr:rowColVisualOps></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings" /> <c><xr:showGridlinesHeadings></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevisionState.#ctor"> <summary> Initializes a new instance of the RevisionState class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevisionState.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the RevisionState class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevisionState.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the RevisionState class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevisionState.#ctor(System.String)"> <summary> Initializes a new instance of the RevisionState class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevisionState.RowColVisualOps"> <summary> <para>RowColVisualOps.</para> <para>Represents the following element tag in the schema: xr:rowColVisualOps.</para> </summary> <remark> xmlns:xr = http://schemas.microsoft.com/office/spreadsheetml/2014/revision </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevisionState.HideUnhideSheet"> <summary> <para>HideUnhideSheet.</para> <para>Represents the following element tag in the schema: xr:hideUnhideSheet.</para> </summary> <remark> xmlns:xr = http://schemas.microsoft.com/office/spreadsheetml/2014/revision </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevisionState.ShowGridlinesHeadings"> <summary> <para>ShowGridlinesHeadings.</para> <para>Represents the following element tag in the schema: xr:showGridlinesHeadings.</para> </summary> <remark> xmlns:xr = http://schemas.microsoft.com/office/spreadsheetml/2014/revision </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevisionState.FreezePanes"> <summary> <para>FreezePanes.</para> <para>Represents the following element tag in the schema: xr:freezePanes.</para> </summary> <remark> xmlns:xr = http://schemas.microsoft.com/office/spreadsheetml/2014/revision </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RevisionState.Outlines"> <summary> <para>Outlines.</para> <para>Represents the following element tag in the schema: xr:outlines.</para> </summary> <remark> xmlns:xr = http://schemas.microsoft.com/office/spreadsheetml/2014/revision </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RevisionState.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.RefMap"> <summary> <para>Defines the RefMap Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:refmap.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.RefCell" /> <c><xr:ref></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.RefFuture" /> <c><xr:future></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor" /> <c><xr:oartAnchor></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.RefTest" /> <c><xr:test></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.SheetXluid" /> <c><xr:sheetUid></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RefMap.#ctor"> <summary> Initializes a new instance of the RefMap class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RefMap.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the RefMap class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RefMap.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the RefMap class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RefMap.#ctor(System.String)"> <summary> Initializes a new instance of the RefMap class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RefMap.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps"> <summary> <para>Defines the RowColVisualOps Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:rowColVisualOps.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.#ctor"> <summary> Initializes a new instance of the RowColVisualOps class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.Action"> <summary> <para>action, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: action</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.IsRow"> <summary> <para>isRow, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: isRow</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.Size"> <summary> <para>size, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: size</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.UserSized"> <summary> <para>userSized, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: userSized</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.HideUnhideSheet"> <summary> <para>Defines the HideUnhideSheet Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:hideUnhideSheet.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.HideUnhideSheet.#ctor"> <summary> Initializes a new instance of the HideUnhideSheet class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.HideUnhideSheet.Hide"> <summary> <para>hide, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: hide</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.HideUnhideSheet.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings"> <summary> <para>Defines the ShowGridlinesHeadings Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:showGridlinesHeadings.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings.#ctor"> <summary> Initializes a new instance of the ShowGridlinesHeadings class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings.ShowGridLines"> <summary> <para>showGridLines, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: showGridLines</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings.ShowRowCol"> <summary> <para>showRowCol, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: showRowCol</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.FreezePanes"> <summary> <para>Defines the FreezePanes Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:freezePanes.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.FreezePanes.#ctor"> <summary> Initializes a new instance of the FreezePanes class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.FreezePanes.SheetViewUid"> <summary> <para>sheetViewUid, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: sheetViewUid</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.FreezePanes.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.Outlines"> <summary> <para>Defines the Outlines Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:outlines.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2016.Excel.Outline" /> <c><xr:outline></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.Outlines.#ctor"> <summary> Initializes a new instance of the Outlines class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.Outlines.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the Outlines class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.Outlines.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the Outlines class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.Outlines.#ctor(System.String)"> <summary> Initializes a new instance of the Outlines class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.Outlines.IsRow"> <summary> <para>isRow, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: isRow</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.Outlines.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.Outline"> <summary> <para>Defines the Outline Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:outline.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.Outline.#ctor"> <summary> Initializes a new instance of the Outline class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.Outline.IsCollapsed"> <summary> <para>isCollapsed, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: isCollapsed</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.Outline.Level"> <summary> <para>level, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: level</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.Outline.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.Xstring"> <summary> <para>Defines the Xstring Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:v.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.Xstring.#ctor"> <summary> Initializes a new instance of the Xstring class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.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.Office2016.Excel.Xstring.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.RstType"> <summary> <para>Defines the RstType Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:is.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties" /> <c><x:phoneticPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PhoneticRun" /> <c><x:rPh></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Run" /> <c><x:r></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Text" /> <c><x:t></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RstType.#ctor"> <summary> Initializes a new instance of the RstType class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.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.Office2016.Excel.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.Office2016.Excel.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="P:DocumentFormat.OpenXml.Office2016.Excel.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.Office2016.Excel.RstType.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.RefCell"> <summary> <para>Defines the RefCell Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:ref.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RefCell.#ctor"> <summary> Initializes a new instance of the RefCell class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RefCell.N"> <summary> <para>n, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: n</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RefCell.Ajt"> <summary> <para>ajt, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: ajt</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RefCell.Ajtx"> <summary> <para>ajtx, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: ajtx</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RefCell.HomeRef"> <summary> <para>homeRef, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: homeRef</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RefCell.R"> <summary> <para>r, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: r</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RefCell.Uid"> <summary> <para>uid, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: uid</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RefCell.UidLast"> <summary> <para>uidLast, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: uidLast</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RefCell.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.SheetXluid"> <summary> <para>Defines the SheetXluid Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:sheetUid.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.#ctor"> <summary> Initializes a new instance of the SheetXluid class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.N"> <summary> <para>n, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: n</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.Ajt"> <summary> <para>ajt, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: ajt</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.Ajtx"> <summary> <para>ajtx, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: ajtx</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.HomeRef"> <summary> <para>homeRef, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: homeRef</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.Uid"> <summary> <para>uid, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: uid</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor"> <summary> <para>Defines the RefOartAnchor Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:oartAnchor.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.#ctor"> <summary> Initializes a new instance of the RefOartAnchor class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.N"> <summary> <para>n, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: n</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Ajt"> <summary> <para>ajt, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: ajt</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Ajtx"> <summary> <para>ajtx, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: ajtx</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.HomeRef"> <summary> <para>homeRef, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: homeRef</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.R"> <summary> <para>r, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: r</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.FromRowOff"> <summary> <para>fromRowOff, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: fromRowOff</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.FromColOff"> <summary> <para>fromColOff, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: fromColOff</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.ToRowOff"> <summary> <para>toRowOff, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: toRowOff</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.ToColOff"> <summary> <para>toColOff, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: toColOff</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Cx"> <summary> <para>cx, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: cx</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Cy"> <summary> <para>cy, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: cy</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.X"> <summary> <para>x, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: x</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Y"> <summary> <para>y, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: y</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Oat"> <summary> <para>oat, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: oat</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.RefFuture"> <summary> <para>Defines the RefFuture Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:future.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RefFuture.#ctor"> <summary> Initializes a new instance of the RefFuture class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RefFuture.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.RefTest"> <summary> <para>Defines the RefTest Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:test.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RefTest.#ctor"> <summary> Initializes a new instance of the RefTest class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RefTest.N"> <summary> <para>n, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: n</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RefTest.Ajt"> <summary> <para>ajt, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: ajt</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RefTest.Ajtx"> <summary> <para>ajtx, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: ajtx</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.RefTest.HomeRef"> <summary> <para>homeRef, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: homeRef</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.RefTest.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.DataValidation"> <summary> <para>Represents an external link to another workbook..</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:dataValidation.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Formula1" /> <c><x:formula1></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Formula2" /> <c><x:formula2></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.ExcelAc.List" /> <c><x12ac:list></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.DataValidation.#ctor"> <summary> Initializes a new instance of the DataValidation class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.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.Office2016.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.Office2016.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.Office2016.Excel.DataValidation.Type"> <summary> <para>type</para> <para>Represents the following attribute in the schema: type</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ErrorStyle"> <summary> <para>errorStyle</para> <para>Represents the following attribute in the schema: errorStyle</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ImeMode"> <summary> <para>imeMode</para> <para>Represents the following attribute in the schema: imeMode</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Operator"> <summary> <para>operator</para> <para>Represents the following attribute in the schema: operator</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.DataValidation.AllowBlank"> <summary> <para>allowBlank</para> <para>Represents the following attribute in the schema: allowBlank</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ShowDropDown"> <summary> <para>showDropDown</para> <para>Represents the following attribute in the schema: showDropDown</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ShowInputMessage"> <summary> <para>showInputMessage</para> <para>Represents the following attribute in the schema: showInputMessage</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ShowErrorMessage"> <summary> <para>showErrorMessage</para> <para>Represents the following attribute in the schema: showErrorMessage</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ErrorTitle"> <summary> <para>errorTitle</para> <para>Represents the following attribute in the schema: errorTitle</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Error"> <summary> <para>error</para> <para>Represents the following attribute in the schema: error</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.DataValidation.PromptTitle"> <summary> <para>promptTitle</para> <para>Represents the following attribute in the schema: promptTitle</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Prompt"> <summary> <para>prompt</para> <para>Represents the following attribute in the schema: prompt</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.DataValidation.SequenceOfReferences"> <summary> <para>sqref</para> <para>Represents the following attribute in the schema: sqref</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.DataValidation.List"> <summary> <para>List.</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.Office2016.Excel.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.Office2016.Excel.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.Office2016.Excel.DataValidation.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.Hyperlink"> <summary> <para>Represents a hyperlink within a cell..</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:hyperlink.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.#ctor"> <summary> Initializes a new instance of the Hyperlink class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Reference"> <summary> <para>Reference</para> <para>Represents the following attribute in the schema: ref</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.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.Office2016.Excel.Hyperlink.Location"> <summary> <para>Location</para> <para>Represents the following attribute in the schema: location</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Tooltip"> <summary> <para>Tool Tip</para> <para>Represents the following attribute in the schema: tooltip</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Display"> <summary> <para>Display String</para> <para>Represents the following attribute in the schema: display</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup"> <summary> <para>Represents a sparkline group of 1 or more sparklines..</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:sparklineGroup.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Excel.SeriesColor" /> <c><x14:colorSeries></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Excel.NegativeColor" /> <c><x14:colorNegative></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Excel.AxisColor" /> <c><x14:colorAxis></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Excel.MarkersColor" /> <c><x14:colorMarkers></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Excel.FirstMarkerColor" /> <c><x14:colorFirst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Excel.LastMarkerColor" /> <c><x14:colorLast></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Excel.HighMarkerColor" /> <c><x14:colorHigh></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Excel.LowMarkerColor" /> <c><x14:colorLow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Excel.Formula" /> <c><xne:f></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Excel.Sparklines" /> <c><x14:sparklines></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.#ctor"> <summary> Initializes a new instance of the SparklineGroup class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.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.Office2016.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.Office2016.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.Office2016.Excel.SparklineGroup.ManualMax"> <summary> <para>manualMax, this property is only available in Office 2010 and later.</para> <para>Represents the following attribute in the schema: manualMax</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.ManualMin"> <summary> <para>manualMin, this property is only available in Office 2010 and later.</para> <para>Represents the following attribute in the schema: manualMin</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.LineWeight"> <summary> <para>lineWeight, this property is only available in Office 2010 and later.</para> <para>Represents the following attribute in the schema: lineWeight</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Type"> <summary> <para>type, this property is only available in Office 2010 and later.</para> <para>Represents the following attribute in the schema: type</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DateAxis"> <summary> <para>dateAxis, this property is only available in Office 2010 and later.</para> <para>Represents the following attribute in the schema: dateAxis</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DisplayEmptyCellsAs"> <summary> <para>displayEmptyCellsAs, this property is only available in Office 2010 and later.</para> <para>Represents the following attribute in the schema: displayEmptyCellsAs</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Markers"> <summary> <para>markers, this property is only available in Office 2010 and later.</para> <para>Represents the following attribute in the schema: markers</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.High"> <summary> <para>high, this property is only available in Office 2010 and later.</para> <para>Represents the following attribute in the schema: high</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Low"> <summary> <para>low, this property is only available in Office 2010 and later.</para> <para>Represents the following attribute in the schema: low</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.First"> <summary> <para>first, this property is only available in Office 2010 and later.</para> <para>Represents the following attribute in the schema: first</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Last"> <summary> <para>last, this property is only available in Office 2010 and later.</para> <para>Represents the following attribute in the schema: last</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Negative"> <summary> <para>negative, this property is only available in Office 2010 and later.</para> <para>Represents the following attribute in the schema: negative</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DisplayXAxis"> <summary> <para>displayXAxis, this property is only available in Office 2010 and later.</para> <para>Represents the following attribute in the schema: displayXAxis</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DisplayHidden"> <summary> <para>displayHidden, this property is only available in Office 2010 and later.</para> <para>Represents the following attribute in the schema: displayHidden</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.MinAxisType"> <summary> <para>minAxisType, this property is only available in Office 2010 and later.</para> <para>Represents the following attribute in the schema: minAxisType</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.MaxAxisType"> <summary> <para>maxAxisType, this property is only available in Office 2010 and later.</para> <para>Represents the following attribute in the schema: maxAxisType</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.RightToLeft"> <summary> <para>rightToLeft, this property is only available in Office 2010 and later.</para> <para>Represents the following attribute in the schema: rightToLeft</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.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.Office2016.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.Office2016.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.Office2016.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.Office2016.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.Office2016.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.Office2016.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.Office2016.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.Office2016.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.Office2016.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.Office2016.Excel.SparklineGroup.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.Comments"> <summary> <para>Represents one comment within a cell..</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:comments.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Authors" /> <c><x:authors></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CommentList" /> <c><x:commentList></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.Comments.#ctor"> <summary> Initializes a new instance of the Comments class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.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.Office2016.Excel.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.Office2016.Excel.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="P:DocumentFormat.OpenXml.Office2016.Excel.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.Office2016.Excel.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.Office2016.Excel.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.Office2016.Excel.Comments.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.AutoFilter"> <summary> <para>Represents an autofilter..</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:autoFilter.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.FilterColumn" /> <c><x:filterColumn></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.SortState" /> <c><x:sortState></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.AutoFilter.#ctor"> <summary> Initializes a new instance of the AutoFilter class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.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.Office2016.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.Office2016.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="P:DocumentFormat.OpenXml.Office2016.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.Office2016.Excel.AutoFilter.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition"> <summary> <para>Represents a PivotTable View..</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xr:pivotTableDefinition.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ChartFormats" /> <c><x:chartFormats></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ColumnFields" /> <c><x:colFields></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage" /> <c><x:colHierarchiesUsage></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ColumnItems" /> <c><x:colItems></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats" /> <c><x:conditionalFormats></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.DataFields" /> <c><x:dataFields></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Formats" /> <c><x:formats></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Location" /> <c><x:location></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PageFields" /> <c><x:pageFields></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PivotFields" /> <c><x:pivotFields></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PivotFilters" /> <c><x:filters></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies" /> <c><x:pivotHierarchies></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle" /> <c><x:pivotTableStyleInfo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.RowFields" /> <c><x:rowFields></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage" /> <c><x:rowHierarchiesUsage></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.RowItems" /> <c><x:rowItems></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.#ctor"> <summary> Initializes a new instance of the pivotTableDefinition class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.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.Office2016.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.Office2016.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.Office2016.Excel.pivotTableDefinition.Name"> <summary> <para>name</para> <para>Represents the following attribute in the schema: name</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CacheId"> <summary> <para>cacheId</para> <para>Represents the following attribute in the schema: cacheId</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataOnRows"> <summary> <para>dataOnRows</para> <para>Represents the following attribute in the schema: dataOnRows</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataPosition"> <summary> <para>dataPosition</para> <para>Represents the following attribute in the schema: dataPosition</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.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.Office2016.Excel.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.Office2016.Excel.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.Office2016.Excel.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.Office2016.Excel.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.Office2016.Excel.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.Office2016.Excel.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.Office2016.Excel.pivotTableDefinition.DataCaption"> <summary> <para>dataCaption</para> <para>Represents the following attribute in the schema: dataCaption</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.GrandTotalCaption"> <summary> <para>grandTotalCaption</para> <para>Represents the following attribute in the schema: grandTotalCaption</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ErrorCaption"> <summary> <para>errorCaption</para> <para>Represents the following attribute in the schema: errorCaption</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowError"> <summary> <para>showError</para> <para>Represents the following attribute in the schema: showError</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MissingCaption"> <summary> <para>missingCaption</para> <para>Represents the following attribute in the schema: missingCaption</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowMissing"> <summary> <para>showMissing</para> <para>Represents the following attribute in the schema: showMissing</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageStyle"> <summary> <para>pageStyle</para> <para>Represents the following attribute in the schema: pageStyle</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotTableStyleName"> <summary> <para>pivotTableStyle</para> <para>Represents the following attribute in the schema: pivotTableStyle</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.VacatedStyle"> <summary> <para>vacatedStyle</para> <para>Represents the following attribute in the schema: vacatedStyle</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Tag"> <summary> <para>tag</para> <para>Represents the following attribute in the schema: tag</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.UpdatedVersion"> <summary> <para>updatedVersion</para> <para>Represents the following attribute in the schema: updatedVersion</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MinRefreshableVersion"> <summary> <para>minRefreshableVersion</para> <para>Represents the following attribute in the schema: minRefreshableVersion</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.AsteriskTotals"> <summary> <para>asteriskTotals</para> <para>Represents the following attribute in the schema: asteriskTotals</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowItems"> <summary> <para>showItems</para> <para>Represents the following attribute in the schema: showItems</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EditData"> <summary> <para>editData</para> <para>Represents the following attribute in the schema: editData</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DisableFieldList"> <summary> <para>disableFieldList</para> <para>Represents the following attribute in the schema: disableFieldList</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowCalculatedMembers"> <summary> <para>showCalcMbrs</para> <para>Represents the following attribute in the schema: showCalcMbrs</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.VisualTotals"> <summary> <para>visualTotals</para> <para>Represents the following attribute in the schema: visualTotals</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowMultipleLabel"> <summary> <para>showMultipleLabel</para> <para>Represents the following attribute in the schema: showMultipleLabel</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDataDropDown"> <summary> <para>showDataDropDown</para> <para>Represents the following attribute in the schema: showDataDropDown</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDrill"> <summary> <para>showDrill</para> <para>Represents the following attribute in the schema: showDrill</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PrintDrill"> <summary> <para>printDrill</para> <para>Represents the following attribute in the schema: printDrill</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowMemberPropertyTips"> <summary> <para>showMemberPropertyTips</para> <para>Represents the following attribute in the schema: showMemberPropertyTips</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDataTips"> <summary> <para>showDataTips</para> <para>Represents the following attribute in the schema: showDataTips</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EnableWizard"> <summary> <para>enableWizard</para> <para>Represents the following attribute in the schema: enableWizard</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EnableDrill"> <summary> <para>enableDrill</para> <para>Represents the following attribute in the schema: enableDrill</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EnableFieldProperties"> <summary> <para>enableFieldProperties</para> <para>Represents the following attribute in the schema: enableFieldProperties</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PreserveFormatting"> <summary> <para>preserveFormatting</para> <para>Represents the following attribute in the schema: preserveFormatting</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.UseAutoFormatting"> <summary> <para>useAutoFormatting</para> <para>Represents the following attribute in the schema: useAutoFormatting</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageWrap"> <summary> <para>pageWrap</para> <para>Represents the following attribute in the schema: pageWrap</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageOverThenDown"> <summary> <para>pageOverThenDown</para> <para>Represents the following attribute in the schema: pageOverThenDown</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.SubtotalHiddenItems"> <summary> <para>subtotalHiddenItems</para> <para>Represents the following attribute in the schema: subtotalHiddenItems</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowGrandTotals"> <summary> <para>rowGrandTotals</para> <para>Represents the following attribute in the schema: rowGrandTotals</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnGrandTotals"> <summary> <para>colGrandTotals</para> <para>Represents the following attribute in the schema: colGrandTotals</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.FieldPrintTitles"> <summary> <para>fieldPrintTitles</para> <para>Represents the following attribute in the schema: fieldPrintTitles</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ItemPrintTitles"> <summary> <para>itemPrintTitles</para> <para>Represents the following attribute in the schema: itemPrintTitles</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MergeItem"> <summary> <para>mergeItem</para> <para>Represents the following attribute in the schema: mergeItem</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDropZones"> <summary> <para>showDropZones</para> <para>Represents the following attribute in the schema: showDropZones</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CreatedVersion"> <summary> <para>createdVersion</para> <para>Represents the following attribute in the schema: createdVersion</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Indent"> <summary> <para>indent</para> <para>Represents the following attribute in the schema: indent</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowEmptyRow"> <summary> <para>showEmptyRow</para> <para>Represents the following attribute in the schema: showEmptyRow</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowEmptyColumn"> <summary> <para>showEmptyCol</para> <para>Represents the following attribute in the schema: showEmptyCol</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowHeaders"> <summary> <para>showHeaders</para> <para>Represents the following attribute in the schema: showHeaders</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Compact"> <summary> <para>compact</para> <para>Represents the following attribute in the schema: compact</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Outline"> <summary> <para>outline</para> <para>Represents the following attribute in the schema: outline</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.OutlineData"> <summary> <para>outlineData</para> <para>Represents the following attribute in the schema: outlineData</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CompactData"> <summary> <para>compactData</para> <para>Represents the following attribute in the schema: compactData</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Published"> <summary> <para>published</para> <para>Represents the following attribute in the schema: published</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.GridDropZones"> <summary> <para>gridDropZones</para> <para>Represents the following attribute in the schema: gridDropZones</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.StopImmersiveUi"> <summary> <para>immersive</para> <para>Represents the following attribute in the schema: immersive</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MultipleFieldFilters"> <summary> <para>multipleFieldFilters</para> <para>Represents the following attribute in the schema: multipleFieldFilters</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ChartFormat"> <summary> <para>chartFormat</para> <para>Represents the following attribute in the schema: chartFormat</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowHeaderCaption"> <summary> <para>rowHeaderCaption</para> <para>Represents the following attribute in the schema: rowHeaderCaption</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnHeaderCaption"> <summary> <para>colHeaderCaption</para> <para>Represents the following attribute in the schema: colHeaderCaption</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.FieldListSortAscending"> <summary> <para>fieldListSortAscending</para> <para>Represents the following attribute in the schema: fieldListSortAscending</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MdxSubqueries"> <summary> <para>mdxSubqueries</para> <para>Represents the following attribute in the schema: mdxSubqueries</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CustomListSort"> <summary> <para>customListSort</para> <para>Represents the following attribute in the schema: customListSort</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Excel.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.Office2016.Excel.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.Office2016.Excel.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.Office2016.Excel.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.Office2016.Excel.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.Office2016.Excel.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.Office2016.Excel.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.Office2016.Excel.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.Office2016.Excel.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.Office2016.Excel.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.Office2016.Excel.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.Office2016.Excel.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.Office2016.Excel.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.Office2016.Excel.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.Office2016.Excel.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.Office2016.Excel.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.Office2016.Excel.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.Office2016.Excel.pivotTableDefinition.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.RevisionContext"> <summary> Defines the RevisionContext enumeration. </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.RevisionContext.Normal"> <summary> normal. <para>When the item is serialized out as xml, its value is "normal".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.RevisionContext.Undo"> <summary> undo. <para>When the item is serialized out as xml, its value is "undo".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.RevisionContext.Redo"> <summary> redo. <para>When the item is serialized out as xml, its value is "redo".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.RevisionContext.Copy"> <summary> copy. <para>When the item is serialized out as xml, its value is "copy".</para> </summary> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.RwColAction"> <summary> Defines the RwColAction enumeration. </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.RwColAction.Insr"> <summary> insr. <para>When the item is serialized out as xml, its value is "insr".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.RwColAction.Delr"> <summary> delr. <para>When the item is serialized out as xml, its value is "delr".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.RwColAction.Insc"> <summary> insc. <para>When the item is serialized out as xml, its value is "insc".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.RwColAction.Delc"> <summary> delc. <para>When the item is serialized out as xml, its value is "delc".</para> </summary> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.FeatureType"> <summary> Defines the FeatureType enumeration. </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.FeatureType.DataValidation"> <summary> dataValidation. <para>When the item is serialized out as xml, its value is "dataValidation".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.FeatureType.Hyperlink"> <summary> hyperlink. <para>When the item is serialized out as xml, its value is "hyperlink".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.FeatureType.RowColVisualOps"> <summary> rowColVisualOps. <para>When the item is serialized out as xml, its value is "rowColVisualOps".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.FeatureType.FreezePanes"> <summary> freezePanes. <para>When the item is serialized out as xml, its value is "freezePanes".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.FeatureType.Sparklines"> <summary> sparklines. <para>When the item is serialized out as xml, its value is "sparklines".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.FeatureType.HideUnhideSheet"> <summary> hideUnhideSheet. <para>When the item is serialized out as xml, its value is "hideUnhideSheet".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.FeatureType.ShowGridlinesHeadings"> <summary> showGridlinesHeadings. <para>When the item is serialized out as xml, its value is "showGridlinesHeadings".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.FeatureType.Comment"> <summary> comment. <para>When the item is serialized out as xml, its value is "comment".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.FeatureType.Outlines"> <summary> outlines. <para>When the item is serialized out as xml, its value is "outlines".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.FeatureType.DrawingElement"> <summary> drawingElement. <para>When the item is serialized out as xml, its value is "drawingElement".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.FeatureType.AutoFilter"> <summary> autoFilter. <para>When the item is serialized out as xml, its value is "autoFilter".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.FeatureType.PivotTable"> <summary> pivotTable. <para>When the item is serialized out as xml, its value is "pivotTable".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.FeatureType.Future"> <summary> future. <para>When the item is serialized out as xml, its value is "future".</para> </summary> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.ExtFeatureType"> <summary> Defines the ExtFeatureType enumeration. </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.ExtFeatureType.Reserved"> <summary> reserved. <para>When the item is serialized out as xml, its value is "reserved".</para> </summary> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.SubFeatureType"> <summary> Defines the SubFeatureType enumeration. </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.SubFeatureType.None"> <summary> none. <para>When the item is serialized out as xml, its value is "none".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.SubFeatureType.Future"> <summary> future. <para>When the item is serialized out as xml, its value is "future".</para> </summary> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.ExtSubFeatureType"> <summary> Defines the ExtSubFeatureType enumeration. </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.ExtSubFeatureType.Reserved"> <summary> reserved. <para>When the item is serialized out as xml, its value is "reserved".</para> </summary> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp"> <summary> Defines the RowColVisualOp enumeration. </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp.Hide"> <summary> hide. <para>When the item is serialized out as xml, its value is "hide".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp.Unhide"> <summary> unhide. <para>When the item is serialized out as xml, its value is "unhide".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp.Resize"> <summary> resize. <para>When the item is serialized out as xml, its value is "resize".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp.Autosize"> <summary> autosize. <para>When the item is serialized out as xml, its value is "autosize".</para> </summary> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.SheetOp"> <summary> Defines the SheetOp enumeration. </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.SheetOp.Insert"> <summary> insert. <para>When the item is serialized out as xml, its value is "insert".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.SheetOp.Delete"> <summary> delete. <para>When the item is serialized out as xml, its value is "delete".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.SheetOp.Reorder"> <summary> reorder. <para>When the item is serialized out as xml, its value is "reorder".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.SheetOp.Rename"> <summary> rename. <para>When the item is serialized out as xml, its value is "rename".</para> </summary> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.FillType"> <summary> Defines the FillType enumeration. </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.FillType.Fill"> <summary> fill. <para>When the item is serialized out as xml, its value is "fill".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.FillType.Array"> <summary> array. <para>When the item is serialized out as xml, its value is "array".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.FillType.Future"> <summary> future. <para>When the item is serialized out as xml, its value is "future".</para> </summary> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.FillTypeExt"> <summary> Defines the FillTypeExt enumeration. </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.FillTypeExt.Test"> <summary> test. <para>When the item is serialized out as xml, its value is "test".</para> </summary> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.AdjustType"> <summary> Defines the AdjustType enumeration. </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.AdjustType.Fmla"> <summary> fmla. <para>When the item is serialized out as xml, its value is "fmla".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.AdjustType.Format"> <summary> format. <para>When the item is serialized out as xml, its value is "format".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.AdjustType.CondFmt"> <summary> condFmt. <para>When the item is serialized out as xml, its value is "condFmt".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.AdjustType.Sparkline"> <summary> sparkline. <para>When the item is serialized out as xml, its value is "sparkline".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.AdjustType.Anchor"> <summary> anchor. <para>When the item is serialized out as xml, its value is "anchor".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.AdjustType.FmlaNoSticky"> <summary> fmlaNoSticky. <para>When the item is serialized out as xml, its value is "fmlaNoSticky".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.AdjustType.NoAdj"> <summary> noAdj. <para>When the item is serialized out as xml, its value is "noAdj".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.AdjustType.Fragile"> <summary> fragile. <para>When the item is serialized out as xml, its value is "fragile".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.AdjustType.Future"> <summary> future. <para>When the item is serialized out as xml, its value is "future".</para> </summary> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.AdjustTypeExt"> <summary> Defines the AdjustTypeExt enumeration. </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.AdjustTypeExt.Test"> <summary> test. <para>When the item is serialized out as xml, its value is "test".</para> </summary> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Excel.OartAnchorType"> <summary> Defines the OartAnchorType enumeration. </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.OartAnchorType.TwoCell"> <summary> twoCell. <para>When the item is serialized out as xml, its value is "twoCell".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.OartAnchorType.OneCell"> <summary> oneCell. <para>When the item is serialized out as xml, its value is "oneCell".</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Office2016.Excel.OartAnchorType.Absolute"> <summary> absolute. <para>When the item is serialized out as xml, its value is "absolute".</para> </summary> </member> <member name="T:DocumentFormat.OpenXml.Office2016.Word.Symex.SymEx"> <summary> <para>Defines the SymEx Class.</para> <para>This class is available in Office 2016 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w16se:symEx.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Word.Symex.SymEx.#ctor"> <summary> Initializes a new instance of the SymEx class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Word.Symex.SymEx.Font"> <summary> <para>font, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: w16se:font</para> </summary> <remark> xmlns:w16se=http://schemas.microsoft.com/office/word/2015/wordml/symex </remark> </member> <member name="P:DocumentFormat.OpenXml.Office2016.Word.Symex.SymEx.Char"> <summary> <para>char, this property is only available in Office 2016 and later.</para> <para>Represents the following attribute in the schema: w16se:char</para> </summary> <remark> xmlns:w16se=http://schemas.microsoft.com/office/word/2015/wordml/symex </remark> </member> <member name="M:DocumentFormat.OpenXml.Office2016.Word.Symex.SymEx.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomUI.CustomUI"> <summary> Defines CustomUI. </summary> <summary> <para>Defines the CustomUI Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is mso:customUI.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands" /> <c><mso:commands></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.Ribbon" /> <c><mso:ribbon></c></description></item> </list> </remark> </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="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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone"> <summary> <para>Defines the UnsizedControlClone Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is mso:control.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton"> <summary> <para>Defines the UnsizedButton Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is mso:button.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomUI.CheckBox"> <summary> <para>Defines the CheckBox Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is mso:checkBox.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery"> <summary> <para>Defines the UnsizedGallery Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is mso:gallery.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton" /> <c><mso:button></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.Item" /> <c><mso:item></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton"> <summary> <para>Defines the UnsizedToggleButton Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is mso:toggleButton.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator"> <summary> <para>Defines the MenuSeparator Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is mso:menuSeparator.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton"> <summary> <para>Defines the UnsizedSplitButton Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is mso:splitButton.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu" /> <c><mso:menu></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.VisibleButton" /> <c><mso:button></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton" /> <c><mso:toggleButton></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu"> <summary> <para>Defines the UnsizedMenu Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is mso:menu.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton" /> <c><mso:button></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.CheckBox" /> <c><mso:checkBox></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone" /> <c><mso:control></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu" /> <c><mso:dynamicMenu></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery" /> <c><mso:gallery></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu" /> <c><mso:menu></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator" /> <c><mso:menuSeparator></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton" /> <c><mso:splitButton></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton" /> <c><mso:toggleButton></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu"> <summary> <para>Defines the UnsizedDynamicMenu Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is mso:dynamicMenu.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle"> <summary> <para>Defines the SplitButtonWithTitle Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is mso:splitButton.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle" /> <c><mso:menu></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.VisibleButton" /> <c><mso:button></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton" /> <c><mso:toggleButton></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle"> <summary> <para>Defines the MenuWithTitle Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is mso:menu.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton" /> <c><mso:button></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.CheckBox" /> <c><mso:checkBox></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone" /> <c><mso:control></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu" /> <c><mso:dynamicMenu></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery" /> <c><mso:gallery></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator" /> <c><mso:menuSeparator></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle" /> <c><mso:menu></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle" /> <c><mso:splitButton></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton" /> <c><mso:toggleButton></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomUI.ControlClone"> <summary> <para>Defines the ControlClone Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is mso:control.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomUI.TextLabel"> <summary> <para>Defines the TextLabel Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is mso:labelControl.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomUI.Button"> <summary> <para>Defines the Button Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is mso:button.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomUI.ToggleButton"> <summary> <para>Defines the ToggleButton Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is mso:toggleButton.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomUI.EditBox"> <summary> <para>Defines the EditBox Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is mso:editBox.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomUI.ComboBox"> <summary> <para>Defines the ComboBox Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is mso:comboBox.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.Item" /> <c><mso:item></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomUI.DropDown"> <summary> <para>Defines the DropDown Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is mso:dropDown.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton" /> <c><mso:button></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.Item" /> <c><mso:item></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomUI.Gallery"> <summary> <para>Defines the Gallery Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is mso:gallery.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton" /> <c><mso:button></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.Item" /> <c><mso:item></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomUI.Menu"> <summary> <para>Defines the Menu Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is mso:menu.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton" /> <c><mso:button></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.CheckBox" /> <c><mso:checkBox></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone" /> <c><mso:control></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu" /> <c><mso:dynamicMenu></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery" /> <c><mso:gallery></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu" /> <c><mso:menu></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator" /> <c><mso:menuSeparator></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton" /> <c><mso:splitButton></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton" /> <c><mso:toggleButton></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu"> <summary> <para>Defines the DynamicMenu Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is mso:dynamicMenu.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomUI.SplitButton"> <summary> <para>Defines the SplitButton Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is mso:splitButton.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu" /> <c><mso:menu></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.VisibleButton" /> <c><mso:button></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton" /> <c><mso:toggleButton></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomUI.Box"> <summary> <para>Defines the Box Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is mso:box.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.Box" /> <c><mso:box></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.Button" /> <c><mso:button></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup" /> <c><mso:buttonGroup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.CheckBox" /> <c><mso:checkBox></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.ComboBox" /> <c><mso:comboBox></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.ControlClone" /> <c><mso:control></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.DropDown" /> <c><mso:dropDown></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu" /> <c><mso:dynamicMenu></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.EditBox" /> <c><mso:editBox></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.Gallery" /> <c><mso:gallery></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.TextLabel" /> <c><mso:labelControl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.Menu" /> <c><mso:menu></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.SplitButton" /> <c><mso:splitButton></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.ToggleButton" /> <c><mso:toggleButton></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup"> <summary> <para>Defines the ButtonGroup Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is mso:buttonGroup.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton" /> <c><mso:button></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone" /> <c><mso:control></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu" /> <c><mso:dynamicMenu></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery" /> <c><mso:gallery></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu" /> <c><mso:menu></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton" /> <c><mso:splitButton></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton" /> <c><mso:toggleButton></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomUI.MenuRoot"> <summary> <para>Defines the MenuRoot Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is mso:menu.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton" /> <c><mso:button></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.CheckBox" /> <c><mso:checkBox></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone" /> <c><mso:control></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu" /> <c><mso:dynamicMenu></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery" /> <c><mso:gallery></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu" /> <c><mso:menu></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator" /> <c><mso:menuSeparator></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton" /> <c><mso:splitButton></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton" /> <c><mso:toggleButton></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomUI.Item"> <summary> <para>Defines the Item Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is mso:item.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomUI.VisibleButton"> <summary> <para>Defines the VisibleButton Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is mso:button.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton"> <summary> <para>Defines the VisibleToggleButton Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is mso:toggleButton.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator"> <summary> <para>Defines the VerticalSeparator Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is mso:separator.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher"> <summary> <para>Defines the DialogBoxLauncher Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is mso:dialogBoxLauncher.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton" /> <c><mso:button></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomUI.Group"> <summary> <para>Defines the Group Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is mso:group.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.Box" /> <c><mso:box></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.Button" /> <c><mso:button></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup" /> <c><mso:buttonGroup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.CheckBox" /> <c><mso:checkBox></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.ComboBox" /> <c><mso:comboBox></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.ControlClone" /> <c><mso:control></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher" /> <c><mso:dialogBoxLauncher></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.DropDown" /> <c><mso:dropDown></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu" /> <c><mso:dynamicMenu></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.EditBox" /> <c><mso:editBox></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.Gallery" /> <c><mso:gallery></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.TextLabel" /> <c><mso:labelControl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.Menu" /> <c><mso:menu></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator" /> <c><mso:separator></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.SplitButton" /> <c><mso:splitButton></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.ToggleButton" /> <c><mso:toggleButton></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone"> <summary> <para>Defines the QuickAccessToolbarControlClone Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is mso:control.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls"> <summary> <para>Defines the SharedQatControls Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is mso:sharedControls.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton" /> <c><mso:button></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone" /> <c><mso:control></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator" /> <c><mso:separator></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls"> <summary> <para>Defines the DocumentSpecificQuickAccessToolbarControls Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is mso:documentControls.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton" /> <c><mso:button></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone" /> <c><mso:control></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator" /> <c><mso:separator></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomUI.QatItemsType"> <summary> <para>Defines the QatItemsType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton" /> <c><mso:button></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone" /> <c><mso:control></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator" /> <c><mso:separator></c></description></item> </list> </remark> </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>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is mso:tab.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.Group" /> <c><mso:group></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet"> <summary> <para>Defines the ContextualTabSet Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is mso:tabSet.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.Tab" /> <c><mso:tab></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand"> <summary> <para>Defines the RepurposedCommand Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is mso:command.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu"> <summary> <para>Defines the OfficeMenu Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is mso:officeMenu.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton" /> <c><mso:button></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.CheckBox" /> <c><mso:checkBox></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone" /> <c><mso:control></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu" /> <c><mso:dynamicMenu></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery" /> <c><mso:gallery></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator" /> <c><mso:menuSeparator></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle" /> <c><mso:menu></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle" /> <c><mso:splitButton></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton" /> <c><mso:toggleButton></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar"> <summary> <para>Defines the QuickAccessToolbar Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is mso:qat.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls" /> <c><mso:sharedControls></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls" /> <c><mso:documentControls></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomUI.Tabs"> <summary> <para>Defines the Tabs Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is mso:tabs.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.Tab" /> <c><mso:tab></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets"> <summary> <para>Defines the ContextualTabSets Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is mso:contextualTabs.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet" /> <c><mso:tabSet></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands"> <summary> <para>Defines the RepurposedCommands Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is mso:commands.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand" /> <c><mso:command></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomUI.Ribbon"> <summary> <para>Defines the Ribbon Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is mso:ribbon.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets" /> <c><mso:contextualTabs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu" /> <c><mso:officeMenu></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar" /> <c><mso:qat></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomUI.Tabs" /> <c><mso:tabs></c></description></item> </list> </remark> </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.StartFromScratch"> <summary> <para>startFromScratch</para> <para>Represents the following attribute in the schema: startFromScratch</para> </summary> </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)"> <inheritdoc/> </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.Word.MailMergeRecipients"> <summary> Defines MailMergeRecipients. </summary> <summary> <para>Defines the MailMergeRecipients Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wne:recipients.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord" /> <c><wne:recipientData></c></description></item> </list> </remark> </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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup"> <summary> <para>Defines the TemplateCommandGroup Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wne:tcg.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Word.AllocatedCommands" /> <c><wne:acds></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations" /> <c><wne:keymaps></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization" /> <c><wne:keymapsBad></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Word.Toolbars" /> <c><wne:toolbars></c></description></item> </list> </remark> </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.#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.CloneNode(System.Boolean)"> <inheritdoc/> </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="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="P:DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.CustomizationPart"> <summary> Gets the CustomizationPart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Office.Word.Mcds"> <summary> <para>Defines the Mcds Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wne:mcds.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Word.Mcd" /> <c><wne:mcd></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Word.VbaSuppData"> <summary> <para>Defines the VbaSuppData Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wne:vbaSuppData.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Word.DocEvents" /> <c><wne:docEvents></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Word.Mcds" /> <c><wne:mcds></c></description></item> </list> </remark> </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.#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="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)"> <inheritdoc/> </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="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.VbaDataPart"> <summary> Gets the VbaDataPart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization"> <summary> <para>Defines the FixedCommandKeyboardCustomization Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wne:fci.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.#ctor"> <summary> Initializes a new instance of the FixedCommandKeyboardCustomization class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Word.MacroKeyboardCustomization"> <summary> <para>Defines the MacroKeyboardCustomization Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wne:macro.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Word.WllMacroKeyboardCustomization"> <summary> <para>Defines the WllMacroKeyboardCustomization Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wne:wll.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Word.MacroWllType"> <summary> <para>Defines the MacroWllType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office.Word.MacroWllType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Office.Word.AllocatedCommandKeyboardCustomization"> <summary> <para>Defines the AllocatedCommandKeyboardCustomization Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wne:acd.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifestEntry"> <summary> <para>Defines the AllocatedCommandManifestEntry Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wne:acdEntry.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Word.AcceleratorKeymapType"> <summary> <para>Defines the AcceleratorKeymapType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office.Word.AcceleratorKeymapType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Office.Word.CharacterInsertion"> <summary> <para>Defines the CharacterInsertion Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wne:wch.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office.Word.CharacterInsertion.#ctor"> <summary> Initializes a new instance of the CharacterInsertion class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Word.KeyMapEntry"> <summary> <para>Defines the KeyMapEntry Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wne:keymap.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Word.AllocatedCommandKeyboardCustomization" /> <c><wne:acd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization" /> <c><wne:fci></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Word.CharacterInsertion" /> <c><wne:wch></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Word.MacroKeyboardCustomization" /> <c><wne:macro></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Word.WllMacroKeyboardCustomization" /> <c><wne:wll></c></description></item> </list> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Word.AllocatedCommand"> <summary> <para>Defines the AllocatedCommand Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wne:acd.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office.Word.AllocatedCommand.#ctor"> <summary> Initializes a new instance of the AllocatedCommand class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Word.Mcd"> <summary> <para>Defines the Mcd Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wne:mcd.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office.Word.Mcd.#ctor"> <summary> Initializes a new instance of the Mcd class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Word.EventDocNewXsdString"> <summary> <para>Defines the EventDocNewXsdString Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wne:eventDocNew.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Word.EventDocOpenXsdString"> <summary> <para>Defines the EventDocOpenXsdString Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wne:eventDocOpen.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Word.EventDocCloseXsdString"> <summary> <para>Defines the EventDocCloseXsdString Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wne:eventDocClose.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Word.EventDocSyncXsdString"> <summary> <para>Defines the EventDocSyncXsdString Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wne:eventDocSync.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Word.EventDocXmlAfterInsertXsdString"> <summary> <para>Defines the EventDocXmlAfterInsertXsdString Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wne:eventDocXmlAfterInsert.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Word.EventDocXmlBeforeDeleteXsdString"> <summary> <para>Defines the EventDocXmlBeforeDeleteXsdString Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wne:eventDocXmlBeforeDelete.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Word.EventDocContentControlAfterInsertXsdString"> <summary> <para>Defines the EventDocContentControlAfterInsertXsdString Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wne:eventDocContentControlAfterInsert.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Word.EventDocContentControlBeforeDeleteXsdString"> <summary> <para>Defines the EventDocContentControlBeforeDeleteXsdString Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wne:eventDocContentControlBeforeDelete.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnExistXsdString"> <summary> <para>Defines the EventDocContentControlOnExistXsdString Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wne:eventDocContentControlOnExit.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnEnterXsdString"> <summary> <para>Defines the EventDocContentControlOnEnterXsdString Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wne:eventDocContentControlOnEnter.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Word.EventDocStoreUpdateXsdString"> <summary> <para>Defines the EventDocStoreUpdateXsdString Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wne:eventDocStoreUpdate.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Word.EventDocContentControlUpdateXsdString"> <summary> <para>Defines the EventDocContentControlUpdateXsdString Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wne:eventDocContentControlContentUpdate.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Word.EventDocBuildingBlockAfterInsertXsdString"> <summary> <para>Defines the EventDocBuildingBlockAfterInsertXsdString Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wne:eventDocBuildingBlockAfterInsert.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Word.DocEvents"> <summary> <para>Defines the DocEvents Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wne:docEvents.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Word.EventDocNewXsdString" /> <c><wne:eventDocNew></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Word.EventDocOpenXsdString" /> <c><wne:eventDocOpen></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Word.EventDocCloseXsdString" /> <c><wne:eventDocClose></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Word.EventDocSyncXsdString" /> <c><wne:eventDocSync></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Word.EventDocXmlAfterInsertXsdString" /> <c><wne:eventDocXmlAfterInsert></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Word.EventDocXmlBeforeDeleteXsdString" /> <c><wne:eventDocXmlBeforeDelete></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Word.EventDocContentControlAfterInsertXsdString" /> <c><wne:eventDocContentControlAfterInsert></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Word.EventDocContentControlBeforeDeleteXsdString" /> <c><wne:eventDocContentControlBeforeDelete></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnExistXsdString" /> <c><wne:eventDocContentControlOnExit></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnEnterXsdString" /> <c><wne:eventDocContentControlOnEnter></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Word.EventDocStoreUpdateXsdString" /> <c><wne:eventDocStoreUpdate></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Word.EventDocContentControlUpdateXsdString" /> <c><wne:eventDocContentControlContentUpdate></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Word.EventDocBuildingBlockAfterInsertXsdString" /> <c><wne:eventDocBuildingBlockAfterInsert></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest"> <summary> <para>Defines the AllocatedCommandManifest Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wne:acdManifest.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifestEntry" /> <c><wne:acdEntry></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Word.ToolbarData"> <summary> <para>Defines the ToolbarData Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wne:toolbarData.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office.Word.ToolbarData.#ctor"> <summary> Initializes a new instance of the ToolbarData class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations"> <summary> <para>Defines the KeyMapCustomizations Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wne:keymaps.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Word.KeyMapEntry" /> <c><wne:keymap></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization"> <summary> <para>Defines the MismatchedKeyMapCustomization Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wne:keymapsBad.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Word.KeyMapEntry" /> <c><wne:keymap></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Word.KeymapsType"> <summary> <para>Defines the KeymapsType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Word.KeyMapEntry" /> <c><wne:keymap></c></description></item> </list> </remark> </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>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wne:toolbars.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest" /> <c><wne:acdManifest></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Word.ToolbarData" /> <c><wne:toolbarData></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Word.AllocatedCommands"> <summary> <para>Defines the AllocatedCommands Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wne:acds.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Word.AllocatedCommand" /> <c><wne:acd></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Word.RecordIncluded"> <summary> <para>Defines the RecordIncluded Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wne:active.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office.Word.RecordIncluded.#ctor"> <summary> Initializes a new instance of the RecordIncluded class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Word.RecordHashCode"> <summary> <para>Defines the RecordHashCode Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wne:hash.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office.Word.RecordHashCode.#ctor"> <summary> Initializes a new instance of the RecordHashCode class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord"> <summary> <para>Defines the SingleDataSourceRecord Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is wne:recipientData.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Word.RecordHashCode" /> <c><wne:hash></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Word.RecordIncluded" /> <c><wne:active></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed"> <summary> <para>Defines the OEmbed Class.</para> <para>This class is available in Microsoft365 and above.</para> <para>When the object is serialized out as xml, it's qualified name is woe:oembed.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.#ctor"> <summary> Initializes a new instance of the OEmbed class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.OEmbedUrl"> <summary> <para>oEmbedUrl, this property is only available in Microsoft365 and later.</para> <para>Represents the following attribute in the schema: oEmbedUrl</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.MediaType"> <summary> <para>mediaType, this property is only available in Microsoft365 and later.</para> <para>Represents the following attribute in the schema: mediaType</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.PicLocksAutoForOEmbed"> <summary> <para>picLocksAutoForOEmbed, this property is only available in Microsoft365 and later.</para> <para>Represents the following attribute in the schema: picLocksAutoForOEmbed</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData"> <summary> <para>Defines the ActiveXControlData Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is ax:ocx.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty" /> <c><ax:ocxPr></c></description></item> </list> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty"> <summary> <para>Defines the ActiveXObjectProperty Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is ax:ocxPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.ActiveX.SharedComFont" /> <c><ax:font></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture" /> <c><ax:picture></c></description></item> </list> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.ActiveX.SharedComFont"> <summary> <para>Defines the SharedComFont Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is ax:font.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty" /> <c><ax:ocxPr></c></description></item> </list> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture"> <summary> <para>Defines the SharedComPicture Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is ax:picture.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture.#ctor"> <summary> Initializes a new instance of the SharedComPicture class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </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>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cppr:CoverPageProperties.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate" /> <c><cppr:PublishDate></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CoverPageProps.DocumentAbstract" /> <c><cppr:Abstract></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CoverPageProps.CompanyAddress" /> <c><cppr:CompanyAddress></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CoverPageProps.CompanyPhoneNumber" /> <c><cppr:CompanyPhone></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CoverPageProps.CompanyFaxNumber" /> <c><cppr:CompanyFax></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CoverPageProps.CompanyEmailAddress" /> <c><cppr:CompanyEmail></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate"> <summary> <para>Defines the PublishDate Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cppr:PublishDate.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CoverPageProps.DocumentAbstract"> <summary> <para>Defines the DocumentAbstract Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cppr:Abstract.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CoverPageProps.CompanyAddress"> <summary> <para>Defines the CompanyAddress Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cppr:CompanyAddress.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CoverPageProps.CompanyPhoneNumber"> <summary> <para>Defines the CompanyPhoneNumber Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cppr:CompanyPhone.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CoverPageProps.CompanyFaxNumber"> <summary> <para>Defines the CompanyFaxNumber Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cppr:CompanyFax.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CoverPageProps.CompanyEmailAddress"> <summary> <para>Defines the CompanyEmailAddress Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cppr:CompanyEmail.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors"> <summary> <para>Defines the CustomPropertyEditors Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cdip:customPropertyEditors.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor" /> <c><cdip:customPropertyEditor></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.DefaultPropertyEditorNamespace" /> <c><cdip:defaultPropertyEditorNamespace></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen" /> <c><cdip:showOnOpen></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.PropertyEditorNamespace"> <summary> <para>Defines the PropertyEditorNamespace Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cdip:XMLNamespace.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.DefaultPropertyEditorNamespace"> <summary> <para>Defines the DefaultPropertyEditorNamespace Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cdip:defaultPropertyEditorNamespace.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.XsnFileLocation"> <summary> <para>Defines the XsnFileLocation Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cdip:XSNLocation.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen"> <summary> <para>Defines the ShowOnOpen Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cdip:showOnOpen.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor"> <summary> <para>Defines the CustomPropertyEditor Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is cdip:customPropertyEditor.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.PropertyEditorNamespace" /> <c><cdip:XMLNamespace></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.XsnFileLocation" /> <c><cdip:XSNLocation></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema"> <summary> <para>Defines the ContentTypeSchema Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is ct:contentTypeSchema.</para> </summary> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn"> <summary> <para>Defines the CustomXsn Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is ntns:customXsn.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomXsn.XsnLocation" /> <c><ntns:xsnLocation></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomXsn.CachedView" /> <c><ntns:cached></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomXsn.OpenByDefault" /> <c><ntns:openByDefault></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.CustomXsn.Scope" /> <c><ntns:xsnScope></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomXsn.XsnLocation"> <summary> <para>Defines the XsnLocation Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is ntns:xsnLocation.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomXsn.CachedView"> <summary> <para>Defines the CachedView Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is ntns:cached.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomXsn.OpenByDefault"> <summary> <para>Defines the OpenByDefault Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is ntns:openByDefault.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.CustomXsn.Scope"> <summary> <para>Defines the Scope Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is ntns:xsnScope.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.LongProperties.LongProperties"> <summary> <para>Defines the LongProperties Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is lp:LongProperties.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.LongProperties.LongProperty" /> <c><lp:LongProp></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.LongProperties.LongProperty"> <summary> <para>Defines the LongProperty Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is lp:LongProp.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.MetaAttributes.Dummy"> <summary> <para>Defines the Dummy Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is ma:DummyContentTypeElement.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </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.</para> <para>This class is available in Office 2010 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dsp:drawing.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Drawing.ShapeTree" /> <c><dsp:spTree></c></description></item> </list> </remark> </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.#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="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)"> <inheritdoc/> </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="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.DiagramPersistLayoutPart"> <summary> Gets the DiagramPersistLayoutPart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock"> <summary> <para>Defines the DataModelExtensionBlock Class.</para> <para>This class is available in Office 2010 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dsp:dataModelExt.</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="P:DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock.RelId"> <summary> <para>relId, this property is only available in Office 2010 and later.</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, this property is only available in Office 2010 and later.</para> <para>Represents the following attribute in the schema: minVer</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties"> <summary> <para>Defines the NonVisualDrawingProperties Class.</para> <para>This class is available in Office 2010 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dsp:cNvPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HyperlinkOnClick" /> <c><a:hlinkClick></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.HyperlinkOnHover" /> <c><a:hlinkHover></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList" /> <c><a:extLst></c></description></item> </list> </remark> </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.Id"> <summary> <para>Application defined unique identifier.</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 compatible with Object Model (non-unique).</para> <para>Represents the following attribute in the schema: name</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Description"> <summary> <para>Description of the drawing element.</para> <para>Represents the following attribute in the schema: descr</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Hidden"> <summary> <para>Flag determining to show or hide this element.</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="P:DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.HyperlinkOnClick"> <summary> <para>Hyperlink associated with clicking or selecting the element..</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>Hyperlink associated with hovering over the element..</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>Future extension.</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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties"> <summary> <para>Defines the NonVisualDrawingShapeProperties Class.</para> <para>This class is available in Office 2010 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dsp:cNvSpPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ShapeLocks" /> <c><a:spLocks></c></description></item> </list> </remark> </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.TextBox"> <summary> <para>Text Box</para> <para>Represents the following attribute in the schema: txBox</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties"> <summary> <para>Defines the ShapeNonVisualProperties Class.</para> <para>This class is available in Office 2010 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dsp:nvSpPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties" /> <c><dsp:cNvPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties" /> <c><dsp:cNvSpPr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Drawing.ShapeProperties"> <summary> <para>Defines the ShapeProperties Class.</para> <para>This class is available in Office 2010 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dsp:spPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlipFill" /> <c><a:blipFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.CustomGeometry" /> <c><a:custGeom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectDag" /> <c><a:effectDag></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectList" /> <c><a:effectLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GradientFill" /> <c><a:gradFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GroupFill" /> <c><a:grpFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Outline" /> <c><a:ln></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoFill" /> <c><a:noFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PatternFill" /> <c><a:pattFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PresetGeometry" /> <c><a:prstGeom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Scene3DType" /> <c><a:scene3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Shape3DType" /> <c><a:sp3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SolidFill" /> <c><a:solidFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Transform2D" /> <c><a:xfrm></c></description></item> </list> </remark> </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.BlackWhiteMode"> <summary> <para>Black and White Mode</para> <para>Represents the following attribute in the schema: bwMode</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Drawing.ShapeStyle"> <summary> <para>Defines the ShapeStyle Class.</para> <para>This class is available in Office 2010 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dsp:style.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.FontReference" /> <c><a:fontRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.LineReference" /> <c><a:lnRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.FillReference" /> <c><a:fillRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectReference" /> <c><a:effectRef></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Drawing.TextBody"> <summary> <para>Defines the TextBody Class.</para> <para>This class is available in Office 2010 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dsp:txBody.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BodyProperties" /> <c><a:bodyPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ListStyle" /> <c><a:lstStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Paragraph" /> <c><a:p></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Drawing.Transform2D"> <summary> <para>Defines the Transform2D Class.</para> <para>This class is available in Office 2010 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dsp:txXfrm.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Offset" /> <c><a:off></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Extents" /> <c><a:ext></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList"> <summary> <para>Defines the OfficeArtExtensionList Class.</para> <para>This class is available in Office 2010 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dsp:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Extension" /> <c><a:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties"> <summary> <para>Defines the NonVisualGroupDrawingShapeProperties Class.</para> <para>This class is available in Office 2010 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dsp:cNvGrpSpPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GroupShapeLocks" /> <c><a:grpSpLocks></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList" /> <c><a:extLst></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties"> <summary> <para>Defines the GroupShapeNonVisualProperties Class.</para> <para>This class is available in Office 2010 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dsp:nvGrpSpPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties" /> <c><dsp:cNvPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties" /> <c><dsp:cNvGrpSpPr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties"> <summary> <para>Defines the GroupShapeProperties Class.</para> <para>This class is available in Office 2010 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dsp:grpSpPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.BlipFill" /> <c><a:blipFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectDag" /> <c><a:effectDag></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.EffectList" /> <c><a:effectLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GradientFill" /> <c><a:gradFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.GroupFill" /> <c><a:grpFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.TransformGroup" /> <c><a:xfrm></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.NoFill" /> <c><a:noFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.ExtensionList" /> <c><a:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.PatternFill" /> <c><a:pattFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Scene3DType" /> <c><a:scene3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.SolidFill" /> <c><a:solidFill></c></description></item> </list> </remark> </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.BlackWhiteMode"> <summary> <para>Black and White Mode</para> <para>Represents the following attribute in the schema: bwMode</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Drawing.Shape"> <summary> <para>Defines the Shape Class.</para> <para>This class is available in Office 2010 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dsp:sp.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList" /> <c><dsp:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Drawing.ShapeProperties" /> <c><dsp:spPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Drawing.ShapeStyle" /> <c><dsp:style></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Drawing.TextBody" /> <c><dsp:txBody></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Drawing.Transform2D" /> <c><dsp:txXfrm></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties" /> <c><dsp:nvSpPr></c></description></item> </list> </remark> </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.ModelId"> <summary> <para>modelId, this property is only available in Office 2010 and later.</para> <para>Represents the following attribute in the schema: modelId</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Drawing.GroupShape"> <summary> <para>Defines the GroupShape Class.</para> <para>This class is available in Office 2010 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dsp:grpSp.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties" /> <c><dsp:grpSpPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList" /> <c><dsp:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Drawing.GroupShape" /> <c><dsp:grpSp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties" /> <c><dsp:nvGrpSpPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Drawing.Shape" /> <c><dsp:sp></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Drawing.ShapeTree"> <summary> <para>Defines the ShapeTree Class.</para> <para>This class is available in Office 2010 and above.</para> <para>When the object is serialized out as xml, it's qualified name is dsp:spTree.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties" /> <c><dsp:grpSpPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList" /> <c><dsp:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Drawing.GroupShape" /> <c><dsp:grpSp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties" /> <c><dsp:nvGrpSpPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Drawing.Shape" /> <c><dsp:sp></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Drawing.GroupShapeType"> <summary> <para>Defines the GroupShapeType Class.</para> <para>This class is available in Office 2010 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties" /> <c><dsp:grpSpPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList" /> <c><dsp:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Drawing.GroupShape" /> <c><dsp:grpSp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties" /> <c><dsp:nvGrpSpPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Drawing.Shape" /> <c><dsp:sp></c></description></item> </list> </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="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="T:DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared"> <summary> <para>Defines the OEmbedShared Class.</para> <para>This class is available in Microsoft365 and above.</para> <para>When the object is serialized out as xml, it's qualified name is aoe:oembedShared.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList" /> <c><aoe:extLst></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.#ctor"> <summary> Initializes a new instance of the OEmbedShared class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the OEmbedShared class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the OEmbedShared class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.#ctor(System.String)"> <summary> Initializes a new instance of the OEmbedShared class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.SrcUrl"> <summary> <para>srcUrl, this property is only available in Microsoft365 and later.</para> <para>Represents the following attribute in the schema: srcUrl</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.Type"> <summary> <para>type, this property is only available in Microsoft365 and later.</para> <para>Represents the following attribute in the schema: type</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.OfficeArtExtensionList"> <summary> <para>OfficeArtExtensionList.</para> <para>Represents the following element tag in the schema: aoe:extLst.</para> </summary> <remark> xmlns:aoe = http://schemas.microsoft.com/office/drawing/2021/oembed </remark> </member> <member name="M:DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList"> <summary> <para>Defines the OfficeArtExtensionList Class.</para> <para>This class is available in Microsoft365 and above.</para> <para>When the object is serialized out as xml, it's qualified name is aoe:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Extension" /> <c><a:ext></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList.#ctor"> <summary> Initializes a new instance of the OfficeArtExtensionList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.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.Y2021.OEmbed.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.Y2021.OEmbed.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.Y2021.OEmbed.OfficeArtExtensionList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink"> <summary> <para>Defines the ScriptLink Class.</para> <para>This class is available in Microsoft365 and above.</para> <para>When the object is serialized out as xml, it's qualified name is asl:scriptLink.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList" /> <c><asl:extLst></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.#ctor"> <summary> Initializes a new instance of the ScriptLink class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the ScriptLink class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the ScriptLink class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.#ctor(System.String)"> <summary> Initializes a new instance of the ScriptLink class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.Val"> <summary> <para>val, this property is only available in Microsoft365 and later.</para> <para>Represents the following attribute in the schema: val</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.OfficeArtExtensionList"> <summary> <para>OfficeArtExtensionList.</para> <para>Represents the following element tag in the schema: asl:extLst.</para> </summary> <remark> xmlns:asl = http://schemas.microsoft.com/office/drawing/2021/scriptlink </remark> </member> <member name="M:DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList"> <summary> <para>Defines the OfficeArtExtensionList Class.</para> <para>This class is available in Microsoft365 and above.</para> <para>When the object is serialized out as xml, it's qualified name is asl:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Extension" /> <c><a:ext></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList.#ctor"> <summary> Initializes a new instance of the OfficeArtExtensionList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.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.Y2021.ScriptLink.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.Y2021.ScriptLink.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.Y2021.ScriptLink.OfficeArtExtensionList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Excel.Macrosheet"> <summary> <para>Defines the Macrosheet Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xne:macrosheet.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.AutoFilter" /> <c><x:autoFilter></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Columns" /> <c><x:cols></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting" /> <c><x:conditionalFormatting></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CustomProperties" /> <c><x:customProperties></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews" /> <c><x:customSheetViews></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.DataConsolidate" /> <c><x:dataConsolidate></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Drawing" /> <c><x:drawing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter" /> <c><x:drawingHF></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.HeaderFooter" /> <c><x:headerFooter></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.LegacyDrawing" /> <c><x:legacyDrawing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingHeaderFooter" /> <c><x:legacyDrawingHF></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.OleObjects" /> <c><x:oleObjects></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.RowBreaks" /> <c><x:rowBreaks></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks" /> <c><x:colBreaks></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PageMargins" /> <c><x:pageMargins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PageSetup" /> <c><x:pageSetup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties" /> <c><x:phoneticPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PrintOptions" /> <c><x:printOptions></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Picture" /> <c><x:picture></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.SheetData" /> <c><x:sheetData></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.SheetDimension" /> <c><x:dimension></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties" /> <c><x:sheetFormatPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.SheetProperties" /> <c><x:sheetPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.SheetProtection" /> <c><x:sheetProtection></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.SheetViews" /> <c><x:sheetViews></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.SortState" /> <c><x:sortState></c></description></item> </list> </remark> </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.#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="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)"> <inheritdoc/> </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="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.MacroSheetPart"> <summary> Gets the MacroSheetPart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap"> <summary> <para>Worksheet Sort Map.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xne:worksheetSortMap.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Excel.ColumnSortMap" /> <c><xne:colSortMap></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Excel.RowSortMap" /> <c><xne:rowSortMap></c></description></item> </list> </remark> </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.#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="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)"> <inheritdoc/> </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="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.WorksheetSortMapPart"> <summary> Gets the WorksheetSortMapPart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Office.Excel.ReferenceSequence"> <summary> <para>Defines the ReferenceSequence Class.</para> <para>This class is available in Office 2010 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xne:sqref.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Excel.Formula"> <summary> <para>Defines the Formula Class.</para> <para>This class is available in Office 2010 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xne:f.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Excel.RowSortMap"> <summary> <para>Row Sort Map.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xne:rowSortMap.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Excel.RowSortMapItem" /> <c><xne:row></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Excel.ColumnSortMap"> <summary> <para>Column Sort Map.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xne:colSortMap.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.Excel.ColumnSortMapItem" /> <c><xne:col></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Excel.RowSortMapItem"> <summary> <para>Row.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xne:row.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Excel.ColumnSortMapItem"> <summary> <para>Column.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is xne:col.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.Excel.SortMapItemType"> <summary> <para>Defines the SortMapItemType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</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="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="T:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails"> <summary> <para>Defines the TaskHistoryDetails Class.</para> <para>This class is available in Microsoft365 and above.</para> <para>When the object is serialized out as xml, it's qualified name is p216:taskHistoryDetails.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList" /> <c><p216:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory" /> <c><p216:history></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.#ctor"> <summary> Initializes a new instance of the TaskHistoryDetails class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the TaskHistoryDetails class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the TaskHistoryDetails class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.#ctor(System.String)"> <summary> Initializes a new instance of the TaskHistoryDetails class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.Id"> <summary> <para>id, this property is only available in Microsoft365 and later.</para> <para>Represents the following attribute in the schema: id</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.TaskHistory"> <summary> <para>TaskHistory.</para> <para>Represents the following element tag in the schema: p216:history.</para> </summary> <remark> xmlns:p216 = http://schemas.microsoft.com/office/powerpoint/2021/06/main </remark> </member> <member name="P:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.ExtensionList"> <summary> <para>ExtensionList.</para> <para>Represents the following element tag in the schema: p216:extLst.</para> </summary> <remark> xmlns:p216 = http://schemas.microsoft.com/office/powerpoint/2021/06/main </remark> </member> <member name="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryDetails.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor"> <summary> <para>Defines the CommentAnchor Class.</para> <para>This class is available in Microsoft365 and above.</para> <para>When the object is serialized out as xml, it's qualified name is p216:comment.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor.#ctor"> <summary> Initializes a new instance of the CommentAnchor class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor.Id"> <summary> <para>id, this property is only available in Microsoft365 and later.</para> <para>Represents the following attribute in the schema: id</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList"> <summary> <para>Defines the ExtensionList Class.</para> <para>This class is available in Microsoft365 and above.</para> <para>When the object is serialized out as xml, it's qualified name is p216:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Presentation.Extension" /> <c><p:ext></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList.#ctor"> <summary> Initializes a new instance of the ExtensionList class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.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.Office.PowerPoint.Y2021.M06.Main.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.Office.PowerPoint.Y2021.M06.Main.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.Office.PowerPoint.Y2021.M06.Main.ExtensionList.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AtrbtnTaskAssignUnassignUser"> <summary> <para>Defines the AtrbtnTaskAssignUnassignUser Class.</para> <para>This class is available in Microsoft365 and above.</para> <para>When the object is serialized out as xml, it's qualified name is p216:atrbtn.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AtrbtnTaskAssignUnassignUser.#ctor"> <summary> Initializes a new instance of the AtrbtnTaskAssignUnassignUser class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AtrbtnTaskAssignUnassignUser.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AsgnTaskAssignUnassignUser"> <summary> <para>Defines the AsgnTaskAssignUnassignUser Class.</para> <para>This class is available in Microsoft365 and above.</para> <para>When the object is serialized out as xml, it's qualified name is p216:asgn.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AsgnTaskAssignUnassignUser.#ctor"> <summary> Initializes a new instance of the AsgnTaskAssignUnassignUser class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AsgnTaskAssignUnassignUser.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnAsgnTaskAssignUnassignUser"> <summary> <para>Defines the UnAsgnTaskAssignUnassignUser Class.</para> <para>This class is available in Microsoft365 and above.</para> <para>When the object is serialized out as xml, it's qualified name is p216:unAsgn.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnAsgnTaskAssignUnassignUser.#ctor"> <summary> Initializes a new instance of the UnAsgnTaskAssignUnassignUser class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnAsgnTaskAssignUnassignUser.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.OpenXmlTaskAssignUnassignUserElement"> <summary> <para>Defines the OpenXmlTaskAssignUnassignUserElement Class.</para> <para>This class is available in Microsoft365 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.OpenXmlTaskAssignUnassignUserElement.#ctor"> <summary> Initializes a new instance of the OpenXmlTaskAssignUnassignUserElement class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.OpenXmlTaskAssignUnassignUserElement.AuthorId"> <summary> <para>authorId, this property is only available in Office 2021 and later.</para> <para>Represents the following attribute in the schema: authorId</para> </summary> </member> <member name="T:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor"> <summary> <para>Defines the TaskAnchor Class.</para> <para>This class is available in Microsoft365 and above.</para> <para>When the object is serialized out as xml, it's qualified name is p216:anchr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList" /> <c><p216:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor" /> <c><p216:comment></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.#ctor"> <summary> Initializes a new instance of the TaskAnchor class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the TaskAnchor class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the TaskAnchor class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.#ctor(System.String)"> <summary> Initializes a new instance of the TaskAnchor class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.CommentAnchor"> <summary> <para>CommentAnchor.</para> <para>Represents the following element tag in the schema: p216:comment.</para> </summary> <remark> xmlns:p216 = http://schemas.microsoft.com/office/powerpoint/2021/06/main </remark> </member> <member name="P:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.ExtensionList"> <summary> <para>ExtensionList.</para> <para>Represents the following element tag in the schema: p216:extLst.</para> </summary> <remark> xmlns:p216 = http://schemas.microsoft.com/office/powerpoint/2021/06/main </remark> </member> <member name="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AddEmpty"> <summary> <para>Defines the AddEmpty Class.</para> <para>This class is available in Microsoft365 and above.</para> <para>When the object is serialized out as xml, it's qualified name is p216:add.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AddEmpty.#ctor"> <summary> Initializes a new instance of the AddEmpty class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AddEmpty.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnasgnAllEmpty"> <summary> <para>Defines the UnasgnAllEmpty Class.</para> <para>This class is available in Microsoft365 and above.</para> <para>When the object is serialized out as xml, it's qualified name is p216:unasgnAll.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnasgnAllEmpty.#ctor"> <summary> Initializes a new instance of the UnasgnAllEmpty class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnasgnAllEmpty.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.EmptyType"> <summary> <para>Defines the EmptyType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.EmptyType.#ctor"> <summary> Initializes a new instance of the EmptyType class. </summary> </member> <member name="T:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskTitleEventInfo"> <summary> <para>Defines the TaskTitleEventInfo Class.</para> <para>This class is available in Microsoft365 and above.</para> <para>When the object is serialized out as xml, it's qualified name is p216:title.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskTitleEventInfo.#ctor"> <summary> Initializes a new instance of the TaskTitleEventInfo class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskTitleEventInfo.Val"> <summary> <para>val, this property is only available in Microsoft365 and later.</para> <para>Represents the following attribute in the schema: val</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskTitleEventInfo.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo"> <summary> <para>Defines the TaskScheduleEventInfo Class.</para> <para>This class is available in Microsoft365 and above.</para> <para>When the object is serialized out as xml, it's qualified name is p216:date.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo.#ctor"> <summary> Initializes a new instance of the TaskScheduleEventInfo class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo.StDt"> <summary> <para>stDt, this property is only available in Microsoft365 and later.</para> <para>Represents the following attribute in the schema: stDt</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo.EndDt"> <summary> <para>endDt, this property is only available in Microsoft365 and later.</para> <para>Represents the following attribute in the schema: endDt</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskProgressEventInfo"> <summary> <para>Defines the TaskProgressEventInfo Class.</para> <para>This class is available in Microsoft365 and above.</para> <para>When the object is serialized out as xml, it's qualified name is p216:pcntCmplt.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskProgressEventInfo.#ctor"> <summary> Initializes a new instance of the TaskProgressEventInfo class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskProgressEventInfo.Val"> <summary> <para>val, this property is only available in Microsoft365 and later.</para> <para>Represents the following attribute in the schema: val</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskProgressEventInfo.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskPriorityRecord"> <summary> <para>Defines the TaskPriorityRecord Class.</para> <para>This class is available in Microsoft365 and above.</para> <para>When the object is serialized out as xml, it's qualified name is p216:pri.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskPriorityRecord.#ctor"> <summary> Initializes a new instance of the TaskPriorityRecord class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskPriorityRecord.Val"> <summary> <para>val, this property is only available in Microsoft365 and later.</para> <para>Represents the following attribute in the schema: val</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskPriorityRecord.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUndo"> <summary> <para>Defines the TaskUndo Class.</para> <para>This class is available in Microsoft365 and above.</para> <para>When the object is serialized out as xml, it's qualified name is p216:undo.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUndo.#ctor"> <summary> Initializes a new instance of the TaskUndo class. </summary> </member> <member name="P:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUndo.Id"> <summary> <para>id, this property is only available in Microsoft365 and later.</para> <para>Represents the following attribute in the schema: id</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUndo.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUnknownRecord"> <summary> <para>Defines the TaskUnknownRecord Class.</para> <para>This class is available in Microsoft365 and above.</para> <para>When the object is serialized out as xml, it's qualified name is p216:unknown.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUnknownRecord.#ctor"> <summary> Initializes a new instance of the TaskUnknownRecord class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUnknownRecord.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent"> <summary> <para>Defines the TaskHistoryEvent Class.</para> <para>This class is available in Microsoft365 and above.</para> <para>When the object is serialized out as xml, it's qualified name is p216:event.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AddEmpty" /> <c><p216:add></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnasgnAllEmpty" /> <c><p216:unasgnAll></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList" /> <c><p216:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor" /> <c><p216:anchr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AtrbtnTaskAssignUnassignUser" /> <c><p216:atrbtn></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AsgnTaskAssignUnassignUser" /> <c><p216:asgn></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnAsgnTaskAssignUnassignUser" /> <c><p216:unAsgn></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskPriorityRecord" /> <c><p216:pri></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskProgressEventInfo" /> <c><p216:pcntCmplt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo" /> <c><p216:date></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskTitleEventInfo" /> <c><p216:title></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUndo" /> <c><p216:undo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUnknownRecord" /> <c><p216:unknown></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.#ctor"> <summary> Initializes a new instance of the TaskHistoryEvent class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the TaskHistoryEvent class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the TaskHistoryEvent class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.#ctor(System.String)"> <summary> Initializes a new instance of the TaskHistoryEvent class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="P:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.Time"> <summary> <para>time, this property is only available in Microsoft365 and later.</para> <para>Represents the following attribute in the schema: time</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.Id"> <summary> <para>id, this property is only available in Microsoft365 and later.</para> <para>Represents the following attribute in the schema: id</para> </summary> </member> <member name="P:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.AtrbtnTaskAssignUnassignUser"> <summary> <para>AtrbtnTaskAssignUnassignUser.</para> <para>Represents the following element tag in the schema: p216:atrbtn.</para> </summary> <remark> xmlns:p216 = http://schemas.microsoft.com/office/powerpoint/2021/06/main </remark> </member> <member name="P:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.TaskAnchor"> <summary> <para>TaskAnchor.</para> <para>Represents the following element tag in the schema: p216:anchr.</para> </summary> <remark> xmlns:p216 = http://schemas.microsoft.com/office/powerpoint/2021/06/main </remark> </member> <member name="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory"> <summary> <para>Defines the TaskHistory Class.</para> <para>This class is available in Microsoft365 and above.</para> <para>When the object is serialized out as xml, it's qualified name is p216:history.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent" /> <c><p216:event></c></description></item> </list> </remark> </member> <member name="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory.#ctor"> <summary> Initializes a new instance of the TaskHistory class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})"> <summary> Initializes a new instance of the TaskHistory class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])"> <summary> Initializes a new instance of the TaskHistory class with the specified child elements. </summary> <param name="childElements">Specifies the child elements.</param> </member> <member name="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory.#ctor(System.String)"> <summary> Initializes a new instance of the TaskHistory class from outer XML. </summary> <param name="outerXml">Specifies the outer XML of the element.</param> </member> <member name="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.CellType"> <summary> <para>Defines the CellType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CellFormula" /> <c><x:f></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.InlineString" /> <c><x:is></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CellValue" /> <c><x:v></c></description></item> </list> </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="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="T:DocumentFormat.OpenXml.Spreadsheet.CellValue"> <summary> This provides additional constructors than in the generated files. </summary> <summary> <para>Cell Value.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:v.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellValue.#ctor(System.DateTime)"> <summary> Instantiates an instance of <see cref="T:DocumentFormat.OpenXml.Spreadsheet.CellValue"/> for a <see cref="T:System.DateTime"/>. Dates must be in ISO 8601 format, which this constructor ensures </summary> <param name="dateTime">DateTime for cell</param> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellValue.#ctor(System.DateTimeOffset)"> <summary> Instantiates an instance of <see cref="T:DocumentFormat.OpenXml.Spreadsheet.CellValue"/> for a <see cref="T:System.DateTimeOffset"/>. Dates must be in ISO 8601 format, which this constructor ensures </summary> <param name="dateTimeOffset">DateTime for cell</param> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellValue.#ctor(System.Boolean)"> <summary> Instantiates an instance of <see cref="T:DocumentFormat.OpenXml.Spreadsheet.CellValue"/> for a <see cref="T:System.Boolean"/>. </summary> <param name="value">Boolean value</param> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellValue.#ctor(System.Double)"> <summary> Instantiates an instance of <see cref="T:DocumentFormat.OpenXml.Spreadsheet.CellValue"/> for a <see cref="T:System.Double"/>. </summary> <param name="value">Number.</param> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellValue.#ctor(System.Int32)"> <summary> Instantiates an instance of <see cref="T:DocumentFormat.OpenXml.Spreadsheet.CellValue"/> for a <see cref="T:System.Int32"/>. </summary> <param name="value">Number.</param> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellValue.#ctor(System.Decimal)"> <summary> Instantiates an instance of <see cref="T:DocumentFormat.OpenXml.Spreadsheet.CellValue"/> for a <see cref="T:System.Decimal"/>. </summary> <param name="value">Number.</param> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellValue.TryGetDateTime(System.DateTime@)"> <summary> Attempts to parse cell value to retrieve a <see cref="T:System.DateTime"/>. </summary> <param name="dt">The result if successful.</param> <returns>Success or failure</returns> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellValue.TryGetDateTimeOffset(System.DateTimeOffset@)"> <summary> Attempts to parse cell value to retrieve a <see cref="T:System.DateTimeOffset"/>. </summary> <param name="dt">The result if successful.</param> <returns>Success or failure</returns> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellValue.TryGetDouble(System.Double@)"> <summary> Attempts to parse cell value to retrieve a <see cref="T:System.Double"/>. </summary> <param name="dbl">The result if successful.</param> <returns>Success or failure</returns> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellValue.TryGetInt(System.Int32@)"> <summary> Attempts to parse cell value to retrieve a <see cref="T:System.Int32"/>. </summary> <param name="value">The result if successful.</param> <returns>Success or failure</returns> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellValue.TryGetDecimal(System.Decimal@)"> <summary> Attempts to parse cell value to retrieve a <see cref="T:System.Decimal"/>. </summary> <param name="value">The result if successful.</param> <returns>Success or failure</returns> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellValue.TryGetBoolean(System.Boolean@)"> <summary> Attempts to parse cell value to retrieve a <see cref="T:System.Boolean"/>. </summary> <param name="value">The result if successful.</param> <returns>Success or failure</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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Extension"> <summary> <para>Extension.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:ext.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.CalculationChain"> <summary> <para>Calculation Chain Info.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:calcChain.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CalculationCell" /> <c><x:c></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> </list> </remark> </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.#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.CloneNode(System.Boolean)"> <inheritdoc/> </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="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="P:DocumentFormat.OpenXml.Spreadsheet.CalculationChain.CalculationChainPart"> <summary> Gets the CalculationChainPart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Comments"> <summary> <para>Comments.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:comments.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Authors" /> <c><x:authors></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CommentList" /> <c><x:commentList></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> </list> </remark> </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.#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="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)"> <inheritdoc/> </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="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.WorksheetCommentsPart"> <summary> Gets the WorksheetCommentsPart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.MapInfo"> <summary> <para>XML Mapping.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:MapInfo.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Map" /> <c><x:Map></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Schema" /> <c><x:Schema></c></description></item> </list> </remark> </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.#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="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.CloneNode(System.Boolean)"> <inheritdoc/> </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="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="P:DocumentFormat.OpenXml.Spreadsheet.MapInfo.CustomXmlMappingsPart"> <summary> Gets the CustomXmlMappingsPart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Connections"> <summary> <para>Connections.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:connections.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Connection" /> <c><x:connection></c></description></item> </list> </remark> </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.#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.CloneNode(System.Boolean)"> <inheritdoc/> </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="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="P:DocumentFormat.OpenXml.Spreadsheet.Connections.ConnectionsPart"> <summary> Gets the ConnectionsPart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition"> <summary> <para>PivotCache Definition.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:pivotCacheDefinition.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CacheFields" /> <c><x:cacheFields></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies" /> <c><x:cacheHierarchies></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CacheSource" /> <c><x:cacheSource></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CalculatedItems" /> <c><x:calculatedItems></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers" /> <c><x:calculatedMembers></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Dimensions" /> <c><x:dimensions></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Maps" /> <c><x:maps></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.MeasureGroups" /> <c><x:measureGroups></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Kpis" /> <c><x:kpis></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.TupleCache" /> <c><x:tupleCache></c></description></item> </list> </remark> </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.#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="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="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)"> <inheritdoc/> </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="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.PivotTableCacheDefinitionPart"> <summary> Gets the PivotTableCacheDefinitionPart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords"> <summary> <para>PivotCache Records.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:pivotCacheRecords.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecord" /> <c><x:r></c></description></item> </list> </remark> </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.#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="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.CloneNode(System.Boolean)"> <inheritdoc/> </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="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="P:DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.PivotTableCacheRecordsPart"> <summary> Gets the PivotTableCacheRecordsPart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition"> <summary> <para>PivotTable Definition.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:pivotTableDefinition.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ChartFormats" /> <c><x:chartFormats></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ColumnFields" /> <c><x:colFields></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage" /> <c><x:colHierarchiesUsage></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ColumnItems" /> <c><x:colItems></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats" /> <c><x:conditionalFormats></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.DataFields" /> <c><x:dataFields></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Formats" /> <c><x:formats></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Location" /> <c><x:location></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PageFields" /> <c><x:pageFields></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PivotFields" /> <c><x:pivotFields></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PivotFilters" /> <c><x:filters></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies" /> <c><x:pivotHierarchies></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle" /> <c><x:pivotTableStyleInfo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.RowFields" /> <c><x:rowFields></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage" /> <c><x:rowHierarchiesUsage></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.RowItems" /> <c><x:rowItems></c></description></item> </list> </remark> </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.#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="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="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)"> <inheritdoc/> </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="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.PivotTablePart"> <summary> Gets the PivotTablePart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.QueryTable"> <summary> <para>Query Table.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:queryTable.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh" /> <c><x:queryTableRefresh></c></description></item> </list> </remark> </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.#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="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="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)"> <inheritdoc/> </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="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.QueryTablePart"> <summary> Gets the QueryTablePart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.SharedStringTable"> <summary> <para>Shared String Table.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:sst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.SharedStringItem" /> <c><x:si></c></description></item> </list> </remark> </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.#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="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.CloneNode(System.Boolean)"> <inheritdoc/> </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="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="P:DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.SharedStringTablePart"> <summary> Gets the SharedStringTablePart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Headers"> <summary> <para>Revision Headers.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:headers.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Header" /> <c><x:header></c></description></item> </list> </remark> </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.#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="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.CloneNode(System.Boolean)"> <inheritdoc/> </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="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="P:DocumentFormat.OpenXml.Spreadsheet.Headers.WorkbookRevisionHeaderPart"> <summary> Gets the WorkbookRevisionHeaderPart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Revisions"> <summary> <para>Revisions.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:revisions.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat" /> <c><x:raf></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange" /> <c><x:rcc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.RevisionComment" /> <c><x:rcmt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.RevisionConflict" /> <c><x:rcft></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView" /> <c><x:rcv></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName" /> <c><x:rdn></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.RevisionFormat" /> <c><x:rfmt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet" /> <c><x:ris></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.RevisionMove" /> <c><x:rm></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable" /> <c><x:rqt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn" /> <c><x:rrc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName" /> <c><x:rsnm></c></description></item> </list> </remark> </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.#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.CloneNode(System.Boolean)"> <inheritdoc/> </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="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="P:DocumentFormat.OpenXml.Spreadsheet.Revisions.WorkbookRevisionLogPart"> <summary> Gets the WorkbookRevisionLogPart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Users"> <summary> <para>User List.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:users.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.UserInfo" /> <c><x:userInfo></c></description></item> </list> </remark> </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.#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="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.CloneNode(System.Boolean)"> <inheritdoc/> </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="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="P:DocumentFormat.OpenXml.Spreadsheet.Users.WorkbookUserDataPart"> <summary> Gets the WorkbookUserDataPart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Worksheet"> <summary> <para>Worksheet.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:worksheet.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.AutoFilter" /> <c><x:autoFilter></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CellWatches" /> <c><x:cellWatches></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Columns" /> <c><x:cols></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting" /> <c><x:conditionalFormatting></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Controls" /> <c><x:controls></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CustomProperties" /> <c><x:customProperties></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews" /> <c><x:customSheetViews></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.DataConsolidate" /> <c><x:dataConsolidate></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.DataValidations" /> <c><x:dataValidations></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Drawing" /> <c><x:drawing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter" /> <c><x:drawingHF></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.HeaderFooter" /> <c><x:headerFooter></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Hyperlinks" /> <c><x:hyperlinks></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors" /> <c><x:ignoredErrors></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.LegacyDrawing" /> <c><x:legacyDrawing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingHeaderFooter" /> <c><x:legacyDrawingHF></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.MergeCells" /> <c><x:mergeCells></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.OleObjects" /> <c><x:oleObjects></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.RowBreaks" /> <c><x:rowBreaks></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks" /> <c><x:colBreaks></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PageMargins" /> <c><x:pageMargins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PageSetup" /> <c><x:pageSetup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties" /> <c><x:phoneticPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PrintOptions" /> <c><x:printOptions></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ProtectedRanges" /> <c><x:protectedRanges></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Scenarios" /> <c><x:scenarios></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Picture" /> <c><x:picture></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.SheetCalculationProperties" /> <c><x:sheetCalcPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.SheetData" /> <c><x:sheetData></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.SheetDimension" /> <c><x:dimension></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties" /> <c><x:sheetFormatPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.SheetProperties" /> <c><x:sheetPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.SheetProtection" /> <c><x:sheetProtection></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.SheetViews" /> <c><x:sheetViews></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.SortState" /> <c><x:sortState></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.TableParts" /> <c><x:tableParts></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.WebPublishItems" /> <c><x:webPublishItems></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.WorksheetExtensionList" /> <c><x:extLst></c></description></item> </list> </remark> </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.#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="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)"> <inheritdoc/> </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="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.WorksheetPart"> <summary> Gets the WorksheetPart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Chartsheet"> <summary> <para>Chart Sheet.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:chartsheet.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties" /> <c><x:sheetPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection" /> <c><x:sheetProtection></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews" /> <c><x:sheetViews></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup" /> <c><x:pageSetup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews" /> <c><x:customSheetViews></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Drawing" /> <c><x:drawing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter" /> <c><x:drawingHF></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.HeaderFooter" /> <c><x:headerFooter></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.LegacyDrawing" /> <c><x:legacyDrawing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingHeaderFooter" /> <c><x:legacyDrawingHF></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PageMargins" /> <c><x:pageMargins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Picture" /> <c><x:picture></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.WebPublishItems" /> <c><x:webPublishItems></c></description></item> </list> </remark> </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.#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="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.</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)"> <inheritdoc/> </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="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.ChartsheetPart"> <summary> Gets the ChartsheetPart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.DialogSheet"> <summary> <para>Dialog Sheet.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:dialogsheet.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Controls" /> <c><x:controls></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews" /> <c><x:customSheetViews></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Drawing" /> <c><x:drawing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter" /> <c><x:drawingHF></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.HeaderFooter" /> <c><x:headerFooter></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.LegacyDrawing" /> <c><x:legacyDrawing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingHeaderFooter" /> <c><x:legacyDrawingHF></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.OleObjects" /> <c><x:oleObjects></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PageMargins" /> <c><x:pageMargins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PageSetup" /> <c><x:pageSetup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PrintOptions" /> <c><x:printOptions></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties" /> <c><x:sheetFormatPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.SheetProperties" /> <c><x:sheetPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.SheetProtection" /> <c><x:sheetProtection></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.SheetViews" /> <c><x:sheetViews></c></description></item> </list> </remark> </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.#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="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.</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.</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)"> <inheritdoc/> </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="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.DialogsheetPart"> <summary> Gets the DialogsheetPart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Metadata"> <summary> <para>Metadata.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:metadata.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.FutureMetadata" /> <c><x:futureMetadata></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.MdxMetadata" /> <c><x:mdxMetadata></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CellMetadata" /> <c><x:cellMetadata></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ValueMetadata" /> <c><x:valueMetadata></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.MetadataStrings" /> <c><x:metadataStrings></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.MetadataTypes" /> <c><x:metadataTypes></c></description></item> </list> </remark> </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.#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="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)"> <inheritdoc/> </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="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.CellMetadataPart"> <summary> Gets the CellMetadataPart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells"> <summary> <para>Single Cells.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:singleXmlCells.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell" /> <c><x:singleXmlCell></c></description></item> </list> </remark> </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.#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.CloneNode(System.Boolean)"> <inheritdoc/> </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="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="P:DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.SingleCellTablePart"> <summary> Gets the SingleCellTablePart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Stylesheet"> <summary> <para>Style Sheet.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:styleSheet.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Borders" /> <c><x:borders></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CellStyles" /> <c><x:cellStyles></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats" /> <c><x:cellStyleXfs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CellFormats" /> <c><x:cellXfs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Colors" /> <c><x:colors></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats" /> <c><x:dxfs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Fills" /> <c><x:fills></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Fonts" /> <c><x:fonts></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.NumberingFormats" /> <c><x:numFmts></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.TableStyles" /> <c><x:tableStyles></c></description></item> </list> </remark> </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.#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="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)"> <inheritdoc/> </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="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.WorkbookStylesPart"> <summary> Gets the WorkbookStylesPart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.ExternalLink"> <summary> <para>External Reference.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:externalLink.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.DdeLink" /> <c><x:ddeLink></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExternalBook" /> <c><x:externalBook></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.OleLink" /> <c><x:oleLink></c></description></item> </list> </remark> </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.#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.CloneNode(System.Boolean)"> <inheritdoc/> </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="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="P:DocumentFormat.OpenXml.Spreadsheet.ExternalLink.ExternalWorkbookPart"> <summary> Gets the ExternalWorkbookPart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Table"> <summary> <para>Table.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:table.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.AutoFilter" /> <c><x:autoFilter></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.SortState" /> <c><x:sortState></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.TableColumns" /> <c><x:tableColumns></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.TableExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo" /> <c><x:tableStyleInfo></c></description></item> </list> </remark> </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.#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="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="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)"> <inheritdoc/> </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="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.TableDefinitionPart"> <summary> Gets the TableDefinitionPart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.VolatileTypes"> <summary> <para>Volatile Dependency Types.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:volTypes.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.VolatileType" /> <c><x:volType></c></description></item> </list> </remark> </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.#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.CloneNode(System.Boolean)"> <inheritdoc/> </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="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="P:DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.VolatileDependenciesPart"> <summary> Gets the VolatileDependenciesPart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Workbook"> <summary> <para>Workbook.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:workbook.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.BookViews" /> <c><x:bookViews></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CalculationProperties" /> <c><x:calcPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews" /> <c><x:customWorkbookViews></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.DefinedNames" /> <c><x:definedNames></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExternalReferences" /> <c><x:externalReferences></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties" /> <c><x:fileRecoveryPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.FileSharing" /> <c><x:fileSharing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.FileVersion" /> <c><x:fileVersion></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.FunctionGroups" /> <c><x:functionGroups></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.OleSize" /> <c><x:oleSize></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PivotCaches" /> <c><x:pivotCaches></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Sheets" /> <c><x:sheets></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.WebPublishing" /> <c><x:webPublishing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects" /> <c><x:webPublishObjects></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.WorkbookExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties" /> <c><x:workbookPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection" /> <c><x:workbookProtection></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath" /> <c><x15ac:absPath></c></description></item> </list> </remark> </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.#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="P:DocumentFormat.OpenXml.Spreadsheet.Workbook.Conformance"> <summary> <para>conformance</para> <para>Represents the following attribute in the schema: conformance</para> </summary> </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 Office 2013 and later..</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)"> <inheritdoc/> </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="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.WorkbookPart"> <summary> Gets the WorkbookPart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.FilterColumn"> <summary> <para>AutoFilter Column.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:filterColumn.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ColorFilter" /> <c><x:colorFilter></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CustomFilters" /> <c><x:customFilters></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.DynamicFilter" /> <c><x:dynamicFilter></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Filters" /> <c><x:filters></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.IconFilter" /> <c><x:iconFilter></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Top10" /> <c><x:top10></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Excel.CustomFilters" /> <c><x14:customFilters></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Excel.IconFilter" /> <c><x14:iconFilter></c></description></item> </list> </remark> </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.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="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, this property is only available in Office 2010 and later..</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, this property is only available in Office 2010 and later..</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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.SortState"> <summary> <para>Sort State for Auto Filter.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:sortState.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.SortCondition" /> <c><x:sortCondition></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Excel.SortCondition" /> <c><x14:sortCondition></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList"> <summary> <para>Defines the ExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Extension" /> <c><x:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.CustomFilter"> <summary> <para>Custom Filter Criteria.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:customFilter.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomFilter.#ctor"> <summary> Initializes a new instance of the CustomFilter class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.CalculationCell"> <summary> <para>Cell.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:c.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculationCell.#ctor"> <summary> Initializes a new instance of the CalculationCell class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Authors"> <summary> <para>Authors.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:authors.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Author" /> <c><x:author></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.CommentList"> <summary> <para>List of Comments.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:commentList.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Comment" /> <c><x:comment></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Comment"> <summary> <para>Comment.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:comment.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CommentProperties" /> <c><x:commentPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CommentText" /> <c><x:text></c></description></item> </list> </remark> </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.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 Office 2010 and later.</para> <para>Represents the following attribute in the schema: shapeId</para> </summary> </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 Office 2010 and later..</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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Author"> <summary> <para>Author.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:author.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Text"> <summary> <para>Text.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:t.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Formula"> <summary> <para>Formula.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:formula.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.OldFormula"> <summary> <para>Old Formula.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:oldFormula.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.OddHeader"> <summary> <para>Odd Header.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:oddHeader.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.OddFooter"> <summary> <para>Odd Page Footer.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:oddFooter.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.EvenHeader"> <summary> <para>Even Page Header.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:evenHeader.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.EvenFooter"> <summary> <para>Even Page Footer.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:evenFooter.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.FirstHeader"> <summary> <para>First Page Header.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:firstHeader.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.FirstFooter"> <summary> <para>First Page Footer.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:firstFooter.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.DdeLinkValue"> <summary> <para>DDE Link Value.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:val.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Subtopic"> <summary> <para>Strings in Subtopic.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:stp.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Formula1"> <summary> <para>Defines the Formula1 Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:formula1.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Formula2"> <summary> <para>Defines the Formula2 Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:formula2.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.XstringType"> <summary> <para>Defines the XstringType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </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="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="T:DocumentFormat.OpenXml.Spreadsheet.Schema"> <summary> <para>XML Schema.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:Schema.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Map"> <summary> <para>XML Mapping Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:Map.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.DataBinding" /> <c><x:DataBinding></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.DataBinding"> <summary> <para>XML Mapping.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:DataBinding.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Connection"> <summary> <para>Connection.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:connection.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties" /> <c><x:dbPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.OlapProperties" /> <c><x:olapPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Parameters" /> <c><x:parameters></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.TextProperties" /> <c><x:textPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties" /> <c><x:webPr></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Tables"> <summary> <para>Tables.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:tables.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.FieldItem" /> <c><x:x></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.MissingTable" /> <c><x:m></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CharacterValue" /> <c><x:s></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Parameter"> <summary> <para>Parameter Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:parameter.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.Parameter.#ctor"> <summary> Initializes a new instance of the Parameter class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.MissingTable"> <summary> <para>No Value.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:m.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.CharacterValue"> <summary> <para>Character Value.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:s.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.CharacterValue.#ctor"> <summary> Initializes a new instance of the CharacterValue class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.FieldItem"> <summary> <para>Index.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:x.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.FieldItem.#ctor"> <summary> Initializes a new instance of the FieldItem class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.TextField"> <summary> <para>Text Import Field Settings.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:textField.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.TextField.#ctor"> <summary> Initializes a new instance of the TextField class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.CacheField"> <summary> <para>PivotCache Field.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:cacheField.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.FieldGroup" /> <c><x:fieldGroup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.SharedItems" /> <c><x:sharedItems></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.MemberPropertiesMap" /> <c><x:mpMap></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Pages"> <summary> <para>Page Item Values.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:pages.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Page" /> <c><x:page></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.RangeSets"> <summary> <para>Range Sets.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:rangeSets.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.RangeSet" /> <c><x:rangeSet></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Page"> <summary> <para>Page Items.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:page.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PageItem" /> <c><x:pageItem></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.PageItem"> <summary> <para>Page Item.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:pageItem.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.PageItem.#ctor"> <summary> Initializes a new instance of the PageItem class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.RangeSet"> <summary> <para>Range Set.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:rangeSet.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.RangeSet.#ctor"> <summary> Initializes a new instance of the RangeSet class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.MissingItem"> <summary> <para>No Value.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:m.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Tuples" /> <c><x:tpls></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.MemberPropertyIndex" /> <c><x:x></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.NumberItem"> <summary> <para>Numeric.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:n.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Tuples" /> <c><x:tpls></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.MemberPropertyIndex" /> <c><x:x></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.BooleanItem"> <summary> <para>Boolean.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:b.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.MemberPropertyIndex" /> <c><x:x></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.ErrorItem"> <summary> <para>Error Value.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:e.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Tuples" /> <c><x:tpls></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.MemberPropertyIndex" /> <c><x:x></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.StringItem"> <summary> <para>Character Value.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:s.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Tuples" /> <c><x:tpls></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.MemberPropertyIndex" /> <c><x:x></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.DateTimeItem"> <summary> <para>Date Time.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:d.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.MemberPropertyIndex" /> <c><x:x></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Tuples"> <summary> <para>Tuples.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:tpls.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Tuple" /> <c><x:tpl></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.SortByTuple"> <summary> <para>Sort By Tuple.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:sortByTuple.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Tuple" /> <c><x:tpl></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.TuplesType"> <summary> <para>Defines the TuplesType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Tuple" /> <c><x:tpl></c></description></item> </list> </remark> </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="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="T:DocumentFormat.OpenXml.Spreadsheet.MemberPropertyIndex"> <summary> <para>Member Property Indexes.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:x.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.MemberPropertiesMap"> <summary> <para>Defines the MemberPropertiesMap Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:mpMap.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.XType"> <summary> <para>Defines the XType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.XType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecord"> <summary> <para>PivotCache Record.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:r.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.BooleanItem" /> <c><x:b></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.DateTimeItem" /> <c><x:d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ErrorItem" /> <c><x:e></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.FieldItem" /> <c><x:x></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.MissingItem" /> <c><x:m></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.NumberItem" /> <c><x:n></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.StringItem" /> <c><x:s></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Kpi"> <summary> <para>OLAP KPI.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:kpi.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.Kpi.#ctor"> <summary> Initializes a new instance of the Kpi class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.FieldUsage"> <summary> <para>PivotCache Field Id.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:fieldUsage.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.FieldUsage.#ctor"> <summary> Initializes a new instance of the FieldUsage class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.GroupLevel"> <summary> <para>OLAP Grouping Levels.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:groupLevel.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Groups" /> <c><x:groups></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Groups"> <summary> <para>OLAP Level Groups.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:groups.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Group" /> <c><x:group></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Group"> <summary> <para>OLAP Group.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:group.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.GroupMembers" /> <c><x:groupMembers></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.GroupMembers"> <summary> <para>OLAP Group Members.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:groupMembers.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.GroupMember" /> <c><x:groupMember></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.GroupMember"> <summary> <para>OLAP Group Member.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:groupMember.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.GroupMember.#ctor"> <summary> Initializes a new instance of the GroupMember class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Entries"> <summary> <para>Entries.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:entries.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ErrorItem" /> <c><x:e></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.MissingItem" /> <c><x:m></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.NumberItem" /> <c><x:n></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.StringItem" /> <c><x:s></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Sets"> <summary> <para>Sets.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:sets.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.TupleSet" /> <c><x:set></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.QueryCache"> <summary> <para>OLAP Query Cache.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:queryCache.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Query" /> <c><x:query></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.ServerFormats"> <summary> <para>Server Formats.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:serverFormats.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ServerFormat" /> <c><x:serverFormat></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.ServerFormat"> <summary> <para>Server Format.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:serverFormat.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.ServerFormat.#ctor"> <summary> Initializes a new instance of the ServerFormat class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Tuple"> <summary> <para>Tuple.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:tpl.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.Tuple.#ctor"> <summary> Initializes a new instance of the Tuple class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.TupleSet"> <summary> <para>OLAP Set.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:set.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Tuples" /> <c><x:tpls></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.SortByTuple" /> <c><x:sortByTuple></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Query"> <summary> <para>Query.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:query.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Tuples" /> <c><x:tpls></c></description></item> </list> </remark> </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.Mdx"> <summary> <para>MDX Query String</para> <para>Represents the following attribute in the schema: mdx</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.CalculatedItem"> <summary> <para>Calculated Item.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:calculatedItem.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PivotArea" /> <c><x:pivotArea></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotArea"> <summary> <para>Calculated Item Location.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:pivotArea.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences" /> <c><x:references></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.CalculatedMember"> <summary> <para>Calculated Member.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:calculatedMember.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList" /> <c><x:extLst></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotField"> <summary> <para>PivotTable Field.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:pivotField.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.AutoSortScope" /> <c><x:autoSortScope></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Items" /> <c><x:items></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList" /> <c><x:extLst></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Item"> <summary> <para>PivotTable Field Item.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:item.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.Item.#ctor"> <summary> Initializes a new instance of the Item class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.DataField"> <summary> <para>Data Field Item.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:dataField.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList" /> <c><x:extLst></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.RowItem"> <summary> <para>Row Items.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:i.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.MemberPropertyIndex" /> <c><x:x></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Field"> <summary> <para>Row Items.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:field.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.Field.#ctor"> <summary> Initializes a new instance of the Field class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Format"> <summary> <para>PivotTable Format.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:format.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PivotArea" /> <c><x:pivotArea></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat"> <summary> <para>Conditional Formatting.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:conditionalFormat.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PivotAreas" /> <c><x:pivotAreas></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotAreas"> <summary> <para>Pivot Areas.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:pivotAreas.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PivotArea" /> <c><x:pivotArea></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.ChartFormat"> <summary> <para>PivotChart Format.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:chartFormat.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PivotArea" /> <c><x:pivotArea></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy"> <summary> <para>OLAP Hierarchy.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:pivotHierarchy.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.MemberProperties" /> <c><x:mps></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Members" /> <c><x:members></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtensionList" /> <c><x:extLst></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.RowHierarchyUsage"> <summary> <para>Row OLAP Hierarchies.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:rowHierarchyUsage.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchyUsage"> <summary> <para>Column OLAP Hierarchies.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:colHierarchyUsage.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.HierarchyUsageType"> <summary> <para>Defines the HierarchyUsageType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.HierarchyUsageType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Spreadsheet.MemberProperty"> <summary> <para>OLAP Member Property.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:mp.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.MemberProperty.#ctor"> <summary> Initializes a new instance of the MemberProperty class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Member"> <summary> <para>Member.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:member.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.Member.#ctor"> <summary> Initializes a new instance of the Member class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Dimension"> <summary> <para>OLAP Dimension.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:dimension.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.Dimension.#ctor"> <summary> Initializes a new instance of the Dimension class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.MeasureGroup"> <summary> <para>OLAP Measure Group.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:measureGroup.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.MeasureGroup.#ctor"> <summary> Initializes a new instance of the MeasureGroup class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap"> <summary> <para>OLAP Measure Group.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:map.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap.#ctor"> <summary> Initializes a new instance of the MeasureDimensionMap class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotFilter"> <summary> <para>PivotTable Advanced Filter.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:filter.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.AutoFilter" /> <c><x:autoFilter></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList" /> <c><x:extLst></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy"> <summary> <para>PivotCache Hierarchy.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:cacheHierarchy.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.FieldsUsage" /> <c><x:fieldsUsage></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.GroupLevels" /> <c><x:groupLevels></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.RangeProperties"> <summary> <para>Range Grouping Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:rangePr.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.RangeProperties.#ctor"> <summary> Initializes a new instance of the RangeProperties class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties"> <summary> <para>Discrete Grouping Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:discretePr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.FieldItem" /> <c><x:x></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.GroupItems"> <summary> <para>OLAP Group Items.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:groupItems.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.BooleanItem" /> <c><x:b></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.DateTimeItem" /> <c><x:d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ErrorItem" /> <c><x:e></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.MissingItem" /> <c><x:m></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.NumberItem" /> <c><x:n></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.StringItem" /> <c><x:s></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.PageField"> <summary> <para>Page Field.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:pageField.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences"> <summary> <para>References.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:references.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference" /> <c><x:reference></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference"> <summary> <para>Reference.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:reference.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.FieldItem" /> <c><x:x></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.QueryTableFields"> <summary> <para>Query table fields.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:queryTableFields.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.QueryTableField" /> <c><x:queryTableField></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields"> <summary> <para>Deleted Fields.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:queryTableDeletedFields.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.DeletedField" /> <c><x:deletedField></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.DeletedField"> <summary> <para>Deleted Field.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:deletedField.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.DeletedField.#ctor"> <summary> Initializes a new instance of the DeletedField class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.QueryTableField"> <summary> <para>QueryTable Field.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:queryTableField.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.SharedStringItem"> <summary> <para>String Item.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:si.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties" /> <c><x:phoneticPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PhoneticRun" /> <c><x:rPh></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Run" /> <c><x:r></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Text" /> <c><x:t></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.InlineString"> <summary> <para>Rich Text Inline.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:is.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties" /> <c><x:phoneticPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PhoneticRun" /> <c><x:rPh></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Run" /> <c><x:r></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Text" /> <c><x:t></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.CommentText"> <summary> <para>Comment Text.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:text.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties" /> <c><x:phoneticPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PhoneticRun" /> <c><x:rPh></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Run" /> <c><x:r></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Text" /> <c><x:t></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.RstType"> <summary> <para>Defines the RstType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties" /> <c><x:phoneticPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PhoneticRun" /> <c><x:rPh></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Run" /> <c><x:r></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Text" /> <c><x:t></c></description></item> </list> </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="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="T:DocumentFormat.OpenXml.Spreadsheet.Bold"> <summary> <para>Bold.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:b.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Italic"> <summary> <para>Italic.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:i.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Strike"> <summary> <para>Strike Through.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:strike.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Condense"> <summary> <para>Condense.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:condense.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Extend"> <summary> <para>Extend.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:extend.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Outline"> <summary> <para>Outline.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:outline.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Shadow"> <summary> <para>Shadow.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:shadow.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.BooleanPropertyType"> <summary> <para>Defines the BooleanPropertyType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.BooleanPropertyType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Spreadsheet.Underline"> <summary> <para>Underline.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:u.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.Underline.#ctor"> <summary> Initializes a new instance of the Underline class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment"> <summary> <para>Vertical Alignment.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:vertAlign.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment.#ctor"> <summary> Initializes a new instance of the VerticalTextAlignment class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.FontSize"> <summary> <para>Font Size.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:sz.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.FontSize.#ctor"> <summary> Initializes a new instance of the FontSize class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Color"> <summary> <para>Text Color.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:color.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.TabColor"> <summary> <para>Sheet Tab Color.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:tabColor.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.ForegroundColor"> <summary> <para>Foreground Color.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:fgColor.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.BackgroundColor"> <summary> <para>Background Color.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:bgColor.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.ColorType"> <summary> <para>Defines the ColorType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.ColorType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Spreadsheet.RunFont"> <summary> <para>Font.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:rFont.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.RunFont.#ctor"> <summary> Initializes a new instance of the RunFont class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.FontFamily"> <summary> <para>Font Family.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:family.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.RunPropertyCharSet"> <summary> <para>Character Set.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:charset.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.InternationalPropertyType"> <summary> <para>Defines the InternationalPropertyType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.InternationalPropertyType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Spreadsheet.FontScheme"> <summary> <para>Font Scheme.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:scheme.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.FontScheme.#ctor"> <summary> Initializes a new instance of the FontScheme class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.RunProperties"> <summary> <para>Run Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:rPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Bold" /> <c><x:b></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Italic" /> <c><x:i></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Strike" /> <c><x:strike></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Condense" /> <c><x:condense></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Extend" /> <c><x:extend></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Outline" /> <c><x:outline></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Shadow" /> <c><x:shadow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Color" /> <c><x:color></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.RunFont" /> <c><x:rFont></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.FontScheme" /> <c><x:scheme></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.FontSize" /> <c><x:sz></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.FontFamily" /> <c><x:family></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.RunPropertyCharSet" /> <c><x:charset></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Underline" /> <c><x:u></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment" /> <c><x:vertAlign></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Run"> <summary> <para>Rich Text Run.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:r.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.RunProperties" /> <c><x:rPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Text" /> <c><x:t></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.PhoneticRun"> <summary> <para>Phonetic Run.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:rPh.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Text" /> <c><x:t></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties"> <summary> <para>Phonetic Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:phoneticPr.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.#ctor"> <summary> Initializes a new instance of the PhoneticProperties class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Header"> <summary> <para>Header.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:header.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ReviewedList" /> <c><x:reviewedList></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.SheetIdMap" /> <c><x:sheetIdMap></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn"> <summary> <para>Revision Row Column Insert Delete.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:rrc.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange" /> <c><x:rcc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.RevisionFormat" /> <c><x:rfmt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Undo" /> <c><x:undo></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.RevisionMove"> <summary> <para>Revision Cell Move.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:rm.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange" /> <c><x:rcc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.RevisionFormat" /> <c><x:rfmt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Undo" /> <c><x:undo></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView"> <summary> <para>Revision Custom View.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:rcv.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView.#ctor"> <summary> Initializes a new instance of the RevisionCustomView class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName"> <summary> <para>Revision Sheet Name.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:rsnm.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet"> <summary> <para>Revision Insert Sheet.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:ris.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.#ctor"> <summary> Initializes a new instance of the RevisionInsertSheet class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange"> <summary> <para>Revision Cell Change.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:rcc.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.OldCell" /> <c><x:oc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat" /> <c><x:odxf></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat" /> <c><x:ndxf></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.NewCell" /> <c><x:nc></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.RevisionFormat"> <summary> <para>Revision Format.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:rfmt.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat" /> <c><x:dxf></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat"> <summary> <para>Revision AutoFormat.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:raf.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.#ctor"> <summary> Initializes a new instance of the RevisionAutoFormat class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName"> <summary> <para>Revision Defined Name.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:rdn.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Formula" /> <c><x:formula></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.OldFormula" /> <c><x:oldFormula></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.RevisionComment"> <summary> <para>Revision Cell Comment.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:rcmt.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionComment.#ctor"> <summary> Initializes a new instance of the RevisionComment class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable"> <summary> <para>Revision Query Table.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:rqt.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.#ctor"> <summary> Initializes a new instance of the RevisionQueryTable class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.RevisionConflict"> <summary> <para>Revision Merge Conflict.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:rcft.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.#ctor"> <summary> Initializes a new instance of the RevisionConflict class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.SheetIdMap"> <summary> <para>Sheet Id Map.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:sheetIdMap.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.SheetId" /> <c><x:sheetId></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.ReviewedList"> <summary> <para>Reviewed List.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:reviewedList.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Reviewed" /> <c><x:reviewed></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Reviewed"> <summary> <para>Reviewed.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:reviewed.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.Reviewed.#ctor"> <summary> Initializes a new instance of the Reviewed class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Undo"> <summary> <para>Undo.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:undo.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.Undo.#ctor"> <summary> Initializes a new instance of the Undo class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.OldCell"> <summary> <para>Old Cell Data.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:oc.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CellFormula" /> <c><x:f></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.InlineString" /> <c><x:is></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CellValue" /> <c><x:v></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Cell"> <summary> <para>Cell.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:c.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CellFormula" /> <c><x:f></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.InlineString" /> <c><x:is></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CellValue" /> <c><x:v></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.NewCell"> <summary> <para>New Cell Data.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:nc.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CellFormula" /> <c><x:f></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.InlineString" /> <c><x:is></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CellValue" /> <c><x:v></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat"> <summary> <para>Old Formatting Information.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:odxf.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Border" /> <c><x:border></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Alignment" /> <c><x:alignment></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Protection" /> <c><x:protection></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Fill" /> <c><x:fill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Font" /> <c><x:font></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.NumberingFormat" /> <c><x:numFmt></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat"> <summary> <para>New Formatting Information.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:ndxf.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Border" /> <c><x:border></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Alignment" /> <c><x:alignment></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Protection" /> <c><x:protection></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Fill" /> <c><x:fill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Font" /> <c><x:font></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.NumberingFormat" /> <c><x:numFmt></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat"> <summary> <para>Formatting.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:dxf.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Border" /> <c><x:border></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Alignment" /> <c><x:alignment></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Protection" /> <c><x:protection></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Fill" /> <c><x:fill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Font" /> <c><x:font></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.NumberingFormat" /> <c><x:numFmt></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType"> <summary> <para>Defines the DifferentialFormatType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Border" /> <c><x:border></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Alignment" /> <c><x:alignment></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Protection" /> <c><x:protection></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Fill" /> <c><x:fill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Font" /> <c><x:font></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.NumberingFormat" /> <c><x:numFmt></c></description></item> </list> </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="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="T:DocumentFormat.OpenXml.Spreadsheet.SheetId"> <summary> <para>Sheet Id.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:sheetId.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetId.#ctor"> <summary> Initializes a new instance of the SheetId class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.CellFormula"> <summary> <para>Formula.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:f.</para> </summary> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.UserInfo"> <summary> <para>User Information.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:userInfo.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Row"> <summary> <para>Row.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:row.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Cell" /> <c><x:c></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> </list> </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="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, this property is only available in Office 2010 and later.</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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Column"> <summary> <para>Column Width and Formatting.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:col.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.Column.#ctor"> <summary> Initializes a new instance of the Column class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.OutlineProperties"> <summary> <para>Outline Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:outlinePr.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.#ctor"> <summary> Initializes a new instance of the OutlineProperties class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties"> <summary> <para>Page Setup Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:pageSetUpPr.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties.#ctor"> <summary> Initializes a new instance of the PageSetupProperties class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Pane"> <summary> <para>View Pane.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:pane.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.Pane.#ctor"> <summary> Initializes a new instance of the Pane class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Selection"> <summary> <para>Selection.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:selection.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.Selection.#ctor"> <summary> Initializes a new instance of the Selection class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotSelection"> <summary> <para>PivotTable Selection.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:pivotSelection.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PivotArea" /> <c><x:pivotArea></c></description></item> </list> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Break"> <summary> <para>Break.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:brk.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.Break.#ctor"> <summary> Initializes a new instance of the Break class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.DataReference"> <summary> <para>Data Consolidation Reference.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:dataRef.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataReference.#ctor"> <summary> Initializes a new instance of the DataReference class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.RowBreaks"> <summary> <para>Horizontal Page Breaks.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:rowBreaks.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Break" /> <c><x:brk></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks"> <summary> <para>Vertical Page Breaks.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:colBreaks.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Break" /> <c><x:brk></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.PageBreakType"> <summary> <para>Defines the PageBreakType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Break" /> <c><x:brk></c></description></item> </list> </remark> </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="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="T:DocumentFormat.OpenXml.Spreadsheet.PageMargins"> <summary> <para>Page Margins.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:pageMargins.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.PageMargins.#ctor"> <summary> Initializes a new instance of the PageMargins class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.PrintOptions"> <summary> <para>Print Options.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:printOptions.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.PrintOptions.#ctor"> <summary> Initializes a new instance of the PrintOptions class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.PageSetup"> <summary> <para>Page Setup Settings.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:pageSetup.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.PageSetup.#ctor"> <summary> Initializes a new instance of the PageSetup class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.HeaderFooter"> <summary> <para>Header Footer Settings.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:headerFooter.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.OddHeader" /> <c><x:oddHeader></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.OddFooter" /> <c><x:oddFooter></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.EvenHeader" /> <c><x:evenHeader></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.EvenFooter" /> <c><x:evenFooter></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.FirstHeader" /> <c><x:firstHeader></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.FirstFooter" /> <c><x:firstFooter></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.AutoFilter"> <summary> <para>AutoFilter Settings.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:autoFilter.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.FilterColumn" /> <c><x:filterColumn></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.SortState" /> <c><x:sortState></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule"> <summary> <para>Conditional Formatting Rule.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:cfRule.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ColorScale" /> <c><x:colorScale></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.DataBar" /> <c><x:dataBar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.IconSet" /> <c><x:iconSet></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Formula" /> <c><x:formula></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Hyperlink"> <summary> <para>Hyperlink.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:hyperlink.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.Hyperlink.#ctor"> <summary> Initializes a new instance of the Hyperlink class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject"> <summary> <para>Conditional Format Value Object.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:cfvo.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Scenario"> <summary> <para>Scenario.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:scenario.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.InputCells" /> <c><x:inputCells></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.ProtectedRange"> <summary> <para>Protected Range.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:protectedRange.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.#ctor"> <summary> Initializes a new instance of the ProtectedRange class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.CellWatch"> <summary> <para>Cell Watch Item.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:cellWatch.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellWatch.#ctor"> <summary> Initializes a new instance of the CellWatch class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup"> <summary> <para>Chart Sheet Page Setup.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:pageSetup.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.#ctor"> <summary> Initializes a new instance of the ChartSheetPageSetup class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.CustomProperty"> <summary> <para>Custom Property.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:customPr.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomProperty.#ctor"> <summary> Initializes a new instance of the CustomProperty class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.WebPublishItem"> <summary> <para>Web Publishing Item.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:webPublishItem.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.#ctor"> <summary> Initializes a new instance of the WebPublishItem class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.TablePart"> <summary> <para>Table Part.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:tablePart.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.TablePart.#ctor"> <summary> Initializes a new instance of the TablePart class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.ChartSheetView"> <summary> <para>Chart Sheet View.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:sheetView.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView"> <summary> <para>Custom Chart Sheet View.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:customSheetView.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup" /> <c><x:pageSetup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.HeaderFooter" /> <c><x:headerFooter></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PageMargins" /> <c><x:pageMargins></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.InputCells"> <summary> <para>Input Cells.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:inputCells.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.InputCells.#ctor"> <summary> Initializes a new instance of the InputCells class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Control"> <summary> <para>Embedded Control.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:control.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ControlProperties" /> <c><x:controlPr></c></description></item> </list> </remark> </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.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="P:DocumentFormat.OpenXml.Spreadsheet.Control.ControlProperties"> <summary> <para>ControlProperties, this property is only available in Office 2010 and later..</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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.IgnoredError"> <summary> <para>Ignored Error.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:ignoredError.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.IgnoredError.#ctor"> <summary> Initializes a new instance of the IgnoredError class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.MergeCell"> <summary> <para>Merged Cell.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:mergeCell.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.MergeCell.#ctor"> <summary> Initializes a new instance of the MergeCell class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.DataValidation"> <summary> <para>Data Validation.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:dataValidation.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Formula1" /> <c><x:formula1></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Formula2" /> <c><x:formula2></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.ExcelAc.List" /> <c><x12ac:list></c></description></item> </list> </remark> </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.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="P:DocumentFormat.OpenXml.Spreadsheet.DataValidation.List"> <summary> <para>List, this property is only available in Office 2013 and later..</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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.SheetView"> <summary> <para>Worksheet View.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:sheetView.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Pane" /> <c><x:pane></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PivotSelection" /> <c><x:pivotSelection></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Selection" /> <c><x:selection></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.CustomSheetView"> <summary> <para>Custom Sheet View.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:customSheetView.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.AutoFilter" /> <c><x:autoFilter></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.HeaderFooter" /> <c><x:headerFooter></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.RowBreaks" /> <c><x:rowBreaks></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks" /> <c><x:colBreaks></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PageMargins" /> <c><x:pageMargins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PageSetup" /> <c><x:pageSetup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Pane" /> <c><x:pane></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PrintOptions" /> <c><x:printOptions></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Selection" /> <c><x:selection></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.OleObject"> <summary> <para>OLE Object.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:oleObject.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties" /> <c><x:objectPr></c></description></item> </list> </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.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="P:DocumentFormat.OpenXml.Spreadsheet.OleObject.EmbeddedObjectProperties"> <summary> <para>EmbeddedObjectProperties, this property is only available in Office 2010 and later..</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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.MetadataTypes"> <summary> <para>Metadata Types Collection.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:metadataTypes.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.MetadataType" /> <c><x:metadataType></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.MetadataStrings"> <summary> <para>Metadata String Store.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:metadataStrings.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CharacterValue" /> <c><x:s></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.MdxMetadata"> <summary> <para>MDX Metadata Information.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:mdxMetadata.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Mdx" /> <c><x:mdx></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.FutureMetadata"> <summary> <para>Future Metadata.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:futureMetadata.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock" /> <c><x:bk></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.CellMetadata"> <summary> <para>Cell Metadata.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:cellMetadata.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.MetadataBlock" /> <c><x:bk></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.ValueMetadata"> <summary> <para>Value Metadata.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:valueMetadata.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.MetadataBlock" /> <c><x:bk></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType"> <summary> <para>Defines the MetadataBlocksType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.MetadataBlock" /> <c><x:bk></c></description></item> </list> </remark> </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="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="T:DocumentFormat.OpenXml.Spreadsheet.MetadataType"> <summary> <para>Metadata Type Information.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:metadataType.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.MetadataType.#ctor"> <summary> Initializes a new instance of the MetadataType class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.MetadataBlock"> <summary> <para>Metadata Block.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:bk.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.MetadataRecord" /> <c><x:rc></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.MetadataRecord"> <summary> <para>Metadata Record.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:rc.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.MetadataRecord.#ctor"> <summary> Initializes a new instance of the MetadataRecord class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock"> <summary> <para>Future Metadata Block.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:bk.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Mdx"> <summary> <para>MDX Metadata Record.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:mdx.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.MdxKpi" /> <c><x:k></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp" /> <c><x:p></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.MdxSet" /> <c><x:ms></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.MdxTuple" /> <c><x:t></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.MdxTuple"> <summary> <para>Tuple MDX Metadata.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:t.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.NameIndex" /> <c><x:n></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.MdxSet"> <summary> <para>Set MDX Metadata.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:ms.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.NameIndex" /> <c><x:n></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp"> <summary> <para>Member Property MDX Metadata.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:p.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp.#ctor"> <summary> Initializes a new instance of the MdxMemberProp class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.MdxKpi"> <summary> <para>KPI MDX Metadata.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:k.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.MdxKpi.#ctor"> <summary> Initializes a new instance of the MdxKpi class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.NameIndex"> <summary> <para>Member Unique Name Index.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:n.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.NameIndex.#ctor"> <summary> Initializes a new instance of the NameIndex class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell"> <summary> <para>Table Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:singleXmlCell.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties" /> <c><x:xmlCellPr></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties"> <summary> <para>Cell Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:xmlCellPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.XmlProperties" /> <c><x:xmlPr></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.XmlProperties"> <summary> <para>Column XML Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:xmlPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.PatternFill"> <summary> <para>Pattern.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:patternFill.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ForegroundColor" /> <c><x:fgColor></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.BackgroundColor" /> <c><x:bgColor></c></description></item> </list> </remark> </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.PatternType"> <summary> <para>Pattern Type</para> <para>Represents the following attribute in the schema: patternType</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.GradientFill"> <summary> <para>Gradient.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:gradientFill.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.GradientStop" /> <c><x:stop></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.GradientStop"> <summary> <para>Gradient Stop.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:stop.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Color" /> <c><x:color></c></description></item> </list> </remark> </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.Position"> <summary> <para>Gradient Stop Position</para> <para>Represents the following attribute in the schema: position</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.NumberingFormat"> <summary> <para>Number Formats.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:numFmt.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.NumberingFormat.#ctor"> <summary> Initializes a new instance of the NumberingFormat class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Alignment"> <summary> <para>Alignment.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:alignment.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.Alignment.#ctor"> <summary> Initializes a new instance of the Alignment class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Protection"> <summary> <para>Protection.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:protection.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.Protection.#ctor"> <summary> Initializes a new instance of the Protection class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Font"> <summary> <para>Font Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:font.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Bold" /> <c><x:b></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Italic" /> <c><x:i></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Strike" /> <c><x:strike></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Condense" /> <c><x:condense></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Extend" /> <c><x:extend></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Outline" /> <c><x:outline></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Shadow" /> <c><x:shadow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.FontCharSet" /> <c><x:charset></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Color" /> <c><x:color></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.FontFamilyNumbering" /> <c><x:family></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.FontName" /> <c><x:name></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.FontScheme" /> <c><x:scheme></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.FontSize" /> <c><x:sz></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Underline" /> <c><x:u></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment" /> <c><x:vertAlign></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Fill"> <summary> <para>Fill.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:fill.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.GradientFill" /> <c><x:gradientFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PatternFill" /> <c><x:patternFill></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Border"> <summary> <para>Border Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:border.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.StartBorder" /> <c><x:start></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.EndBorder" /> <c><x:end></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.LeftBorder" /> <c><x:left></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.RightBorder" /> <c><x:right></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.TopBorder" /> <c><x:top></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.BottomBorder" /> <c><x:bottom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder" /> <c><x:diagonal></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.VerticalBorder" /> <c><x:vertical></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder" /> <c><x:horizontal></c></description></item> </list> </remark> </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.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="P:DocumentFormat.OpenXml.Spreadsheet.Border.StartBorder"> <summary> <para>StartBorder, this property is only available in Office 2010 and later..</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 Office 2010 and later..</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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.IndexedColors"> <summary> <para>Color Indexes.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:indexedColors.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.RgbColor" /> <c><x:rgbColor></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.MruColors"> <summary> <para>MRU Colors.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:mruColors.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Color" /> <c><x:color></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.TableStyle"> <summary> <para>Table Style.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:tableStyle.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.TableStyleElement" /> <c><x:tableStyleElement></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.RgbColor"> <summary> <para>RGB Color.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:rgbColor.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.RgbColor.#ctor"> <summary> Initializes a new instance of the RgbColor class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.CellStyle"> <summary> <para>Cell Style.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:cellStyle.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.CellFormat"> <summary> <para>Formatting Elements.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:xf.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Alignment" /> <c><x:alignment></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Protection" /> <c><x:protection></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.FontName"> <summary> <para>Font Name.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:name.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.FontName.#ctor"> <summary> Initializes a new instance of the FontName class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.FontFamilyNumbering"> <summary> <para>Font Family.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:family.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.FontFamilyNumbering.#ctor"> <summary> Initializes a new instance of the FontFamilyNumbering class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.FontCharSet"> <summary> <para>Character Set.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:charset.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.FontCharSet.#ctor"> <summary> Initializes a new instance of the FontCharSet class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.TableStyleElement"> <summary> <para>Table Style.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:tableStyleElement.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.#ctor"> <summary> Initializes a new instance of the TableStyleElement class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.SheetNames"> <summary> <para>Supporting Workbook Sheet Names.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:sheetNames.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.SheetName" /> <c><x:sheetName></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames"> <summary> <para>Named Links.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:definedNames.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName" /> <c><x:definedName></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.SheetDataSet"> <summary> <para>Cached Worksheet Data.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:sheetDataSet.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData" /> <c><x:sheetData></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName"> <summary> <para>Defined Name.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:definedName.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.#ctor"> <summary> Initializes a new instance of the ExternalDefinedName class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData"> <summary> <para>External Sheet Data Set.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:sheetData.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExternalRow" /> <c><x:row></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.ExternalRow"> <summary> <para>Row.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:row.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExternalCell" /> <c><x:cell></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.ExternalCell"> <summary> <para>External Cell Data.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:cell.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Xstring" /> <c><x:v></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.DdeItems"> <summary> <para>DDE Items Collection.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:ddeItems.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.DdeItem" /> <c><x:ddeItem></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.DdeItem"> <summary> <para>DDE Item definition.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:ddeItem.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Values" /> <c><x:values></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Values"> <summary> <para>DDE Name Values.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:values.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Value" /> <c><x:value></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Value"> <summary> <para>Value.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:value.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.DdeLinkValue" /> <c><x:val></c></description></item> </list> </remark> </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.ValueType"> <summary> <para>DDE Value Type</para> <para>Represents the following attribute in the schema: t</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.OleItems"> <summary> <para>OLE Link Items.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:oleItems.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.OleItem" /> <c><x:oleItem></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Excel.OleItem" /> <c><x14:oleItem></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.ExternalBook"> <summary> <para>External Workbook.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:externalBook.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames" /> <c><x:definedNames></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.SheetDataSet" /> <c><x:sheetDataSet></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.SheetNames" /> <c><x:sheetNames></c></description></item> </list> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.DdeLink"> <summary> <para>DDE Connection.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:ddeLink.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.DdeItems" /> <c><x:ddeItems></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.OleLink"> <summary> <para>OLE Link.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:oleLink.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.OleItems" /> <c><x:oleItems></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.SheetName"> <summary> <para>Sheet Name.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:sheetName.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetName.#ctor"> <summary> Initializes a new instance of the SheetName class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Xstring"> <summary> <para>Value.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:v.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.TableColumn"> <summary> <para>Table Column.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:tableColumn.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CalculatedColumnFormula" /> <c><x:calculatedColumnFormula></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.TotalsRowFormula" /> <c><x:totalsRowFormula></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties" /> <c><x:xmlColumnPr></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.CalculatedColumnFormula"> <summary> <para>Calculated Column Formula.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:calculatedColumnFormula.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.TotalsRowFormula"> <summary> <para>Totals Row Formula.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:totalsRowFormula.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.TableFormulaType"> <summary> <para>Defines the TableFormulaType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </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="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="T:DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties"> <summary> <para>XML Column Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:xmlColumnPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.VolatileType"> <summary> <para>Volatile Dependency Type.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:volType.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Main" /> <c><x:main></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Main"> <summary> <para>Main.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:main.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Topic" /> <c><x:tp></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Topic"> <summary> <para>Topic.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:tp.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.TopicReferences" /> <c><x:tr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Subtopic" /> <c><x:stp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Xstring" /> <c><x:v></c></description></item> </list> </remark> </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.ValueType"> <summary> <para>Type</para> <para>Represents the following attribute in the schema: t</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.TopicReferences"> <summary> <para>References.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:tr.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.TopicReferences.#ctor"> <summary> Initializes a new instance of the TopicReferences class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotCache"> <summary> <para>PivotCache.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:pivotCache.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotCache.#ctor"> <summary> Initializes a new instance of the PivotCache class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.WebPublishObject"> <summary> <para>Web Publishing Object.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:webPublishObject.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.#ctor"> <summary> Initializes a new instance of the WebPublishObject class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.ExternalReference"> <summary> <para>External Reference.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:externalReference.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalReference.#ctor"> <summary> Initializes a new instance of the ExternalReference class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView"> <summary> <para>Custom Workbook View.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:customWorkbookView.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Sheet"> <summary> <para>Sheet Information.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:sheet.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.Sheet.#ctor"> <summary> Initializes a new instance of the Sheet class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.WorkbookView"> <summary> <para>Workbook View.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:workbookView.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.DefinedName"> <summary> <para>Defined Name.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:definedName.</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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.FunctionGroup"> <summary> <para>Function Group.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:functionGroup.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.FunctionGroup.#ctor"> <summary> Initializes a new instance of the FunctionGroup class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.TableExtension"> <summary> <para>Defines the TableExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Excel.Table" /> <c><x14:table></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor"> <summary> <para>Defines the ObjectAnchor Class.</para> <para>This class is available in Office 2010 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:anchor.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.FromMarker" /> <c><x:from></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ToMarker" /> <c><x:to></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.FromMarker"> <summary> <para>Defines the FromMarker Class.</para> <para>This class is available in Office 2010 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:from.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset" /> <c><xdr:colOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset" /> <c><xdr:rowOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId" /> <c><xdr:col></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId" /> <c><xdr:row></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.ToMarker"> <summary> <para>Defines the ToMarker Class.</para> <para>This class is available in Office 2010 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:to.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset" /> <c><xdr:colOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset" /> <c><xdr:rowOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId" /> <c><xdr:col></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId" /> <c><xdr:row></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.MarkerType"> <summary> <para>Defines the MarkerType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset" /> <c><xdr:colOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset" /> <c><xdr:rowOff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId" /> <c><xdr:col></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId" /> <c><xdr:row></c></description></item> </list> </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="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="T:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension"> <summary> <para>Defines the ConditionalFormattingRuleExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Excel.Id" /> <c><x14:id></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension"> <summary> <para>Defines the PivotHierarchyExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Excel.PivotHierarchy" /> <c><x14:pivotHierarchy></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension"> <summary> <para>Defines the PivotFieldExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Excel.PivotField" /> <c><x14:pivotField></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension"> <summary> <para>Defines the CacheSourceExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Excel.SourceConnection" /> <c><x14:sourceConnection></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.TableColumns"> <summary> <para>Table Columns.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:tableColumns.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.TableColumn" /> <c><x:tableColumn></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo"> <summary> <para>Table Style.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:tableStyleInfo.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.#ctor"> <summary> Initializes a new instance of the TableStyleInfo class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.TableExtensionList"> <summary> <para>Future Feature Data Storage Area.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.TableExtension" /> <c><x:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.OleItem"> <summary> <para>OLE Link Item.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:oleItem.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.OleItem.#ctor"> <summary> Initializes a new instance of the OleItem class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.StartBorder"> <summary> <para>Defines the StartBorder Class.</para> <para>This class is available in Office 2010 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:start.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Color" /> <c><x:color></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.EndBorder"> <summary> <para>Defines the EndBorder Class.</para> <para>This class is available in Office 2010 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:end.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Color" /> <c><x:color></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.LeftBorder"> <summary> <para>Left Border.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:left.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Color" /> <c><x:color></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.RightBorder"> <summary> <para>Right Border.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:right.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Color" /> <c><x:color></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.TopBorder"> <summary> <para>Top Border.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:top.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Color" /> <c><x:color></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.BottomBorder"> <summary> <para>Bottom Border.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:bottom.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Color" /> <c><x:color></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder"> <summary> <para>Diagonal.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:diagonal.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Color" /> <c><x:color></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.VerticalBorder"> <summary> <para>Vertical Inner Border.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:vertical.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Color" /> <c><x:color></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder"> <summary> <para>Horizontal Inner Borders.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:horizontal.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Color" /> <c><x:color></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType"> <summary> <para>Defines the BorderPropertiesType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Color" /> <c><x:color></c></description></item> </list> </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="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="T:DocumentFormat.OpenXml.Spreadsheet.ControlProperties"> <summary> <para>Defines the ControlProperties Class.</para> <para>This class is available in Office 2010 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:controlPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor" /> <c><x:anchor></c></description></item> </list> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties"> <summary> <para>Defines the EmbeddedObjectProperties Class.</para> <para>This class is available in Office 2010 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:objectPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor" /> <c><x:anchor></c></description></item> </list> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties"> <summary> <para>Chart Sheet Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:sheetPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.TabColor" /> <c><x:tabColor></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews"> <summary> <para>Chart Sheet Views.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:sheetViews.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ChartSheetView" /> <c><x:sheetView></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection"> <summary> <para>Chart Sheet Protection.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:sheetProtection.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.#ctor"> <summary> Initializes a new instance of the ChartSheetProtection class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews"> <summary> <para>Custom Chart Sheet Views.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:customSheetViews.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView" /> <c><x:customSheetView></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Drawing"> <summary> <para>Drawing.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:drawing.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.Drawing.#ctor"> <summary> Initializes a new instance of the Drawing class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.LegacyDrawing"> <summary> <para>Defines the LegacyDrawing Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:legacyDrawing.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingHeaderFooter"> <summary> <para>Legacy Drawing Reference in Header Footer.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:legacyDrawingHF.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingType"> <summary> <para>Defines the LegacyDrawingType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter"> <summary> <para>Defines the DrawingHeaderFooter Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:drawingHF.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.#ctor"> <summary> Initializes a new instance of the DrawingHeaderFooter class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Picture"> <summary> <para>Defines the Picture Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:picture.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.Picture.#ctor"> <summary> Initializes a new instance of the Picture class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.WebPublishItems"> <summary> <para>Defines the WebPublishItems Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:webPublishItems.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.WebPublishItem" /> <c><x:webPublishItem></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.ColorScale"> <summary> <para>Color Scale.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:colorScale.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject" /> <c><x:cfvo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Color" /> <c><x:color></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.DataBar"> <summary> <para>Data Bar.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:dataBar.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject" /> <c><x:cfvo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Color" /> <c><x:color></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.IconSet"> <summary> <para>Icon Set.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:iconSet.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject" /> <c><x:cfvo></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtensionList"> <summary> <para>Defines the ConditionalFormattingRuleExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension" /> <c><x:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.DataReferences"> <summary> <para>Data Consolidation References.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:dataRefs.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.DataReference" /> <c><x:dataRef></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.SheetProperties"> <summary> <para>Sheet Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:sheetPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.TabColor" /> <c><x:tabColor></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.OutlineProperties" /> <c><x:outlinePr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties" /> <c><x:pageSetUpPr></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.SheetViews"> <summary> <para>Dialog Sheet Views.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:sheetViews.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.SheetView" /> <c><x:sheetView></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties"> <summary> <para>Dialog Sheet Format Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:sheetFormatPr.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.#ctor"> <summary> Initializes a new instance of the SheetFormatProperties class. </summary> </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, this property is only available in Office 2010 and later.</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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.SheetProtection"> <summary> <para>Sheet Protection.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:sheetProtection.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetProtection.#ctor"> <summary> Initializes a new instance of the SheetProtection class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews"> <summary> <para>Custom Sheet Views.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:customSheetViews.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CustomSheetView" /> <c><x:customSheetView></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.OleObjects"> <summary> <para>Defines the OleObjects Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:oleObjects.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.OleObject" /> <c><x:oleObject></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Controls"> <summary> <para>Defines the Controls Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:controls.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Control" /> <c><x:control></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.SheetDimension"> <summary> <para>Macro Sheet Dimensions.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:dimension.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetDimension.#ctor"> <summary> Initializes a new instance of the SheetDimension class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Columns"> <summary> <para>Column Information.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:cols.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Column" /> <c><x:col></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.SheetData"> <summary> <para>Sheet Data.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:sheetData.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Row" /> <c><x:row></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.DataConsolidate"> <summary> <para>Data Consolidation.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:dataConsolidate.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.DataReferences" /> <c><x:dataRefs></c></description></item> </list> </remark> </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.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 Office 2010 and later.</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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting"> <summary> <para>Conditional Formatting.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:conditionalFormatting.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule" /> <c><x:cfRule></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> </list> </remark> </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="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 References</para> <para>Represents the following attribute in the schema: sqref</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.CustomProperties"> <summary> <para>Custom Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:customProperties.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CustomProperty" /> <c><x:customPr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.MemberProperties"> <summary> <para>OLAP Member Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:mps.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.MemberProperty" /> <c><x:mp></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Members"> <summary> <para>Members.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:members.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Member" /> <c><x:member></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtensionList"> <summary> <para>Future Feature Data Storage Area.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension" /> <c><x:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Items"> <summary> <para>Field Items.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:items.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Item" /> <c><x:item></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.AutoSortScope"> <summary> <para>AutoSort Scope.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:autoSortScope.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PivotArea" /> <c><x:pivotArea></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList"> <summary> <para>Future Feature Data Storage Area.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension" /> <c><x:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.WorksheetSource"> <summary> <para>Defines the WorksheetSource Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:worksheetSource.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.#ctor"> <summary> Initializes a new instance of the WorksheetSource class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Consolidation"> <summary> <para>Defines the Consolidation Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:consolidation.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Pages" /> <c><x:pages></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.RangeSets" /> <c><x:rangeSets></c></description></item> </list> </remark> </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.AutoPage"> <summary> <para>Auto Page</para> <para>Represents the following attribute in the schema: autoPage</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList"> <summary> <para>Defines the CacheSourceExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension" /> <c><x:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.CommentProperties"> <summary> <para>Defines the CommentProperties Class.</para> <para>This class is available in Office 2010 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:commentPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor" /> <c><x:anchor></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.SortCondition"> <summary> <para>Defines the SortCondition Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:sortCondition.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.SortCondition.#ctor"> <summary> Initializes a new instance of the SortCondition class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Filter"> <summary> <para>Filter.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:filter.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.Filter.#ctor"> <summary> Initializes a new instance of the Filter class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.DateGroupItem"> <summary> <para>Date Grouping.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:dateGroupItem.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.#ctor"> <summary> Initializes a new instance of the DateGroupItem class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Filters"> <summary> <para>Filter Criteria.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:filters.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.DateGroupItem" /> <c><x:dateGroupItem></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Filter" /> <c><x:filter></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Excel.Filter" /> <c><x14:filter></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Top10"> <summary> <para>Top 10.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:top10.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.Top10.#ctor"> <summary> Initializes a new instance of the Top10 class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.CustomFilters"> <summary> <para>Custom Filters.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:customFilters.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CustomFilter" /> <c><x:customFilter></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.DynamicFilter"> <summary> <para>Dynamic Filter.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:dynamicFilter.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.#ctor"> <summary> Initializes a new instance of the DynamicFilter class. </summary> </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 Office 2010 and later.</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 Office 2010 and later.</para> <para>Represents the following attribute in the schema: maxValIso</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.ColorFilter"> <summary> <para>Color Filter Criteria.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:colorFilter.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.ColorFilter.#ctor"> <summary> Initializes a new instance of the ColorFilter class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.IconFilter"> <summary> <para>Icon Filter.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:iconFilter.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.IconFilter.#ctor"> <summary> Initializes a new instance of the IconFilter class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension"> <summary> <para>Defines the SlicerCacheDefinitionExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.SlicerCachePivotTables" /> <c><x15:slicerCachePivotTables></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData" /> <c><x15:slicerCacheHideItemsWithNoData></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache" /> <c><x15:tableSlicerCache></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension"> <summary> <para>Defines the PivotFilterExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState" /> <c><x15:movingPeriodState></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.PivotFilter" /> <c><x15:pivotFilter></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension"> <summary> <para>Defines the QueryTableExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.QueryTable" /> <c><x15:queryTable></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties"> <summary> <para>Defines the DatabaseProperties Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:dbPr.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.#ctor"> <summary> Initializes a new instance of the DatabaseProperties class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.OlapProperties"> <summary> <para>Defines the OlapProperties Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:olapPr.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.OlapProperties.#ctor"> <summary> Initializes a new instance of the OlapProperties class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties"> <summary> <para>Defines the WebQueryProperties Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:webPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Tables" /> <c><x:tables></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.TextProperties"> <summary> <para>Defines the TextProperties Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:textPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.TextFields" /> <c><x:textFields></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Parameters"> <summary> <para>Defines the Parameters Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:parameters.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Parameter" /> <c><x:parameter></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList"> <summary> <para>Defines the ConnectionExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension" /> <c><x:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension"> <summary> <para>Defines the ConnectionExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Excel.Connection" /> <c><x14:connection></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.Connection" /> <c><x15:connection></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.TextFields"> <summary> <para>Defines the TextFields Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:textFields.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.TextField" /> <c><x:textField></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.CacheSource"> <summary> <para>Defines the CacheSource Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:cacheSource.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Consolidation" /> <c><x:consolidation></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.WorksheetSource" /> <c><x:worksheetSource></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.CacheFields"> <summary> <para>Defines the CacheFields Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:cacheFields.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CacheField" /> <c><x:cacheField></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies"> <summary> <para>Defines the CacheHierarchies Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:cacheHierarchies.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy" /> <c><x:cacheHierarchy></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Kpis"> <summary> <para>Defines the Kpis Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:kpis.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Kpi" /> <c><x:kpi></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.TupleCache"> <summary> <para>Defines the TupleCache Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:tupleCache.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Entries" /> <c><x:entries></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.QueryCache" /> <c><x:queryCache></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ServerFormats" /> <c><x:serverFormats></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Sets" /> <c><x:sets></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.CalculatedItems"> <summary> <para>Defines the CalculatedItems Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:calculatedItems.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CalculatedItem" /> <c><x:calculatedItem></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers"> <summary> <para>Defines the CalculatedMembers Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:calculatedMembers.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CalculatedMember" /> <c><x:calculatedMember></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Dimensions"> <summary> <para>Defines the Dimensions Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:dimensions.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Dimension" /> <c><x:dimension></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.MeasureGroups"> <summary> <para>Defines the MeasureGroups Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:measureGroups.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.MeasureGroup" /> <c><x:measureGroup></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Maps"> <summary> <para>Defines the Maps Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:maps.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap" /> <c><x:map></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList"> <summary> <para>Defines the PivotCacheDefinitionExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension" /> <c><x:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension"> <summary> <para>Defines the PivotCacheDefinitionExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition" /> <c><x14:pivotCacheDefinition></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.PivotCacheDecoupled" /> <c><x15:pivotCacheDecoupled></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion" /> <c><x15:pivotCacheIdVersion></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.TimelinePivotCacheDefinition" /> <c><x15:timelinePivotCacheDefinition></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.SharedItems"> <summary> <para>Defines the SharedItems Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:sharedItems.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.BooleanItem" /> <c><x:b></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.DateTimeItem" /> <c><x:d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ErrorItem" /> <c><x:e></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.MissingItem" /> <c><x:m></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.NumberItem" /> <c><x:n></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.StringItem" /> <c><x:s></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.FieldGroup"> <summary> <para>Defines the FieldGroup Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:fieldGroup.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties" /> <c><x:discretePr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.GroupItems" /> <c><x:groupItems></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.RangeProperties" /> <c><x:rangePr></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList"> <summary> <para>Defines the CacheFieldExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension" /> <c><x:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension"> <summary> <para>Defines the CacheFieldExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Excel.CacheField" /> <c><x14:cacheField></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueNames" /> <c><x15:cachedUniqueNames></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.FieldsUsage"> <summary> <para>Defines the FieldsUsage Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:fieldsUsage.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.FieldUsage" /> <c><x:fieldUsage></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.GroupLevels"> <summary> <para>Defines the GroupLevels Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:groupLevels.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.GroupLevel" /> <c><x:groupLevel></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList"> <summary> <para>Defines the CacheHierarchyExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension" /> <c><x:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension"> <summary> <para>Defines the CacheHierarchyExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy" /> <c><x14:cacheHierarchy></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.CacheHierarchy" /> <c><x15:cacheHierarchy></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList"> <summary> <para>Defines the CalculatedMemberExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension" /> <c><x:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension"> <summary> <para>Defines the CalculatedMemberExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember" /> <c><x14:calculatedMember></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember" /> <c><x15:calculatedMember></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Location"> <summary> <para>Defines the Location Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:location.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.Location.#ctor"> <summary> Initializes a new instance of the Location class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotFields"> <summary> <para>Defines the PivotFields Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:pivotFields.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PivotField" /> <c><x:pivotField></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.RowFields"> <summary> <para>Defines the RowFields Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:rowFields.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Field" /> <c><x:field></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.RowItems"> <summary> <para>Defines the RowItems Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:rowItems.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.RowItem" /> <c><x:i></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.ColumnFields"> <summary> <para>Defines the ColumnFields Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:colFields.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Field" /> <c><x:field></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.ColumnItems"> <summary> <para>Defines the ColumnItems Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:colItems.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.RowItem" /> <c><x:i></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.PageFields"> <summary> <para>Defines the PageFields Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:pageFields.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PageField" /> <c><x:pageField></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.DataFields"> <summary> <para>Defines the DataFields Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:dataFields.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.DataField" /> <c><x:dataField></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Formats"> <summary> <para>Defines the Formats Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:formats.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Format" /> <c><x:format></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats"> <summary> <para>Defines the ConditionalFormats Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:conditionalFormats.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat" /> <c><x:conditionalFormat></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.ChartFormats"> <summary> <para>Defines the ChartFormats Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:chartFormats.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ChartFormat" /> <c><x:chartFormat></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies"> <summary> <para>Defines the PivotHierarchies Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:pivotHierarchies.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy" /> <c><x:pivotHierarchy></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle"> <summary> <para>Defines the PivotTableStyle Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:pivotTableStyleInfo.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.#ctor"> <summary> Initializes a new instance of the PivotTableStyle class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotFilters"> <summary> <para>Defines the PivotFilters Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:filters.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PivotFilter" /> <c><x:filter></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage"> <summary> <para>Defines the RowHierarchiesUsage Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:rowHierarchiesUsage.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.RowHierarchyUsage" /> <c><x:rowHierarchyUsage></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage"> <summary> <para>Defines the ColumnHierarchiesUsage Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:colHierarchiesUsage.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchyUsage" /> <c><x:colHierarchyUsage></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList"> <summary> <para>Defines the PivotTableDefinitionExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension" /> <c><x:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension"> <summary> <para>Defines the PivotTableDefinitionExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition" /> <c><x14:pivotTableDefinition></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.PivotTableData" /> <c><x15:pivotTableData></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings" /> <c><x15:pivotTableUISettings></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList"> <summary> <para>Defines the DataFieldExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension" /> <c><x:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension"> <summary> <para>Defines the DataFieldExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Excel.DataField" /> <c><x14:dataField></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.DataField" /> <c><x15:dataField></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList"> <summary> <para>Defines the PivotFilterExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension" /> <c><x:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh"> <summary> <para>Defines the QueryTableRefresh Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:queryTableRefresh.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields" /> <c><x:queryTableDeletedFields></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.QueryTableFields" /> <c><x:queryTableFields></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.SortState" /> <c><x:sortState></c></description></item> </list> </remark> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList"> <summary> <para>Defines the QueryTableExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension" /> <c><x:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.SheetCalculationProperties"> <summary> <para>Defines the SheetCalculationProperties Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:sheetCalcPr.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetCalculationProperties.#ctor"> <summary> Initializes a new instance of the SheetCalculationProperties class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.ProtectedRanges"> <summary> <para>Defines the ProtectedRanges Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:protectedRanges.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ProtectedRange" /> <c><x:protectedRange></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Scenarios"> <summary> <para>Defines the Scenarios Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:scenarios.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Scenario" /> <c><x:scenario></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.MergeCells"> <summary> <para>Defines the MergeCells Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:mergeCells.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.MergeCell" /> <c><x:mergeCell></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.DataValidations"> <summary> <para>Defines the DataValidations Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:dataValidations.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.DataValidation" /> <c><x:dataValidation></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Hyperlinks"> <summary> <para>Defines the Hyperlinks Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:hyperlinks.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Hyperlink" /> <c><x:hyperlink></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.CellWatches"> <summary> <para>Defines the CellWatches Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:cellWatches.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CellWatch" /> <c><x:cellWatch></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors"> <summary> <para>Defines the IgnoredErrors Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:ignoredErrors.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList" /> <c><x:extLst></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.IgnoredError" /> <c><x:ignoredError></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.TableParts"> <summary> <para>Defines the TableParts Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:tableParts.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.TablePart" /> <c><x:tablePart></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.WorksheetExtensionList"> <summary> <para>Defines the WorksheetExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension" /> <c><x:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension"> <summary> <para>Defines the WorksheetExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattings" /> <c><x14:conditionalFormattings></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Excel.DataValidations" /> <c><x14:dataValidations></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors" /> <c><x14:ignoredErrors></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Excel.ProtectedRanges" /> <c><x14:protectedRanges></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Excel.SlicerList" /> <c><x14:slicerList></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Excel.SparklineGroups" /> <c><x14:sparklineGroups></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.TimelineReferences" /> <c><x15:timelineRefs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.WebExtensions" /> <c><x15:webExtensions></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.NumberingFormats"> <summary> <para>Defines the NumberingFormats Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:numFmts.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.NumberingFormat" /> <c><x:numFmt></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Fonts"> <summary> <para>Defines the Fonts Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:fonts.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Font" /> <c><x:font></c></description></item> </list> </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="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, this property is only available in Office 2010 and later.</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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Fills"> <summary> <para>Defines the Fills Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:fills.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Fill" /> <c><x:fill></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Borders"> <summary> <para>Defines the Borders Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:borders.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Border" /> <c><x:border></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats"> <summary> <para>Defines the CellStyleFormats Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:cellStyleXfs.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CellFormat" /> <c><x:xf></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.CellFormats"> <summary> <para>Defines the CellFormats Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:cellXfs.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CellFormat" /> <c><x:xf></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.CellStyles"> <summary> <para>Defines the CellStyles Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:cellStyles.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CellStyle" /> <c><x:cellStyle></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats"> <summary> <para>Defines the DifferentialFormats Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:dxfs.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat" /> <c><x:dxf></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.TableStyles"> <summary> <para>Defines the TableStyles Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:tableStyles.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.TableStyle" /> <c><x:tableStyle></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Colors"> <summary> <para>Defines the Colors Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:colors.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.IndexedColors" /> <c><x:indexedColors></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.MruColors" /> <c><x:mruColors></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList"> <summary> <para>Defines the StylesheetExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension" /> <c><x:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension"> <summary> <para>Defines the StylesheetExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats" /> <c><x14:dxfs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats" /> <c><x15:dxfs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles" /> <c><x14:slicerStyles></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles" /> <c><x15:timelineStyles></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.FileVersion"> <summary> <para>Defines the FileVersion Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:fileVersion.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.FileVersion.#ctor"> <summary> Initializes a new instance of the FileVersion class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.FileSharing"> <summary> <para>Defines the FileSharing Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:fileSharing.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.FileSharing.#ctor"> <summary> Initializes a new instance of the FileSharing class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties"> <summary> <para>Defines the WorkbookProperties Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:workbookPr.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.#ctor"> <summary> Initializes a new instance of the WorkbookProperties class. </summary> </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 Office 2010 and later.</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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection"> <summary> <para>Defines the WorkbookProtection Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:workbookProtection.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.#ctor"> <summary> Initializes a new instance of the WorkbookProtection class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.BookViews"> <summary> <para>Defines the BookViews Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:bookViews.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.WorkbookView" /> <c><x:workbookView></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.Sheets"> <summary> <para>Defines the Sheets Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:sheets.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.Sheet" /> <c><x:sheet></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.FunctionGroups"> <summary> <para>Defines the FunctionGroups Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:functionGroups.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.FunctionGroup" /> <c><x:functionGroup></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.ExternalReferences"> <summary> <para>Defines the ExternalReferences Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:externalReferences.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.ExternalReference" /> <c><x:externalReference></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.DefinedNames"> <summary> <para>Defines the DefinedNames Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:definedNames.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.DefinedName" /> <c><x:definedName></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.CalculationProperties"> <summary> <para>Defines the CalculationProperties Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:calcPr.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.#ctor"> <summary> Initializes a new instance of the CalculationProperties class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.OleSize"> <summary> <para>Defines the OleSize Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:oleSize.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.OleSize.#ctor"> <summary> Initializes a new instance of the OleSize class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews"> <summary> <para>Defines the CustomWorkbookViews Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:customWorkbookViews.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView" /> <c><x:customWorkbookView></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotCaches"> <summary> <para>Defines the PivotCaches Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:pivotCaches.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.PivotCache" /> <c><x:pivotCache></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.WebPublishing"> <summary> <para>Defines the WebPublishing Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:webPublishing.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.WebPublishing.#ctor"> <summary> Initializes a new instance of the WebPublishing class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties"> <summary> <para>Defines the FileRecoveryProperties Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:fileRecoveryPr.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.#ctor"> <summary> Initializes a new instance of the FileRecoveryProperties class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects"> <summary> <para>Defines the WebPublishObjects Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:webPublishObjects.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.WebPublishObject" /> <c><x:webPublishObject></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.WorkbookExtensionList"> <summary> <para>Defines the WorkbookExtensionList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:extLst.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension" /> <c><x:ext></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension"> <summary> <para>Defines the WorkbookExtension Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is x:ext.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Excel.PivotCaches" /> <c><x14:pivotCaches></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.PivotCaches" /> <c><x15:pivotCaches></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotCaches" /> <c><x15:timelineCachePivotCaches></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Excel.DefinedNames" /> <c><x14:definedNames></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Excel.SlicerCaches" /> <c><x14:slicerCaches></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.SlicerCaches" /> <c><x15:slicerCaches></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties" /> <c><x14:workbookPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.DataModel" /> <c><x15:dataModel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences" /> <c><x15:pivotTableReferences></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReferences" /> <c><x15:timelineCacheRefs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Excel.WorkbookProperties" /> <c><x15:workbookPr></c></description></item> </list> </remark> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </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 Data Type </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 Stripe 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 Office 2010 and later.</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 Office 2010 and later.</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.ConditionalFormatStyle"> <summary> <para>Defines the ConditionalFormatStyle Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:cnfStyle.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.StrictTranslateAttribute(DocumentFormat.OpenXml.Framework.OpenXmlQualifiedName@,System.String)"> <remarks> See §14.4.9/§14.11.9 of ISO/IEC 29500-4 for details on this translation </remarks> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.ValueToString(System.Int64)"> <remarks> §14.11.9 of ISO/IEC 29500-4 specifies that this must be 12 characters, so it is padded with 0 on the left </remarks> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.#ctor"> <summary> Initializes a new instance of the ConditionalFormatStyle class. </summary> </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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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.CloneNode(System.Boolean)"> <inheritdoc/> </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 specified 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 specified 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> Gets or sets the custom XML Markup Namespace. </summary> <remark> Represents the attribute in schema: w:uri. xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main. </remark> </member> <member name="P:DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.Element"> <summary> Gets or sets the element name. </summary> <remark> Represents the attribute in schema: w:element. xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main. </remark> </member> <member name="P:DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.CustomXmlProperties"> <summary> Gets or sets the CustomXmlProperties which represents the element tag in schema: w:customXmlPr. </summary> <remark> xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main. </remark> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Document"> <summary> <para>Document.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:document.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DocumentBackground" /> <c><w:background></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Body" /> <c><w:body></c></description></item> </list> </remark> </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.#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="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="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)"> <inheritdoc/> </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="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.MainDocumentPart"> <summary> Gets the MainDocumentPart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Indentation"> <summary> <para>Defines the Indentation Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:ind.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.Indentation.StrictTranslateAttribute(DocumentFormat.OpenXml.Framework.OpenXmlQualifiedName@,System.String)"> <remarks> See §14.3.1.2 of ISO/IEC 29500-4 for details on this translation </remarks> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.Indentation.#ctor"> <summary> Initializes a new instance of the Indentation class. </summary> </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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Justification"> <summary> <para>Defines the Justification Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:jc.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.Justification.StrictTranslateAttribute(DocumentFormat.OpenXml.Framework.OpenXmlQualifiedName@,System.String)"> <remarks> See §14.11.2 of ISO/IEC 29500-4 for details on this translation </remarks> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.Justification.#ctor"> <summary> Initializes a new instance of the Justification class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Recipients"> <summary> Defines Recipients. </summary> <summary> <para>Inclusion/Exclusion Data for Data Source.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:recipients.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.RecipientData" /> <c><w:recipientData></c></description></item> </list> </remark> </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="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)"> <inheritdoc/> </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 or sets the SdtProperties. </summary> </member> <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtElement.SdtEndCharProperties"> <summary> Gets or sets the SdtEndCharProperties. </summary> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethods"> <summary> <para>Suggested Sorting for List of Document Styles.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:stylePaneSortMethod.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethods.StrictTranslateAttribute(DocumentFormat.OpenXml.Framework.OpenXmlQualifiedName@,System.String)"> <remarks> See §14.11.5 of ISO/IEC 29500-4 for details on this translation </remarks> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethods.#ctor"> <summary> Initializes a new instance of the StylePaneSortMethods class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Styles"> <summary> Defines Styles. </summary> <summary> <para>Style Definitions.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:styles.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DocDefaults" /> <c><w:docDefaults></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.LatentStyles" /> <c><w:latentStyles></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Style" /> <c><w:style></c></description></item> </list> </remark> </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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableJustification"> <summary> <para>Defines the TableJustification Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:jc.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableJustification.StrictTranslateAttribute(DocumentFormat.OpenXml.Framework.OpenXmlQualifiedName@,System.String)"> <remarks> See §14.11.3 of ISO/IEC 29500-4 for details on this translation </remarks> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableJustification.#ctor"> <summary> Initializes a new instance of the TableJustification class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableLook"> <summary> <para>Defines the TableLook Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:tblLook.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableLook.StrictTranslateAttribute(DocumentFormat.OpenXml.Framework.OpenXmlQualifiedName@,System.String)"> <remarks> See §14.4.11 of ISO/IEC 29500-4 for details on this translation </remarks> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableLook.ValueToString(System.Int64)"> <remarks> According to §14.4.11 of ISO/IEC 29500-4, the string representation of the value must conform to ST_ShortHexNumber as described in §17.18.79 of ISO/IEC 29500-1 </remarks> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableLook.#ctor"> <summary> Initializes a new instance of the TableLook class. </summary> </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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TabStop"> <summary> <para>Custom Tab Stop.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:tab.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.TabStop.StrictTranslateAttribute(DocumentFormat.OpenXml.Framework.OpenXmlQualifiedName@,System.String)"> <remarks> See §14.11.6 of ISO/IEC 29500-4 for details on this translation </remarks> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.TabStop.#ctor"> <summary> Initializes a new instance of the TabStop class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TextDirection"> <summary> <para>Defines the TextDirection Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:textDirection.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.TextDirection.StrictTranslateAttribute(DocumentFormat.OpenXml.Framework.OpenXmlQualifiedName@,System.String)"> <remarks> See §14.11.7 of ISO/IEC 29500-4 for details on this translation </remarks> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.TextDirection.#ctor"> <summary> Initializes a new instance of the TextDirection class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.CellInsertion"> <summary> <para>Table Cell Insertion.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:cellIns.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.CellDeletion"> <summary> <para>Table Cell Deletion.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:cellDel.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart"> <summary> <para>Defines the CustomXmlInsRangeStart Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:customXmlInsRangeStart.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart"> <summary> <para>Defines the CustomXmlDelRangeStart Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:customXmlDelRangeStart.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart"> <summary> <para>Defines the CustomXmlMoveFromRangeStart Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:customXmlMoveFromRangeStart.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart"> <summary> <para>Defines the CustomXmlMoveToRangeStart Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:customXmlMoveToRangeStart.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Inserted"> <summary> <para>Inserted Paragraph.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:ins.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Deleted"> <summary> <para>Deleted Paragraph.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:del.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.MoveFrom"> <summary> <para>Move Source Paragraph.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:moveFrom.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.MoveTo"> <summary> <para>Move Destination Paragraph.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:moveTo.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TrackChangeType"> <summary> <para>Defines the TrackChangeType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.TrackChangeType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Wordprocessing.CellMerge"> <summary> <para>Vertically Merged/Split Table Cells.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:cellMerge.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.CellMerge.#ctor"> <summary> Initializes a new instance of the CellMerge class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart"> <summary> <para>Defines the BookmarkStart Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:bookmarkStart.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.#ctor"> <summary> Initializes a new instance of the BookmarkStart class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd"> <summary> <para>Defines the BookmarkEnd Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:bookmarkEnd.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart"> <summary> <para>Defines the CommentRangeStart Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:commentRangeStart.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd"> <summary> <para>Defines the CommentRangeEnd Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:commentRangeEnd.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd"> <summary> <para>Defines the MoveFromRangeEnd Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:moveFromRangeEnd.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd"> <summary> <para>Defines the MoveToRangeEnd Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:moveToRangeEnd.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.MarkupRangeType"> <summary> <para>Defines the MarkupRangeType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.MarkupRangeType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart"> <summary> <para>Defines the MoveFromRangeStart Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:moveFromRangeStart.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart"> <summary> <para>Defines the MoveToRangeStart Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:moveToRangeStart.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType"> <summary> <para>Defines the MoveBookmarkType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd"> <summary> <para>Defines the CustomXmlInsRangeEnd Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:customXmlInsRangeEnd.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd"> <summary> <para>Defines the CustomXmlDelRangeEnd Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:customXmlDelRangeEnd.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd"> <summary> <para>Defines the CustomXmlMoveFromRangeEnd Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:customXmlMoveFromRangeEnd.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd"> <summary> <para>Defines the CustomXmlMoveToRangeEnd Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:customXmlMoveToRangeEnd.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.CommentReference"> <summary> <para>Comment Content Reference Mark.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:commentReference.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.MarkupType"> <summary> <para>Defines the MarkupType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.MarkupType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId"> <summary> <para>Defines the ParagraphStyleId Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:pStyle.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DateFormat"> <summary> <para>Date Display Mask.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:dateFormat.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DocPartGallery"> <summary> <para>Document Part Gallery Filter.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:docPartGallery.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DocPartCategory"> <summary> <para>Document Part Category Filter.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:docPartCategory.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DocPartReference"> <summary> <para>Document Part Reference.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:docPart.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlPlaceholder"> <summary> <para>Custom XML Element Placeholder Text.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:placeholder.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableCaption"> <summary> <para>Defines the TableCaption Class.</para> <para>This class is available in Office 2010 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:tblCaption.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableDescription"> <summary> <para>Defines the TableDescription Class.</para> <para>This class is available in Office 2010 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:tblDescription.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Name"> <summary> <para>Data Source Name for Column.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:name.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.MappedName"> <summary> <para>Predefined Merge Field Name.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:mappedName.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.UdlConnectionString"> <summary> <para>UDL Connection String.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:udl.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DataSourceTableName"> <summary> <para>Data Source Table Name.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:table.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.ConnectString"> <summary> <para>Data Source Connection String.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:connectString.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Query"> <summary> <para>Query For Data Source Records To Merge.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:query.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.AddressFieldName"> <summary> <para>Column Containing E-mail Address.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:addressFieldName.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.MailSubject"> <summary> <para>Merged E-mail or Fax Subject Line.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:mailSubject.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.FrameSize"> <summary> <para>Frame Size.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:sz.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.StyleId"> <summary> <para>Associated Paragraph Style Name.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:style.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Description"> <summary> <para>Description for Entry.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:description.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtAlias"> <summary> <para>Defines the SdtAlias Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:alias.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Tag"> <summary> <para>Defines the Tag Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:tag.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.AttachedSchema"> <summary> <para>Attached Custom XML Schema.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:attachedSchema.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DecimalSymbol"> <summary> <para>Radix Point for Field Code Evaluation.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:decimalSymbol.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.ListSeparator"> <summary> <para>List Separator for Field Code Evaluation.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:listSeparator.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.WebPageEncoding"> <summary> <para>Defines the WebPageEncoding Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:encoding.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.AltName"> <summary> <para>Defines the AltName Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:altName.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.StringType"> <summary> <para>Defines the StringType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.StringType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Wordprocessing.KeepNext"> <summary> <para>Defines the KeepNext Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:keepNext.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.KeepLines"> <summary> <para>Defines the KeepLines Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:keepLines.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore"> <summary> <para>Defines the PageBreakBefore Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:pageBreakBefore.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.WidowControl"> <summary> <para>Defines the WidowControl Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:widowControl.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers"> <summary> <para>Defines the SuppressLineNumbers Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:suppressLineNumbers.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens"> <summary> <para>Defines the SuppressAutoHyphens Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:suppressAutoHyphens.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Kinsoku"> <summary> <para>Defines the Kinsoku Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:kinsoku.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.WordWrap"> <summary> <para>Defines the WordWrap Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:wordWrap.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation"> <summary> <para>Defines the OverflowPunctuation Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:overflowPunct.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation"> <summary> <para>Defines the TopLinePunctuation Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:topLinePunct.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE"> <summary> <para>Defines the AutoSpaceDE Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:autoSpaceDE.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN"> <summary> <para>Defines the AutoSpaceDN Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:autoSpaceDN.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.BiDi"> <summary> <para>Defines the BiDi Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:bidi.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent"> <summary> <para>Defines the AdjustRightIndent Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:adjustRightInd.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SnapToGrid"> <summary> <para>Defines the SnapToGrid Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:snapToGrid.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing"> <summary> <para>Defines the ContextualSpacing Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:contextualSpacing.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.MirrorIndents"> <summary> <para>Defines the MirrorIndents Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:mirrorIndents.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap"> <summary> <para>Defines the SuppressOverlap Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:suppressOverlap.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Bold"> <summary> <para>Defines the Bold Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:b.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript"> <summary> <para>Defines the BoldComplexScript Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:bCs.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Italic"> <summary> <para>Defines the Italic Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:i.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript"> <summary> <para>Defines the ItalicComplexScript Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:iCs.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Caps"> <summary> <para>Defines the Caps Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:caps.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SmallCaps"> <summary> <para>Defines the SmallCaps Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:smallCaps.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Strike"> <summary> <para>Defines the Strike Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:strike.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoubleStrike"> <summary> <para>Defines the DoubleStrike Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:dstrike.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Outline"> <summary> <para>Defines the Outline Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:outline.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Shadow"> <summary> <para>Defines the Shadow Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:shadow.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Emboss"> <summary> <para>Defines the Emboss Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:emboss.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Imprint"> <summary> <para>Defines the Imprint Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:imprint.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.NoProof"> <summary> <para>Defines the NoProof Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:noProof.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Vanish"> <summary> <para>Defines the Vanish Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:vanish.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.WebHidden"> <summary> <para>Defines the WebHidden Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:webHidden.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.RightToLeftText"> <summary> <para>Defines the RightToLeftText Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:rtl.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.ComplexScript"> <summary> <para>Defines the ComplexScript Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:cs.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SpecVanish"> <summary> <para>Defines the SpecVanish Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:specVanish.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.OfficeMath"> <summary> <para>Defines the OfficeMath Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:oMath.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Hidden"> <summary> <para>Defines the Hidden Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:hidden.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.FormProtection"> <summary> <para>Defines the FormProtection Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:formProt.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.NoEndnote"> <summary> <para>Defines the NoEndnote Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:noEndnote.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TitlePage"> <summary> <para>Defines the TitlePage Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:titlePg.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.GutterOnRight"> <summary> <para>Defines the GutterOnRight Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:rtlGutter.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Enabled"> <summary> <para>Form Field Enabled.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:enabled.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.CalculateOnExit"> <summary> <para>Recalculate Fields When Current Field Is Modified.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:calcOnExit.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.AutomaticallySizeFormField"> <summary> <para>Automatically Size Form Field.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:sizeAuto.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DefaultCheckBoxFormFieldState"> <summary> <para>Default Checkbox Form Field State.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:default.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Checked"> <summary> <para>Checkbox Form Field State.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:checked.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.MatchSource"> <summary> <para>Keep Source Formatting on Import.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:matchSrc.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Dirty"> <summary> <para>Invalidated Field Cache.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:dirty.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DocPartUnique"> <summary> <para>Built-In Document Part.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:docPartUnique.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Active"> <summary> <para>Record Is Included in Mail Merge.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:active.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DynamicAddress"> <summary> <para>Use Country/Region-Based Address Field Ordering.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:dynamicAddress.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.FirstRowHeader"> <summary> <para>First Row of Data Source Contains Column Names.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:fHdr.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.LinkToQuery"> <summary> <para>Query Contains Link to External Query File.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:linkToQuery.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressBlankLines"> <summary> <para>Remove Blank Lines from Merged Documents.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:doNotSuppressBlankLines.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.MailAsAttachment"> <summary> <para>Merged Document To E-Mail Attachment.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:mailAsAttachment.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.ViewMergedData"> <summary> <para>View Merged Data Within Document.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:viewMergedData.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.IsLegalNumberingStyle"> <summary> <para>Display All Levels Using Arabic Numerals.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:isLgl.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.BlockQuote"> <summary> <para>Data for HTML blockquote Element.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:blockQuote.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.BodyDiv"> <summary> <para>Data for HTML body Element.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:bodyDiv.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.UseSingleBorderForContiguousCells"> <summary> <para>Use Simplified Rules For Table Border Conflicts.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:useSingleBorderforContiguousCells.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.WordPerfectJustification"> <summary> <para>Emulate WordPerfect 6.x Paragraph Justification.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:wpJustification.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.NoTabHangIndent"> <summary> <para>Do Not Create Custom Tab Stop for Hanging Indent.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:noTabHangInd.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.NoLeading"> <summary> <para>Do Not Add Leading Between Lines of Text.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:noLeading.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SpaceForUnderline"> <summary> <para>Add Additional Space Below Baseline For Underlined East Asian Text.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:spaceForUL.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.NoColumnBalance"> <summary> <para>Do Not Balance Text Columns within a Section.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:noColumnBalance.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.BalanceSingleByteDoubleByteWidth"> <summary> <para>Balance Single Byte and Double Byte Characters.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:balanceSingleByteDoubleByteWidth.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.NoExtraLineSpacing"> <summary> <para>Do Not Center Content on Lines With Exact Line Height.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:noExtraLineSpacing.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotLeaveBackslashAlone"> <summary> <para>Convert Backslash To Yen Sign When Entered.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:doNotLeaveBackslashAlone.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.UnderlineTrailingSpaces"> <summary> <para>Underline All Trailing Spaces.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:ulTrailSpace.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotExpandShiftReturn"> <summary> <para>Don't Justify Lines Ending in Soft Line Break.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:doNotExpandShiftReturn.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SpacingInWholePoints"> <summary> <para>Only Expand/Condense Text By Whole Points.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:spacingInWholePoints.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.LineWrapLikeWord6"> <summary> <para>Emulate Word 6.0 Line Wrapping for East Asian Text.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:lineWrapLikeWord6.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.PrintBodyTextBeforeHeader"> <summary> <para>Print Body Text before Header/Footer Contents.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:printBodyTextBeforeHeader.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.PrintColorBlackWhite"> <summary> <para>Print Colors as Black And White without Dithering.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:printColBlack.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.WordPerfectSpaceWidth"> <summary> <para>Space width.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:wpSpaceWidth.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.ShowBreaksInFrames"> <summary> <para>Display Page/Column Breaks Present in Frames.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:showBreaksInFrames.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SubFontBySize"> <summary> <para>Increase Priority Of Font Size During Font Substitution.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:subFontBySize.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SuppressBottomSpacing"> <summary> <para>Ignore Exact Line Height for Last Line on Page.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:suppressBottomSpacing.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacing"> <summary> <para>Ignore Minimum and Exact Line Height for First Line on Page.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:suppressTopSpacing.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingAtTopOfPage"> <summary> <para>Ignore Minimum Line Height for First Line on Page.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:suppressSpacingAtTopOfPage.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacingWordPerfect"> <summary> <para>Emulate WordPerfect 5.x Line Spacing.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:suppressTopSpacingWP.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingBeforeAfterPageBreak"> <summary> <para>Do Not Use Space Before On First Line After a Page Break.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:suppressSpBfAfterPgBrk.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SwapBordersFacingPages"> <summary> <para>Swap Paragraph Borders on Odd Numbered Pages.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:swapBordersFacingPages.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.ConvertMailMergeEscape"> <summary> <para>Treat Backslash Quotation Delimiter as Two Quotation Marks.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:convMailMergeEsc.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TruncateFontHeightsLikeWordPerfect"> <summary> <para>Emulate WordPerfect 6.x Font Height Calculation.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:truncateFontHeightsLikeWP6.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.MacWordSmallCaps"> <summary> <para>Emulate Word 5.x for the Macintosh Small Caps Formatting.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:mwSmallCaps.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.UsePrinterMetrics"> <summary> <para>Use Printer Metrics To Display Documents.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:usePrinterMetrics.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressParagraphBorders"> <summary> <para>Do Not Suppress Paragraph Borders Next To Frames.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:doNotSuppressParagraphBorders.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.WrapTrailSpaces"> <summary> <para>Line Wrap Trailing Spaces.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:wrapTrailSpaces.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.FootnoteLayoutLikeWord8"> <summary> <para>Emulate Word 6.x/95/97 Footnote Placement.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:footnoteLayoutLikeWW8.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.ShapeLayoutLikeWord8"> <summary> <para>Emulate Word 97 Text Wrapping Around Floating Objects.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:shapeLayoutLikeWW8.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.AlignTablesRowByRow"> <summary> <para>Align Table Rows Independently.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:alignTablesRowByRow.</para> </summary> </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)"> <inheritdoc/> </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>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:forgetLastTabAlignment.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.AdjustLineHeightInTable"> <summary> <para>Add Document Grid Line Pitch To Lines in Table Cells.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:adjustLineHeightInTable.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.AutoSpaceLikeWord95"> <summary> <para>Emulate Word 95 Full-Width Character Spacing.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:autoSpaceLikeWord95.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.NoSpaceRaiseLower"> <summary> <para>Do Not Increase Line Height for Raised/Lowered Text.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:noSpaceRaiseLower.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotUseHTMLParagraphAutoSpacing"> <summary> <para>Use Fixed Paragraph Spacing for HTML Auto Setting.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:doNotUseHTMLParagraphAutoSpacing.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.LayoutRawTableWidth"> <summary> <para>Ignore Space Before Table When Deciding If Table Should Wrap Floating Object.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:layoutRawTableWidth.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.LayoutTableRowsApart"> <summary> <para>Allow Table Rows to Wrap Inline Objects Independently.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:layoutTableRowsApart.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.UseWord97LineBreakRules"> <summary> <para>Emulate Word 97 East Asian Line Breaking.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:useWord97LineBreakRules.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotBreakWrappedTables"> <summary> <para>Do Not Allow Floating Tables To Break Across Pages.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:doNotBreakWrappedTables.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotSnapToGridInCell"> <summary> <para>Do Not Snap to Document Grid in Table Cells with Objects.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:doNotSnapToGridInCell.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SelectFieldWithFirstOrLastChar"> <summary> <para>Select Field When First or Last Character Is Selected.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:selectFldWithFirstOrLastChar.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.ApplyBreakingRules"> <summary> <para>Use Legacy Ethiopic and Amharic Line Breaking Rules.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:applyBreakingRules.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotWrapTextWithPunctuation"> <summary> <para>Do Not Allow Hanging Punctuation With Character Grid.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:doNotWrapTextWithPunct.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotUseEastAsianBreakRules"> <summary> <para>Do Not Compress Compressible Characters When Using Document Grid.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:doNotUseEastAsianBreakRules.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.UseWord2002TableStyleRules"> <summary> <para>Emulate Word 2002 Table Style Rules.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:useWord2002TableStyleRules.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.GrowAutofit"> <summary> <para>Allow Tables to AutoFit Into Page Margins.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:growAutofit.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.UseFarEastLayout"> <summary> <para>Do Not Bypass East Asian/Complex Script Layout Code.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:useFELayout.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.UseNormalStyleForList"> <summary> <para>Do Not Automatically Apply List Paragraph Style To Bulleted/Numbered Text.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:useNormalStyleForList.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotUseIndentAsNumberingTabStop"> <summary> <para>Ignore Hanging Indent When Creating Tab Stop After Numbering.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:doNotUseIndentAsNumberingTabStop.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.UseAltKinsokuLineBreakRules"> <summary> <para>Use Alternate Set of East Asian Line Breaking Rules.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:useAltKinsokuLineBreakRules.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.AllowSpaceOfSameStyleInTable"> <summary> <para>Allow Contextual Spacing of Paragraphs in Tables.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:allowSpaceOfSameStyleInTable.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressIndentation"> <summary> <para>Do Not Ignore Floating Objects When Calculating Paragraph Indentation.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:doNotSuppressIndentation.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotAutofitConstrainedTables"> <summary> <para>Do Not AutoFit Tables To Fit Next To Wrapped Objects.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:doNotAutofitConstrainedTables.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.AutofitToFirstFixedWidthCell"> <summary> <para>Allow Table Columns To Exceed Preferred Widths of Constituent Cells.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:autofitToFirstFixedWidthCell.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.UnderlineTabInNumberingList"> <summary> <para>Underline Following Character Following Numbering.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:underlineTabInNumList.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DisplayHangulFixedWidth"> <summary> <para>Always Use Fixed Width for Hangul Characters.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:displayHangulFixedWidth.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SplitPageBreakAndParagraphMark"> <summary> <para>Always Move Paragraph Mark to Page after a Page Break.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:splitPgBreakAndParaMark.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignCellWithShape"> <summary> <para>Don't Vertically Align Cells Containing Floating Objects.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:doNotVertAlignCellWithSp.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotBreakConstrainedForcedTable"> <summary> <para>Don't Break Table Rows Around Floating Tables.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:doNotBreakConstrainedForcedTable.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignInTextBox"> <summary> <para>Ignore Vertical Alignment in Textboxes.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:doNotVertAlignInTxbx.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.UseAnsiKerningPairs"> <summary> <para>Use ANSI Kerning Pairs from Fonts.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:useAnsiKerningPairs.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.CachedColumnBalance"> <summary> <para>Use Cached Paragraph Information for Column Balancing.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:cachedColBalance.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.ShowingPlaceholder"> <summary> <para>Defines the ShowingPlaceholder Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:showingPlcHdr.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TemporarySdt"> <summary> <para>Defines the TemporarySdt Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:temporary.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.RemovePersonalInformation"> <summary> <para>Remove Personal Information from Document Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:removePersonalInformation.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.RemoveDateAndTime"> <summary> <para>Remove Date and Time from Annotations.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:removeDateAndTime.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotDisplayPageBoundaries"> <summary> <para>Do Not Display Visual Boundary For Header/Footer or Between Pages.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:doNotDisplayPageBoundaries.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DisplayBackgroundShape"> <summary> <para>Display Background Objects When Displaying Document.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:displayBackgroundShape.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.PrintPostScriptOverText"> <summary> <para>Print PostScript Codes With Document Text.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:printPostScriptOverText.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.PrintFractionalCharacterWidth"> <summary> <para>Print Fractional Character Widths.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:printFractionalCharacterWidth.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.PrintFormsData"> <summary> <para>Only Print Form Field Content.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:printFormsData.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.EmbedTrueTypeFonts"> <summary> <para>Embed TrueType Fonts.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:embedTrueTypeFonts.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.EmbedSystemFonts"> <summary> <para>Embed Common System Fonts.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:embedSystemFonts.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SaveSubsetFonts"> <summary> <para>Subset Fonts When Embedding.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:saveSubsetFonts.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SaveFormsData"> <summary> <para>Only Save Form Field Content.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:saveFormsData.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.MirrorMargins"> <summary> <para>Mirror Page Margins.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:mirrorMargins.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.AlignBorderAndEdges"> <summary> <para>Align Paragraph and Table Borders with Page Border.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:alignBordersAndEdges.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundHeader"> <summary> <para>Page Border Excludes Header.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:bordersDoNotSurroundHeader.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundFooter"> <summary> <para>Page Border Excludes Footer.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:bordersDoNotSurroundFooter.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.GutterAtTop"> <summary> <para>Position Gutter At Top of Page.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:gutterAtTop.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.HideSpellingErrors"> <summary> <para>Do Not Display Visual Indication of Spelling Errors.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:hideSpellingErrors.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.HideGrammaticalErrors"> <summary> <para>Do Not Display Visual Indication of Grammatical Errors.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:hideGrammaticalErrors.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.FormsDesign"> <summary> <para>Structured Document Tag Placeholder Text Should be Resaved.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:formsDesign.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.LinkStyles"> <summary> <para>Automatically Update Styles From Document Template.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:linkStyles.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TrackRevisions"> <summary> <para>Track Revisions to Document.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:trackRevisions.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotTrackMoves"> <summary> <para>Do Not Use Move Syntax When Tracking Revisions.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:doNotTrackMoves.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotTrackFormatting"> <summary> <para>Do Not Track Formatting Revisions When Tracking Revisions.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:doNotTrackFormatting.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.AutoFormatOverride"> <summary> <para>Allow Automatic Formatting to Override Formatting Protection Settings.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:autoFormatOverride.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.StyleLockThemesPart"> <summary> <para>Prevent Modification of Themes Part.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:styleLockTheme.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.StyleLockStylesPart"> <summary> <para>Prevent Replacement of Styles Part.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:styleLockQFSet.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.AutoHyphenation"> <summary> <para>Automatically Hyphenate Document Contents When Displayed.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:autoHyphenation.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotHyphenateCaps"> <summary> <para>Do Not Hyphenate Words in ALL CAPITAL LETTERS.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:doNotHyphenateCaps.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.ShowEnvelope"> <summary> <para>Show E-Mail Message Header.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:showEnvelope.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.EvenAndOddHeaders"> <summary> <para>Different Even/Odd Page Headers and Footers.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:evenAndOddHeaders.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.BookFoldReversePrinting"> <summary> <para>Reverse Book Fold Printing.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:bookFoldRevPrinting.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.BookFoldPrinting"> <summary> <para>Book Fold Printing.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:bookFoldPrinting.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotUseMarginsForDrawingGridOrigin"> <summary> <para>Do Not Use Margins for Drawing Grid Origin.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:doNotUseMarginsForDrawingGridOrigin.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotShadeFormData"> <summary> <para>Do Not Show Visual Indicator For Form Fields.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:doNotShadeFormData.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.NoPunctuationKerning"> <summary> <para>Never Kern Punctuation Characters.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:noPunctuationKerning.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.PrintTwoOnOne"> <summary> <para>Print Two Pages Per Sheet.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:printTwoOnOne.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.StrictFirstAndLastChars"> <summary> <para>Use Strict Kinsoku Rules for Japanese Text.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:strictFirstAndLastChars.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SavePreviewPicture"> <summary> <para>Generate Thumbnail For Document On Save.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:savePreviewPicture.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotValidateAgainstSchema"> <summary> <para>Do Not Validate Custom XML Markup Against Schemas.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:doNotValidateAgainstSchema.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SaveInvalidXml"> <summary> <para>Allow Saving Document As XML File When Custom XML Markup Is Invalid.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:saveInvalidXml.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.IgnoreMixedContent"> <summary> <para>Ignore Mixed Content When Validating Custom XML Markup.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:ignoreMixedContent.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.AlwaysShowPlaceholderText"> <summary> <para>Use Custom XML Element Names as Default Placeholder Text.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:alwaysShowPlaceholderText.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotDemarcateInvalidXml"> <summary> <para>Do Not Show Visual Indicator For Invalid Custom XML Markup.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:doNotDemarcateInvalidXml.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SaveXmlDataOnly"> <summary> <para>Only Save Custom XML Markup.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:saveXmlDataOnly.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.UseXsltWhenSaving"> <summary> <para>Save Document as XML File through Custom XSL Transform.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:useXSLTWhenSaving.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.ShowXmlTags"> <summary> <para>Show Visual Indicators for Custom XML Markup Start/End Locations.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:showXMLTags.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.AlwaysMergeEmptyNamespace"> <summary> <para>Do Not Mark Custom XML Elements With No Namespace As Invalid.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:alwaysMergeEmptyNamespace.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.UpdateFieldsOnOpen"> <summary> <para>Automatically Recalculate Fields on Open.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:updateFields.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.UICompatibleWith97To2003"> <summary> <para>Disable Features Incompatible With Earlier Word Processing Formats.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:uiCompat97To2003.</para> </summary> </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)"> <inheritdoc/> </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>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:doNotIncludeSubdocsInStats.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotAutoCompressPictures"> <summary> <para>Do Not Automatically Compress Images.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:doNotAutoCompressPictures.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.OptimizeForBrowser"> <summary> <para>Defines the OptimizeForBrowser Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:optimizeForBrowser.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.RelyOnVML"> <summary> <para>Defines the RelyOnVML Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:relyOnVML.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.AllowPNG"> <summary> <para>Defines the AllowPNG Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:allowPNG.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotRelyOnCSS"> <summary> <para>Defines the DoNotRelyOnCSS Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:doNotRelyOnCSS.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotSaveAsSingleFile"> <summary> <para>Defines the DoNotSaveAsSingleFile Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:doNotSaveAsSingleFile.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotOrganizeInFolder"> <summary> <para>Defines the DoNotOrganizeInFolder Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:doNotOrganizeInFolder.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotUseLongFileNames"> <summary> <para>Defines the DoNotUseLongFileNames Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:doNotUseLongFileNames.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.NotTrueType"> <summary> <para>Defines the NotTrueType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:notTrueType.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.OnOffType"> <summary> <para>Defines the OnOffType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.OnOffType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Wordprocessing.FrameProperties"> <summary> <para>Defines the FrameProperties Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:framePr.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.FrameProperties.#ctor"> <summary> Initializes a new instance of the FrameProperties class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.NumberingProperties"> <summary> <para>Defines the NumberingProperties Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:numPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NumberingId" /> <c><w:numId></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NumberingLevelReference" /> <c><w:ilvl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Inserted" /> <c><w:ins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NumberingChange" /> <c><w:numberingChange></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders"> <summary> <para>Defines the ParagraphBorders Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:pBdr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TopBorder" /> <c><w:top></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.LeftBorder" /> <c><w:left></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BottomBorder" /> <c><w:bottom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.RightBorder" /> <c><w:right></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BetweenBorder" /> <c><w:between></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BarBorder" /> <c><w:bar></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Shading"> <summary> <para>Defines the Shading Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:shd.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.Shading.#ctor"> <summary> Initializes a new instance of the Shading class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Tabs"> <summary> <para>Defines the Tabs Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:tabs.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TabStop" /> <c><w:tab></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines"> <summary> <para>Defines the SpacingBetweenLines Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:spacing.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.#ctor"> <summary> Initializes a new instance of the SpacingBetweenLines class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TextAlignment"> <summary> <para>Defines the TextAlignment Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:textAlignment.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.TextAlignment.#ctor"> <summary> Initializes a new instance of the TextAlignment class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap"> <summary> <para>Defines the TextBoxTightWrap Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:textboxTightWrap.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap.#ctor"> <summary> Initializes a new instance of the TextBoxTightWrap class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.OutlineLevel"> <summary> <para>Defines the OutlineLevel Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:outlineLvl.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.GridSpan"> <summary> <para>Defines the GridSpan Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:gridSpan.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.GridBefore"> <summary> <para>Defines the GridBefore Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:gridBefore.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.GridAfter"> <summary> <para>Defines the GridAfter Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:gridAfter.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DropDownListSelection"> <summary> <para>Drop-Down List Selection.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:result.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.ActiveRecord"> <summary> <para>Record Currently Displayed In Merged Document.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:activeRecord.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.CheckErrors"> <summary> <para>Mail Merge Error Reporting Setting.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:checkErrors.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.LevelRestart"> <summary> <para>Restart Numbering Level Symbol.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:lvlRestart.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.LevelPictureBulletId"> <summary> <para>Picture Numbering Symbol Definition Reference.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:lvlPicBulletId.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.StartOverrideNumberingValue"> <summary> <para>Numbering Level Starting Value Override.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:startOverride.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.NumberingIdMacAtCleanup"> <summary> <para>Last Reviewed Abstract Numbering Definition.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:numIdMacAtCleanup.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtId"> <summary> <para>Defines the SdtId Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:id.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.PixelsPerInch"> <summary> <para>Defines the PixelsPerInch Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:pixelsPerInch.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DecimalNumberType"> <summary> <para>Defines the DecimalNumberType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.DecimalNumberType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange"> <summary> <para>Defines the ParagraphPropertiesChange Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:pPrChange.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended" /> <c><w:pPr></c></description></item> </list> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.HeaderReference"> <summary> <para>Header Reference.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:headerReference.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.FooterReference"> <summary> <para>Footer Reference.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:footerReference.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.HeaderFooterReferenceType"> <summary> <para>Defines the HeaderFooterReferenceType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.HeaderFooterReferenceType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Wordprocessing.Break"> <summary> <para>Break.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:br.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.Break.#ctor"> <summary> Initializes a new instance of the Break class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Text"> <summary> <para>Text.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:t.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DeletedText"> <summary> <para>Deleted Text.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:delText.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.FieldCode"> <summary> <para>Field Code.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:instrText.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DeletedFieldCode"> <summary> <para>Deleted Field Code.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:delInstrText.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TextType"> <summary> <para>Defines the TextType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </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="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="T:DocumentFormat.OpenXml.Wordprocessing.NoBreakHyphen"> <summary> <para>Non Breaking Hyphen Character.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:noBreakHyphen.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SoftHyphen"> <summary> <para>Optional Hyphen Character.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:softHyphen.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DayShort"> <summary> <para>Date Block - Short Day Format.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:dayShort.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.MonthShort"> <summary> <para>Date Block - Short Month Format.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:monthShort.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.YearShort"> <summary> <para>Date Block - Short Year Format.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:yearShort.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DayLong"> <summary> <para>Date Block - Long Day Format.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:dayLong.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.MonthLong"> <summary> <para>Date Block - Long Month Format.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:monthLong.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.YearLong"> <summary> <para>Date Block - Long Year Format.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:yearLong.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.AnnotationReferenceMark"> <summary> <para>Comment Information Block.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:annotationRef.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.FootnoteReferenceMark"> <summary> <para>Footnote Reference Mark.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:footnoteRef.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.EndnoteReferenceMark"> <summary> <para>Endnote Reference Mark.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:endnoteRef.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SeparatorMark"> <summary> <para>Footnote/Endnote Separator Mark.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:separator.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.ContinuationSeparatorMark"> <summary> <para>Continuation Separator Mark.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:continuationSeparator.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.PageNumber"> <summary> <para>Page Number Block.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:pgNum.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.CarriageReturn"> <summary> <para>Carriage Return.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:cr.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TabChar"> <summary> <para>Tab Character.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:tab.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.LastRenderedPageBreak"> <summary> <para>Position of Last Calculated Page Break.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:lastRenderedPageBreak.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentEquation"> <summary> <para>Defines the SdtContentEquation Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:equation.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentPicture"> <summary> <para>Defines the SdtContentPicture Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:picture.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentRichText"> <summary> <para>Defines the SdtContentRichText Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:richText.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentCitation"> <summary> <para>Defines the SdtContentCitation Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:citation.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentGroup"> <summary> <para>Defines the SdtContentGroup Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:group.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentBibliography"> <summary> <para>Defines the SdtContentBibliography Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:bibliography.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.ForceUpgrade"> <summary> <para>Upgrade Document on Open.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:forceUpgrade.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.EmptyType"> <summary> <para>Defines the EmptyType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </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>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:sym.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.SymbolChar.#ctor"> <summary> Initializes a new instance of the SymbolChar class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject"> <summary> <para>Inline Embedded Object.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:object.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Office.OleObject" /> <c><o:OLEObject></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Arc" /> <c><v:arc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Curve" /> <c><v:curve></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Group" /> <c><v:group></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.ImageFile" /> <c><v:image></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Line" /> <c><v:line></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Oval" /> <c><v:oval></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.PolyLine" /> <c><v:polyline></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Rectangle" /> <c><v:rect></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.RoundRectangle" /> <c><v:roundrect></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Shape" /> <c><v:shape></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Shapetype" /> <c><v:shapetype></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Control" /> <c><w:control></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Drawing" /> <c><w:drawing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed" /> <c><w:objectEmbed></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ObjectLink" /> <c><w:objectLink></c></description></item> </list> </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="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, this property is only available in Office 2010 and later.</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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Picture"> <summary> <para>VML Object.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:pict.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Office.OleObject" /> <c><o:OLEObject></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Arc" /> <c><v:arc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Curve" /> <c><v:curve></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Group" /> <c><v:group></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.ImageFile" /> <c><v:image></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Line" /> <c><v:line></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Oval" /> <c><v:oval></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.PolyLine" /> <c><v:polyline></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Rectangle" /> <c><v:rect></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.RoundRectangle" /> <c><v:roundrect></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Shape" /> <c><v:shape></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Shapetype" /> <c><v:shapetype></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Control" /> <c><w:control></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MovieReference" /> <c><w:movie></c></description></item> </list> </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="P:DocumentFormat.OpenXml.Wordprocessing.Picture.AnchorId"> <summary> <para>anchorId, this property is only available in Office 2010 and later.</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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.FieldChar"> <summary> <para>Complex Field Character.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:fldChar.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FieldData" /> <c><w:fldData></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FormFieldData" /> <c><w:ffData></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NumberingChange" /> <c><w:numberingChange></c></description></item> </list> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Ruby"> <summary> <para>Phonetic Guide.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:ruby.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.RubyContent" /> <c><w:rt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.RubyBase" /> <c><w:rubyBase></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.RubyProperties" /> <c><w:rubyPr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.FootnoteReference"> <summary> <para>Footnote Reference.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:footnoteReference.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.EndnoteReference"> <summary> <para>Endnote Reference.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:endnoteReference.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteReferenceType"> <summary> <para>Defines the FootnoteEndnoteReferenceType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteReferenceType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Wordprocessing.Drawing"> <summary> <para>DrawingML Object.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:drawing.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor" /> <c><wp:anchor></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline" /> <c><wp:inline></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.PositionalTab"> <summary> <para>Absolute Position Tab Character.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:ptab.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.PositionalTab.#ctor"> <summary> Initializes a new instance of the PositionalTab class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.RunStyle"> <summary> <para>Defines the RunStyle Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:rStyle.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableStyle"> <summary> <para>Defines the TableStyle Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:tblStyle.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleIdInLevel"> <summary> <para>Paragraph Style's Associated Numbering Level.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:pStyle.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.AbstractNumDefinitionName"> <summary> <para>Abstract Numbering Definition Name.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:name.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.StyleLink"> <summary> <para>Numbering Style Definition.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:styleLink.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.NumberingStyleLink"> <summary> <para>Numbering Style Reference.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:numStyleLink.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Aliases"> <summary> <para>Alternate Style Names.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:aliases.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.BasedOn"> <summary> <para>Parent Style ID.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:basedOn.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.NextParagraphStyle"> <summary> <para>Style For Next Paragraph.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:next.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.LinkedStyle"> <summary> <para>Linked Style Reference.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:link.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.ClickAndTypeStyle"> <summary> <para>Paragraph Style Applied to Automatically Generated Paragraphs.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:clickAndTypeStyle.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DefaultTableStyle"> <summary> <para>Default Table Style for Newly Inserted Tables.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:defaultTableStyle.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.String253Type"> <summary> <para>Defines the String253Type Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.String253Type.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Wordprocessing.RunFonts"> <summary> <para>Defines the RunFonts Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:rFonts.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.RunFonts.#ctor"> <summary> Initializes a new instance of the RunFonts class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Color"> <summary> <para>Defines the Color Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:color.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.Color.#ctor"> <summary> Initializes a new instance of the Color class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Spacing"> <summary> <para>Defines the Spacing Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:spacing.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.Spacing.#ctor"> <summary> Initializes a new instance of the Spacing class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.CharacterScale"> <summary> <para>Defines the CharacterScale Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:w.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.CharacterScale.#ctor"> <summary> Initializes a new instance of the CharacterScale class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Kern"> <summary> <para>Defines the Kern Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:kern.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.Kern.#ctor"> <summary> Initializes a new instance of the Kern class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Position"> <summary> <para>Defines the Position Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:position.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.Position.#ctor"> <summary> Initializes a new instance of the Position class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.FontSize"> <summary> <para>Defines the FontSize Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:sz.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript"> <summary> <para>Defines the FontSizeComplexScript Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:szCs.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.FormFieldSize"> <summary> <para>Checkbox Form Field Size.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:size.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideTextFontSize"> <summary> <para>Phonetic Guide Text Font Size.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:hps.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideBaseTextSize"> <summary> <para>Phonetic Guide Base Text Font Size.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:hpsBaseText.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.HpsMeasureType"> <summary> <para>Defines the HpsMeasureType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.HpsMeasureType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Wordprocessing.Highlight"> <summary> <para>Defines the Highlight Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:highlight.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.Highlight.#ctor"> <summary> Initializes a new instance of the Highlight class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Underline"> <summary> <para>Defines the Underline Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:u.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.Underline.#ctor"> <summary> Initializes a new instance of the Underline class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TextEffect"> <summary> <para>Defines the TextEffect Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:effect.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.TextEffect.#ctor"> <summary> Initializes a new instance of the TextEffect class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Border"> <summary> <para>Defines the Border Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:bdr.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TopBorder"> <summary> <para>Paragraph Border Above Identical Paragraphs.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:top.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.LeftBorder"> <summary> <para>Left Paragraph Border.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:left.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.BottomBorder"> <summary> <para>Paragraph Border Between Identical Paragraphs.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:bottom.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.RightBorder"> <summary> <para>Right Paragraph Border.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:right.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.BetweenBorder"> <summary> <para>Paragraph Border Between Identical Paragraphs.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:between.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.BarBorder"> <summary> <para>Paragraph Border Between Facing Pages.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:bar.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.StartBorder"> <summary> <para>Defines the StartBorder Class.</para> <para>This class is available in Office 2010 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:start.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.EndBorder"> <summary> <para>Defines the EndBorder Class.</para> <para>This class is available in Office 2010 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:end.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.InsideHorizontalBorder"> <summary> <para>Table Inside Horizontal Edges Border.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:insideH.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.InsideVerticalBorder"> <summary> <para>Table Inside Vertical Edges Border.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:insideV.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TopLeftToBottomRightCellBorder"> <summary> <para>Table Cell Top Left to Bottom Right Diagonal Border.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:tl2br.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TopRightToBottomLeftCellBorder"> <summary> <para>Table Cell Top Right to Bottom Left Diagonal Border.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:tr2bl.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.BorderType"> <summary> <para>Defines the BorderType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.BorderType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Wordprocessing.FitText"> <summary> <para>Defines the FitText Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:fitText.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.FitText.#ctor"> <summary> Initializes a new instance of the FitText class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment"> <summary> <para>Defines the VerticalTextAlignment Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:vertAlign.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment.#ctor"> <summary> Initializes a new instance of the VerticalTextAlignment class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Emphasis"> <summary> <para>Defines the Emphasis Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:em.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.Emphasis.#ctor"> <summary> Initializes a new instance of the Emphasis class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Languages"> <summary> <para>Defines the Languages Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:lang.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.ThemeFontLanguages"> <summary> <para>Theme Font Languages.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:themeFontLang.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.LanguageType"> <summary> <para>Defines the LanguageType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.LanguageType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout"> <summary> <para>Defines the EastAsianLayout Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:eastAsianLayout.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.#ctor"> <summary> Initializes a new instance of the EastAsianLayout class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange"> <summary> <para>Defines the RunPropertiesChange Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:rPrChange.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties" /> <c><w:rPr></c></description></item> </list> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.RunProperties"> <summary> <para>Run Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:rPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Border" /> <c><w:bdr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Color" /> <c><w:color></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout" /> <c><w:eastAsianLayout></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Emphasis" /> <c><w:em></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FitText" /> <c><w:fitText></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.RunFonts" /> <c><w:rFonts></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Highlight" /> <c><w:highlight></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Kern" /> <c><w:kern></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FontSize" /> <c><w:sz></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript" /> <c><w:szCs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Languages" /> <c><w:lang></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Bold" /> <c><w:b></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript" /> <c><w:bCs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Italic" /> <c><w:i></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript" /> <c><w:iCs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Caps" /> <c><w:caps></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SmallCaps" /> <c><w:smallCaps></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Strike" /> <c><w:strike></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DoubleStrike" /> <c><w:dstrike></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Outline" /> <c><w:outline></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Shadow" /> <c><w:shadow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Emboss" /> <c><w:emboss></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Imprint" /> <c><w:imprint></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NoProof" /> <c><w:noProof></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SnapToGrid" /> <c><w:snapToGrid></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Vanish" /> <c><w:vanish></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.WebHidden" /> <c><w:webHidden></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.RightToLeftText" /> <c><w:rtl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ComplexScript" /> <c><w:cs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SpecVanish" /> <c><w:specVanish></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange" /> <c><w:rPrChange></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Shading" /> <c><w:shd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Spacing" /> <c><w:spacing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Position" /> <c><w:position></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.RunStyle" /> <c><w:rStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TextEffect" /> <c><w:effect></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CharacterScale" /> <c><w:w></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Underline" /> <c><w:u></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment" /> <c><w:vertAlign></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.FillTextEffect" /> <c><w14:textFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.Glow" /> <c><w14:glow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.Ligatures" /> <c><w14:ligatures></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.NumberingFormat" /> <c><w14:numForm></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.NumberSpacing" /> <c><w14:numSpacing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.ContextualAlternatives" /> <c><w14:cntxtAlts></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.Properties3D" /> <c><w14:props3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.Reflection" /> <c><w14:reflection></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.Scene3D" /> <c><w14:scene3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.Shadow" /> <c><w14:shadow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.StylisticSets" /> <c><w14:stylisticSets></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect" /> <c><w14:textOutline></c></description></item> </list> </remark> </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, this property is only available in Office 2010 and later..</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, this property is only available in Office 2010 and later..</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, this property is only available in Office 2010 and later..</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, this property is only available in Office 2010 and later..</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, this property is only available in Office 2010 and later..</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, this property is only available in Office 2010 and later..</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, this property is only available in Office 2010 and later..</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, this property is only available in Office 2010 and later..</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, this property is only available in Office 2010 and later..</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, this property is only available in Office 2010 and later..</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, this property is only available in Office 2010 and later..</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, this property is only available in Office 2010 and later..</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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl"> <summary> <para>Defines the InsertedMathControl Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:ins.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl" /> <c><w:del></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.RunProperties" /> <c><w:rPr></c></description></item> </list> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl"> <summary> <para>Defines the DeletedMathControl Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:del.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.RunProperties" /> <c><w:rPr></c></description></item> </list> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl"> <summary> <para>Defines the MoveFromMathControl Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:moveFrom.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl" /> <c><w:del></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl" /> <c><w:ins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.RunProperties" /> <c><w:rPr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl"> <summary> <para>Defines the MoveToMathControl Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:moveTo.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl" /> <c><w:del></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl" /> <c><w:ins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.RunProperties" /> <c><w:rPr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType"> <summary> <para>Defines the MathControlMoveType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl" /> <c><w:del></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl" /> <c><w:ins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.RunProperties" /> <c><w:rPr></c></description></item> </list> </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="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="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby"> <summary> <para>Defines the CustomXmlRuby Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:customXml.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Accent" /> <c><m:acc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Bar" /> <c><m:bar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.BorderBox" /> <c><m:borderBox></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Box" /> <c><m:box></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Delimiter" /> <c><m:d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.EquationArray" /> <c><m:eqArr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Fraction" /> <c><m:f></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.MathFunction" /> <c><m:func></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.GroupChar" /> <c><m:groupChr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.LimitLower" /> <c><m:limLow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.LimitUpper" /> <c><m:limUpp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Matrix" /> <c><m:m></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Nary" /> <c><m:nary></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.OfficeMath" /> <c><m:oMath></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Paragraph" /> <c><m:oMathPara></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Phantom" /> <c><m:phant></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Run" /> <c><m:r></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Radical" /> <c><m:rad></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.PreSubSuper" /> <c><m:sPre></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Subscript" /> <c><m:sSub></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.SubSuperscript" /> <c><m:sSubSup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Superscript" /> <c><m:sSup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart" /> <c><w:bookmarkStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ContentPart" /> <c><w:contentPart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties" /> <c><w:customXmlPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby" /> <c><w:customXml></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby" /> <c><w:hyperlink></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd" /> <c><w:customXmlInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd" /> <c><w:customXmlDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd" /> <c><w:customXmlMoveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd" /> <c><w:customXmlMoveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd" /> <c><w14:customXmlConflictInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd" /> <c><w14:customXmlConflictDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd" /> <c><w:bookmarkEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart" /> <c><w:commentRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd" /> <c><w:commentRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd" /> <c><w:moveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd" /> <c><w:moveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart" /> <c><w:moveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart" /> <c><w:moveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermEnd" /> <c><w:permEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermStart" /> <c><w:permStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ProofError" /> <c><w:proofErr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Run" /> <c><w:r></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.InsertedRun" /> <c><w:ins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DeletedRun" /> <c><w:del></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRun" /> <c><w:moveFrom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRun" /> <c><w:moveTo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion" /> <c><w14:conflictIns></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion" /> <c><w14:conflictDel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby" /> <c><w:sdt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby" /> <c><w:fldSimple></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart" /> <c><w:customXmlInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart" /> <c><w:customXmlDelRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart" /> <c><w:customXmlMoveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart" /> <c><w:customXmlMoveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart" /> <c><w14:customXmlConflictInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart" /> <c><w14:customXmlConflictDelRangeStart></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby"> <summary> <para>Defines the SimpleFieldRuby Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:fldSimple.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Accent" /> <c><m:acc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Bar" /> <c><m:bar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.BorderBox" /> <c><m:borderBox></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Box" /> <c><m:box></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Delimiter" /> <c><m:d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.EquationArray" /> <c><m:eqArr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Fraction" /> <c><m:f></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.MathFunction" /> <c><m:func></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.GroupChar" /> <c><m:groupChr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.LimitLower" /> <c><m:limLow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.LimitUpper" /> <c><m:limUpp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Matrix" /> <c><m:m></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Nary" /> <c><m:nary></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.OfficeMath" /> <c><m:oMath></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Paragraph" /> <c><m:oMathPara></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Phantom" /> <c><m:phant></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Run" /> <c><m:r></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Radical" /> <c><m:rad></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.PreSubSuper" /> <c><m:sPre></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Subscript" /> <c><m:sSub></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.SubSuperscript" /> <c><m:sSubSup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Superscript" /> <c><m:sSup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FieldData" /> <c><w:fldData></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart" /> <c><w:bookmarkStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ContentPart" /> <c><w:contentPart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby" /> <c><w:customXml></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby" /> <c><w:hyperlink></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd" /> <c><w:customXmlInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd" /> <c><w:customXmlDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd" /> <c><w:customXmlMoveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd" /> <c><w:customXmlMoveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd" /> <c><w14:customXmlConflictInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd" /> <c><w14:customXmlConflictDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd" /> <c><w:bookmarkEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart" /> <c><w:commentRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd" /> <c><w:commentRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd" /> <c><w:moveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd" /> <c><w:moveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart" /> <c><w:moveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart" /> <c><w:moveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermEnd" /> <c><w:permEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermStart" /> <c><w:permStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ProofError" /> <c><w:proofErr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Run" /> <c><w:r></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.InsertedRun" /> <c><w:ins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DeletedRun" /> <c><w:del></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRun" /> <c><w:moveFrom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRun" /> <c><w:moveTo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion" /> <c><w14:conflictIns></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion" /> <c><w14:conflictDel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby" /> <c><w:sdt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby" /> <c><w:fldSimple></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart" /> <c><w:customXmlInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart" /> <c><w:customXmlDelRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart" /> <c><w:customXmlMoveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart" /> <c><w:customXmlMoveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart" /> <c><w14:customXmlConflictInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart" /> <c><w14:customXmlConflictDelRangeStart></c></description></item> </list> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby"> <summary> <para>Defines the HyperlinkRuby Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:hyperlink.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Accent" /> <c><m:acc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Bar" /> <c><m:bar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.BorderBox" /> <c><m:borderBox></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Box" /> <c><m:box></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Delimiter" /> <c><m:d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.EquationArray" /> <c><m:eqArr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Fraction" /> <c><m:f></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.MathFunction" /> <c><m:func></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.GroupChar" /> <c><m:groupChr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.LimitLower" /> <c><m:limLow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.LimitUpper" /> <c><m:limUpp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Matrix" /> <c><m:m></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Nary" /> <c><m:nary></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.OfficeMath" /> <c><m:oMath></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Paragraph" /> <c><m:oMathPara></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Phantom" /> <c><m:phant></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Run" /> <c><m:r></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Radical" /> <c><m:rad></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.PreSubSuper" /> <c><m:sPre></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Subscript" /> <c><m:sSub></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.SubSuperscript" /> <c><m:sSubSup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Superscript" /> <c><m:sSup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart" /> <c><w:bookmarkStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ContentPart" /> <c><w:contentPart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby" /> <c><w:customXml></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby" /> <c><w:hyperlink></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd" /> <c><w:customXmlInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd" /> <c><w:customXmlDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd" /> <c><w:customXmlMoveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd" /> <c><w:customXmlMoveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd" /> <c><w14:customXmlConflictInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd" /> <c><w14:customXmlConflictDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd" /> <c><w:bookmarkEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart" /> <c><w:commentRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd" /> <c><w:commentRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd" /> <c><w:moveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd" /> <c><w:moveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart" /> <c><w:moveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart" /> <c><w:moveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermEnd" /> <c><w:permEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermStart" /> <c><w:permStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ProofError" /> <c><w:proofErr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Run" /> <c><w:r></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.InsertedRun" /> <c><w:ins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DeletedRun" /> <c><w:del></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRun" /> <c><w:moveFrom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRun" /> <c><w:moveTo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion" /> <c><w14:conflictIns></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion" /> <c><w14:conflictDel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby" /> <c><w:sdt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby" /> <c><w:fldSimple></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart" /> <c><w:customXmlInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart" /> <c><w:customXmlDelRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart" /> <c><w:customXmlMoveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart" /> <c><w:customXmlMoveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart" /> <c><w14:customXmlConflictInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart" /> <c><w14:customXmlConflictDelRangeStart></c></description></item> </list> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Run"> <summary> <para>Phonetic Guide Text Run.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:r.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Break" /> <c><w:br></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Drawing" /> <c><w:drawing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NoBreakHyphen" /> <c><w:noBreakHyphen></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SoftHyphen" /> <c><w:softHyphen></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DayShort" /> <c><w:dayShort></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MonthShort" /> <c><w:monthShort></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.YearShort" /> <c><w:yearShort></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DayLong" /> <c><w:dayLong></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MonthLong" /> <c><w:monthLong></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.YearLong" /> <c><w:yearLong></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AnnotationReferenceMark" /> <c><w:annotationRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FootnoteReferenceMark" /> <c><w:footnoteRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.EndnoteReferenceMark" /> <c><w:endnoteRef></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SeparatorMark" /> <c><w:separator></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ContinuationSeparatorMark" /> <c><w:continuationSeparator></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PageNumber" /> <c><w:pgNum></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CarriageReturn" /> <c><w:cr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TabChar" /> <c><w:tab></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.LastRenderedPageBreak" /> <c><w:lastRenderedPageBreak></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FieldChar" /> <c><w:fldChar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FootnoteReference" /> <c><w:footnoteReference></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.EndnoteReference" /> <c><w:endnoteReference></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentReference" /> <c><w:commentReference></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject" /> <c><w:object></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Picture" /> <c><w:pict></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PositionalTab" /> <c><w:ptab></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.RunProperties" /> <c><w:rPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Ruby" /> <c><w:ruby></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SymbolChar" /> <c><w:sym></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Text" /> <c><w:t></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DeletedText" /> <c><w:delText></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FieldCode" /> <c><w:instrText></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DeletedFieldCode" /> <c><w:delInstrText></c></description></item> </list> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby"> <summary> <para>Defines the SdtRunRuby Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:sdt.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart" /> <c><w:bookmarkStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd" /> <c><w:customXmlInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd" /> <c><w:customXmlDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd" /> <c><w:customXmlMoveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd" /> <c><w:customXmlMoveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd" /> <c><w14:customXmlConflictInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd" /> <c><w14:customXmlConflictDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd" /> <c><w:bookmarkEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart" /> <c><w:commentRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd" /> <c><w:commentRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd" /> <c><w:moveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd" /> <c><w:moveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart" /> <c><w:moveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart" /> <c><w:moveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby" /> <c><w:sdtContent></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties" /> <c><w:sdtEndPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtProperties" /> <c><w:sdtPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart" /> <c><w:customXmlInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart" /> <c><w:customXmlDelRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart" /> <c><w:customXmlMoveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart" /> <c><w:customXmlMoveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart" /> <c><w14:customXmlConflictInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart" /> <c><w14:customXmlConflictDelRangeStart></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.ProofError"> <summary> <para>Defines the ProofError Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:proofErr.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.ProofError.#ctor"> <summary> Initializes a new instance of the ProofError class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.PermStart"> <summary> <para>Defines the PermStart Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:permStart.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.PermStart.#ctor"> <summary> Initializes a new instance of the PermStart class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.PermEnd"> <summary> <para>Defines the PermEnd Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:permEnd.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.PermEnd.#ctor"> <summary> Initializes a new instance of the PermEnd class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.InsertedRun"> <summary> <para>Inserted Run Content.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:ins.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Accent" /> <c><m:acc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Bar" /> <c><m:bar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.BorderBox" /> <c><m:borderBox></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Box" /> <c><m:box></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Delimiter" /> <c><m:d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.EquationArray" /> <c><m:eqArr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Fraction" /> <c><m:f></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.MathFunction" /> <c><m:func></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.GroupChar" /> <c><m:groupChr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.LimitLower" /> <c><m:limLow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.LimitUpper" /> <c><m:limUpp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Matrix" /> <c><m:m></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Nary" /> <c><m:nary></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.OfficeMath" /> <c><m:oMath></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Paragraph" /> <c><m:oMathPara></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Phantom" /> <c><m:phant></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Run" /> <c><m:r></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Radical" /> <c><m:rad></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.PreSubSuper" /> <c><m:sPre></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Subscript" /> <c><m:sSub></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.SubSuperscript" /> <c><m:sSubSup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Superscript" /> <c><m:sSup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride" /> <c><w:bdo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart" /> <c><w:bookmarkStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ContentPart" /> <c><w:contentPart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding" /> <c><w:dir></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd" /> <c><w:customXmlInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd" /> <c><w:customXmlDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd" /> <c><w:customXmlMoveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd" /> <c><w:customXmlMoveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd" /> <c><w14:customXmlConflictInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd" /> <c><w14:customXmlConflictDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd" /> <c><w:bookmarkEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart" /> <c><w:commentRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd" /> <c><w:commentRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd" /> <c><w:moveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd" /> <c><w:moveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart" /> <c><w:moveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart" /> <c><w:moveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermEnd" /> <c><w:permEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermStart" /> <c><w:permStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ProofError" /> <c><w:proofErr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Run" /> <c><w:r></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.InsertedRun" /> <c><w:ins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DeletedRun" /> <c><w:del></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRun" /> <c><w:moveFrom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRun" /> <c><w:moveTo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion" /> <c><w14:conflictIns></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion" /> <c><w14:conflictDel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtRun" /> <c><w:sdt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart" /> <c><w:customXmlInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart" /> <c><w:customXmlDelRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart" /> <c><w:customXmlMoveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart" /> <c><w:customXmlMoveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart" /> <c><w14:customXmlConflictInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart" /> <c><w14:customXmlConflictDelRangeStart></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DeletedRun"> <summary> <para>Deleted Run Content.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:del.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Accent" /> <c><m:acc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Bar" /> <c><m:bar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.BorderBox" /> <c><m:borderBox></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Box" /> <c><m:box></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Delimiter" /> <c><m:d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.EquationArray" /> <c><m:eqArr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Fraction" /> <c><m:f></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.MathFunction" /> <c><m:func></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.GroupChar" /> <c><m:groupChr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.LimitLower" /> <c><m:limLow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.LimitUpper" /> <c><m:limUpp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Matrix" /> <c><m:m></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Nary" /> <c><m:nary></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.OfficeMath" /> <c><m:oMath></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Paragraph" /> <c><m:oMathPara></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Phantom" /> <c><m:phant></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Run" /> <c><m:r></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Radical" /> <c><m:rad></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.PreSubSuper" /> <c><m:sPre></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Subscript" /> <c><m:sSub></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.SubSuperscript" /> <c><m:sSubSup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Superscript" /> <c><m:sSup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride" /> <c><w:bdo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart" /> <c><w:bookmarkStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ContentPart" /> <c><w:contentPart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding" /> <c><w:dir></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd" /> <c><w:customXmlInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd" /> <c><w:customXmlDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd" /> <c><w:customXmlMoveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd" /> <c><w:customXmlMoveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd" /> <c><w14:customXmlConflictInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd" /> <c><w14:customXmlConflictDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd" /> <c><w:bookmarkEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart" /> <c><w:commentRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd" /> <c><w:commentRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd" /> <c><w:moveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd" /> <c><w:moveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart" /> <c><w:moveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart" /> <c><w:moveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermEnd" /> <c><w:permEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermStart" /> <c><w:permStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ProofError" /> <c><w:proofErr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Run" /> <c><w:r></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.InsertedRun" /> <c><w:ins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DeletedRun" /> <c><w:del></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRun" /> <c><w:moveFrom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRun" /> <c><w:moveTo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion" /> <c><w14:conflictIns></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion" /> <c><w14:conflictDel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtRun" /> <c><w:sdt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart" /> <c><w:customXmlInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart" /> <c><w:customXmlDelRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart" /> <c><w:customXmlMoveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart" /> <c><w:customXmlMoveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart" /> <c><w14:customXmlConflictInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart" /> <c><w14:customXmlConflictDelRangeStart></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRun"> <summary> <para>Move Source Run Content.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:moveFrom.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Accent" /> <c><m:acc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Bar" /> <c><m:bar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.BorderBox" /> <c><m:borderBox></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Box" /> <c><m:box></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Delimiter" /> <c><m:d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.EquationArray" /> <c><m:eqArr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Fraction" /> <c><m:f></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.MathFunction" /> <c><m:func></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.GroupChar" /> <c><m:groupChr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.LimitLower" /> <c><m:limLow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.LimitUpper" /> <c><m:limUpp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Matrix" /> <c><m:m></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Nary" /> <c><m:nary></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.OfficeMath" /> <c><m:oMath></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Paragraph" /> <c><m:oMathPara></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Phantom" /> <c><m:phant></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Run" /> <c><m:r></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Radical" /> <c><m:rad></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.PreSubSuper" /> <c><m:sPre></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Subscript" /> <c><m:sSub></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.SubSuperscript" /> <c><m:sSubSup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Superscript" /> <c><m:sSup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride" /> <c><w:bdo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart" /> <c><w:bookmarkStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ContentPart" /> <c><w:contentPart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding" /> <c><w:dir></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd" /> <c><w:customXmlInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd" /> <c><w:customXmlDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd" /> <c><w:customXmlMoveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd" /> <c><w:customXmlMoveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd" /> <c><w14:customXmlConflictInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd" /> <c><w14:customXmlConflictDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd" /> <c><w:bookmarkEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart" /> <c><w:commentRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd" /> <c><w:commentRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd" /> <c><w:moveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd" /> <c><w:moveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart" /> <c><w:moveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart" /> <c><w:moveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermEnd" /> <c><w:permEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermStart" /> <c><w:permStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ProofError" /> <c><w:proofErr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Run" /> <c><w:r></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.InsertedRun" /> <c><w:ins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DeletedRun" /> <c><w:del></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRun" /> <c><w:moveFrom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRun" /> <c><w:moveTo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion" /> <c><w14:conflictIns></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion" /> <c><w14:conflictDel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtRun" /> <c><w:sdt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart" /> <c><w:customXmlInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart" /> <c><w:customXmlDelRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart" /> <c><w:customXmlMoveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart" /> <c><w:customXmlMoveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart" /> <c><w14:customXmlConflictInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart" /> <c><w14:customXmlConflictDelRangeStart></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRun"> <summary> <para>Move Destination Run Content.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:moveTo.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Accent" /> <c><m:acc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Bar" /> <c><m:bar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.BorderBox" /> <c><m:borderBox></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Box" /> <c><m:box></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Delimiter" /> <c><m:d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.EquationArray" /> <c><m:eqArr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Fraction" /> <c><m:f></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.MathFunction" /> <c><m:func></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.GroupChar" /> <c><m:groupChr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.LimitLower" /> <c><m:limLow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.LimitUpper" /> <c><m:limUpp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Matrix" /> <c><m:m></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Nary" /> <c><m:nary></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.OfficeMath" /> <c><m:oMath></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Paragraph" /> <c><m:oMathPara></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Phantom" /> <c><m:phant></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Run" /> <c><m:r></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Radical" /> <c><m:rad></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.PreSubSuper" /> <c><m:sPre></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Subscript" /> <c><m:sSub></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.SubSuperscript" /> <c><m:sSubSup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Superscript" /> <c><m:sSup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride" /> <c><w:bdo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart" /> <c><w:bookmarkStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ContentPart" /> <c><w:contentPart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding" /> <c><w:dir></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd" /> <c><w:customXmlInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd" /> <c><w:customXmlDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd" /> <c><w:customXmlMoveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd" /> <c><w:customXmlMoveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd" /> <c><w14:customXmlConflictInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd" /> <c><w14:customXmlConflictDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd" /> <c><w:bookmarkEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart" /> <c><w:commentRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd" /> <c><w:commentRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd" /> <c><w:moveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd" /> <c><w:moveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart" /> <c><w:moveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart" /> <c><w:moveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermEnd" /> <c><w:permEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermStart" /> <c><w:permStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ProofError" /> <c><w:proofErr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Run" /> <c><w:r></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.InsertedRun" /> <c><w:ins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DeletedRun" /> <c><w:del></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRun" /> <c><w:moveFrom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRun" /> <c><w:moveTo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion" /> <c><w14:conflictIns></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion" /> <c><w14:conflictDel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtRun" /> <c><w:sdt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart" /> <c><w:customXmlInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart" /> <c><w:customXmlDelRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart" /> <c><w:customXmlMoveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart" /> <c><w:customXmlMoveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart" /> <c><w14:customXmlConflictInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart" /> <c><w14:customXmlConflictDelRangeStart></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType"> <summary> <para>Defines the RunTrackChangeType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Accent" /> <c><m:acc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Bar" /> <c><m:bar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.BorderBox" /> <c><m:borderBox></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Box" /> <c><m:box></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Delimiter" /> <c><m:d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.EquationArray" /> <c><m:eqArr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Fraction" /> <c><m:f></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.MathFunction" /> <c><m:func></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.GroupChar" /> <c><m:groupChr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.LimitLower" /> <c><m:limLow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.LimitUpper" /> <c><m:limUpp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Matrix" /> <c><m:m></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Nary" /> <c><m:nary></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.OfficeMath" /> <c><m:oMath></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Paragraph" /> <c><m:oMathPara></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Phantom" /> <c><m:phant></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Run" /> <c><m:r></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Radical" /> <c><m:rad></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.PreSubSuper" /> <c><m:sPre></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Subscript" /> <c><m:sSub></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.SubSuperscript" /> <c><m:sSubSup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Superscript" /> <c><m:sSup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride" /> <c><w:bdo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart" /> <c><w:bookmarkStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ContentPart" /> <c><w:contentPart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding" /> <c><w:dir></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd" /> <c><w:customXmlInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd" /> <c><w:customXmlDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd" /> <c><w:customXmlMoveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd" /> <c><w:customXmlMoveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd" /> <c><w14:customXmlConflictInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd" /> <c><w14:customXmlConflictDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd" /> <c><w:bookmarkEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart" /> <c><w:commentRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd" /> <c><w:commentRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd" /> <c><w:moveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd" /> <c><w:moveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart" /> <c><w:moveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart" /> <c><w:moveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermEnd" /> <c><w:permEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermStart" /> <c><w:permStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ProofError" /> <c><w:proofErr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Run" /> <c><w:r></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.InsertedRun" /> <c><w:ins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DeletedRun" /> <c><w:del></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRun" /> <c><w:moveFrom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRun" /> <c><w:moveTo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion" /> <c><w14:conflictIns></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion" /> <c><w14:conflictDel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtRun" /> <c><w:sdt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart" /> <c><w:customXmlInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart" /> <c><w:customXmlDelRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart" /> <c><w:customXmlMoveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart" /> <c><w:customXmlMoveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart" /> <c><w14:customXmlConflictInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart" /> <c><w14:customXmlConflictDelRangeStart></c></description></item> </list> </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="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="T:DocumentFormat.OpenXml.Wordprocessing.ContentPart"> <summary> <para>Defines the ContentPart Class.</para> <para>This class is available in Office 2010 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:contentPart.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.ContentPart.#ctor"> <summary> Initializes a new instance of the ContentPart class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtRun"> <summary> <para>Defines the SdtRun Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:sdt.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart" /> <c><w:bookmarkStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd" /> <c><w:customXmlInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd" /> <c><w:customXmlDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd" /> <c><w:customXmlMoveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd" /> <c><w:customXmlMoveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd" /> <c><w14:customXmlConflictInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd" /> <c><w14:customXmlConflictDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd" /> <c><w:bookmarkEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart" /> <c><w:commentRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd" /> <c><w:commentRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd" /> <c><w:moveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd" /> <c><w:moveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart" /> <c><w:moveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart" /> <c><w:moveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentRun" /> <c><w:sdtContent></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties" /> <c><w:sdtEndPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtProperties" /> <c><w:sdtPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart" /> <c><w:customXmlInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart" /> <c><w:customXmlDelRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart" /> <c><w:customXmlMoveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart" /> <c><w:customXmlMoveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart" /> <c><w14:customXmlConflictInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart" /> <c><w14:customXmlConflictDelRangeStart></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock"> <summary> <para>Defines the CustomXmlBlock Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:customXml.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart" /> <c><w:bookmarkStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ContentPart" /> <c><w:contentPart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock" /> <c><w:customXml></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties" /> <c><w:customXmlPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd" /> <c><w:customXmlInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd" /> <c><w:customXmlDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd" /> <c><w:customXmlMoveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd" /> <c><w:customXmlMoveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd" /> <c><w14:customXmlConflictInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd" /> <c><w14:customXmlConflictDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd" /> <c><w:bookmarkEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart" /> <c><w:commentRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd" /> <c><w:commentRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd" /> <c><w:moveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd" /> <c><w:moveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart" /> <c><w:moveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart" /> <c><w:moveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Paragraph" /> <c><w:p></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermEnd" /> <c><w:permEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermStart" /> <c><w:permStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ProofError" /> <c><w:proofErr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.InsertedRun" /> <c><w:ins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DeletedRun" /> <c><w:del></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRun" /> <c><w:moveFrom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRun" /> <c><w:moveTo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion" /> <c><w14:conflictIns></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion" /> <c><w14:conflictDel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtBlock" /> <c><w:sdt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Table" /> <c><w:tbl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart" /> <c><w:customXmlInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart" /> <c><w:customXmlDelRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart" /> <c><w:customXmlMoveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart" /> <c><w:customXmlMoveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart" /> <c><w14:customXmlConflictInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart" /> <c><w14:customXmlConflictDelRangeStart></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtBlock"> <summary> <para>Defines the SdtBlock Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:sdt.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart" /> <c><w:bookmarkStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd" /> <c><w:customXmlInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd" /> <c><w:customXmlDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd" /> <c><w:customXmlMoveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd" /> <c><w:customXmlMoveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd" /> <c><w14:customXmlConflictInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd" /> <c><w14:customXmlConflictDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd" /> <c><w:bookmarkEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart" /> <c><w:commentRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd" /> <c><w:commentRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd" /> <c><w:moveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd" /> <c><w:moveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart" /> <c><w:moveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart" /> <c><w:moveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock" /> <c><w:sdtContent></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties" /> <c><w:sdtEndPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtProperties" /> <c><w:sdtPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart" /> <c><w:customXmlInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart" /> <c><w:customXmlDelRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart" /> <c><w:customXmlMoveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart" /> <c><w:customXmlMoveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart" /> <c><w14:customXmlConflictInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart" /> <c><w14:customXmlConflictDelRangeStart></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Paragraph"> <summary> <para>Defines the Paragraph Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:p.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Accent" /> <c><m:acc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Bar" /> <c><m:bar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.BorderBox" /> <c><m:borderBox></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Box" /> <c><m:box></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Delimiter" /> <c><m:d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.EquationArray" /> <c><m:eqArr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Fraction" /> <c><m:f></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.MathFunction" /> <c><m:func></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.GroupChar" /> <c><m:groupChr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.LimitLower" /> <c><m:limLow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.LimitUpper" /> <c><m:limUpp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Matrix" /> <c><m:m></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Nary" /> <c><m:nary></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.OfficeMath" /> <c><m:oMath></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Paragraph" /> <c><m:oMathPara></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Phantom" /> <c><m:phant></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Run" /> <c><m:r></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Radical" /> <c><m:rad></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.PreSubSuper" /> <c><m:sPre></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Subscript" /> <c><m:sSub></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.SubSuperscript" /> <c><m:sSubSup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Superscript" /> <c><m:sSup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride" /> <c><w:bdo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart" /> <c><w:bookmarkStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ContentPart" /> <c><w:contentPart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun" /> <c><w:customXml></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding" /> <c><w:dir></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Hyperlink" /> <c><w:hyperlink></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd" /> <c><w:customXmlInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd" /> <c><w:customXmlDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd" /> <c><w:customXmlMoveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd" /> <c><w:customXmlMoveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd" /> <c><w14:customXmlConflictInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd" /> <c><w14:customXmlConflictDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd" /> <c><w:bookmarkEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart" /> <c><w:commentRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd" /> <c><w:commentRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd" /> <c><w:moveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd" /> <c><w:moveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart" /> <c><w:moveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart" /> <c><w:moveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermEnd" /> <c><w:permEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermStart" /> <c><w:permStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties" /> <c><w:pPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ProofError" /> <c><w:proofErr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Run" /> <c><w:r></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SubDocumentReference" /> <c><w:subDoc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.InsertedRun" /> <c><w:ins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DeletedRun" /> <c><w:del></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRun" /> <c><w:moveFrom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRun" /> <c><w:moveTo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion" /> <c><w14:conflictIns></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion" /> <c><w14:conflictDel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtRun" /> <c><w:sdt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SimpleField" /> <c><w:fldSimple></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart" /> <c><w:customXmlInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart" /> <c><w:customXmlDelRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart" /> <c><w:customXmlMoveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart" /> <c><w:customXmlMoveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart" /> <c><w14:customXmlConflictInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart" /> <c><w14:customXmlConflictDelRangeStart></c></description></item> </list> </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.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, this property is only available in Office 2010 and later.</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, this property is only available in Office 2010 and later.</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, this property is only available in Office 2010 and later.</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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Table"> <summary> <para>Defines the Table Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:tbl.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart" /> <c><w:bookmarkStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ContentPart" /> <c><w:contentPart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow" /> <c><w:customXml></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd" /> <c><w:customXmlInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd" /> <c><w:customXmlDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd" /> <c><w:customXmlMoveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd" /> <c><w:customXmlMoveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd" /> <c><w14:customXmlConflictInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd" /> <c><w14:customXmlConflictDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd" /> <c><w:bookmarkEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart" /> <c><w:commentRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd" /> <c><w:commentRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd" /> <c><w:moveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd" /> <c><w:moveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart" /> <c><w:moveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart" /> <c><w:moveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermEnd" /> <c><w:permEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermStart" /> <c><w:permStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ProofError" /> <c><w:proofErr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableRow" /> <c><w:tr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.InsertedRun" /> <c><w:ins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DeletedRun" /> <c><w:del></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRun" /> <c><w:moveFrom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRun" /> <c><w:moveTo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion" /> <c><w14:conflictIns></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion" /> <c><w14:conflictDel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtRow" /> <c><w:sdt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableGrid" /> <c><w:tblGrid></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableProperties" /> <c><w:tblPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart" /> <c><w:customXmlInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart" /> <c><w:customXmlDelRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart" /> <c><w:customXmlMoveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart" /> <c><w:customXmlMoveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart" /> <c><w14:customXmlConflictInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart" /> <c><w14:customXmlConflictDelRangeStart></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableRow"> <summary> <para>Table Row.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:tr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart" /> <c><w:bookmarkStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ContentPart" /> <c><w:contentPart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell" /> <c><w:customXml></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd" /> <c><w:customXmlInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd" /> <c><w:customXmlDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd" /> <c><w:customXmlMoveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd" /> <c><w:customXmlMoveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd" /> <c><w14:customXmlConflictInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd" /> <c><w14:customXmlConflictDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd" /> <c><w:bookmarkEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart" /> <c><w:commentRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd" /> <c><w:commentRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd" /> <c><w:moveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd" /> <c><w:moveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart" /> <c><w:moveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart" /> <c><w:moveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermEnd" /> <c><w:permEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermStart" /> <c><w:permStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ProofError" /> <c><w:proofErr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.InsertedRun" /> <c><w:ins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DeletedRun" /> <c><w:del></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRun" /> <c><w:moveFrom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRun" /> <c><w:moveTo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion" /> <c><w14:conflictIns></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion" /> <c><w14:conflictDel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtCell" /> <c><w:sdt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions" /> <c><w:tblPrEx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableCell" /> <c><w:tc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart" /> <c><w:customXmlInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart" /> <c><w:customXmlDelRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart" /> <c><w:customXmlMoveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart" /> <c><w:customXmlMoveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart" /> <c><w14:customXmlConflictInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart" /> <c><w14:customXmlConflictDelRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableRowProperties" /> <c><w:trPr></c></description></item> </list> </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.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, this property is only available in Office 2010 and later.</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, this property is only available in Office 2010 and later.</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.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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow"> <summary> <para>Row-Level Custom XML Element.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:customXml.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart" /> <c><w:bookmarkStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ContentPart" /> <c><w:contentPart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties" /> <c><w:customXmlPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow" /> <c><w:customXml></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd" /> <c><w:customXmlInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd" /> <c><w:customXmlDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd" /> <c><w:customXmlMoveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd" /> <c><w:customXmlMoveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd" /> <c><w14:customXmlConflictInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd" /> <c><w14:customXmlConflictDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd" /> <c><w:bookmarkEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart" /> <c><w:commentRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd" /> <c><w:commentRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd" /> <c><w:moveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd" /> <c><w:moveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart" /> <c><w:moveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart" /> <c><w:moveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermEnd" /> <c><w:permEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermStart" /> <c><w:permStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ProofError" /> <c><w:proofErr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableRow" /> <c><w:tr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.InsertedRun" /> <c><w:ins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DeletedRun" /> <c><w:del></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRun" /> <c><w:moveFrom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRun" /> <c><w:moveTo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion" /> <c><w14:conflictIns></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion" /> <c><w14:conflictDel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtRow" /> <c><w:sdt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart" /> <c><w:customXmlInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart" /> <c><w:customXmlDelRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart" /> <c><w:customXmlMoveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart" /> <c><w:customXmlMoveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart" /> <c><w14:customXmlConflictInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart" /> <c><w14:customXmlConflictDelRangeStart></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtRow"> <summary> <para>Row-Level Structured Document Tag.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:sdt.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart" /> <c><w:bookmarkStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd" /> <c><w:customXmlInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd" /> <c><w:customXmlDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd" /> <c><w:customXmlMoveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd" /> <c><w:customXmlMoveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd" /> <c><w14:customXmlConflictInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd" /> <c><w14:customXmlConflictDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd" /> <c><w:bookmarkEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart" /> <c><w:commentRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd" /> <c><w:commentRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd" /> <c><w:moveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd" /> <c><w:moveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart" /> <c><w:moveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart" /> <c><w:moveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentRow" /> <c><w:sdtContent></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties" /> <c><w:sdtEndPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtProperties" /> <c><w:sdtPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart" /> <c><w:customXmlInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart" /> <c><w:customXmlDelRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart" /> <c><w:customXmlMoveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart" /> <c><w:customXmlMoveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart" /> <c><w14:customXmlConflictInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart" /> <c><w14:customXmlConflictDelRangeStart></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableCell"> <summary> <para>Table Cell.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:tc.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AltChunk" /> <c><w:altChunk></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart" /> <c><w:bookmarkStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ContentPart" /> <c><w:contentPart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock" /> <c><w:customXml></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd" /> <c><w:customXmlInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd" /> <c><w:customXmlDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd" /> <c><w:customXmlMoveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd" /> <c><w:customXmlMoveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd" /> <c><w14:customXmlConflictInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd" /> <c><w14:customXmlConflictDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd" /> <c><w:bookmarkEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart" /> <c><w:commentRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd" /> <c><w:commentRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd" /> <c><w:moveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd" /> <c><w:moveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart" /> <c><w:moveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart" /> <c><w:moveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Paragraph" /> <c><w:p></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermEnd" /> <c><w:permEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermStart" /> <c><w:permStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ProofError" /> <c><w:proofErr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.InsertedRun" /> <c><w:ins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DeletedRun" /> <c><w:del></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRun" /> <c><w:moveFrom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRun" /> <c><w:moveTo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion" /> <c><w14:conflictIns></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion" /> <c><w14:conflictDel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtBlock" /> <c><w:sdt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Table" /> <c><w:tbl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableCellProperties" /> <c><w:tcPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart" /> <c><w:customXmlInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart" /> <c><w:customXmlDelRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart" /> <c><w:customXmlMoveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart" /> <c><w:customXmlMoveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart" /> <c><w14:customXmlConflictInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart" /> <c><w14:customXmlConflictDelRangeStart></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell"> <summary> <para>Cell-Level Custom XML Element.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:customXml.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart" /> <c><w:bookmarkStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ContentPart" /> <c><w:contentPart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell" /> <c><w:customXml></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties" /> <c><w:customXmlPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd" /> <c><w:customXmlInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd" /> <c><w:customXmlDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd" /> <c><w:customXmlMoveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd" /> <c><w:customXmlMoveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd" /> <c><w14:customXmlConflictInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd" /> <c><w14:customXmlConflictDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd" /> <c><w:bookmarkEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart" /> <c><w:commentRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd" /> <c><w:commentRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd" /> <c><w:moveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd" /> <c><w:moveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart" /> <c><w:moveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart" /> <c><w:moveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermEnd" /> <c><w:permEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermStart" /> <c><w:permStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ProofError" /> <c><w:proofErr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.InsertedRun" /> <c><w:ins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DeletedRun" /> <c><w:del></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRun" /> <c><w:moveFrom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRun" /> <c><w:moveTo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion" /> <c><w14:conflictIns></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion" /> <c><w14:conflictDel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtCell" /> <c><w:sdt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableCell" /> <c><w:tc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart" /> <c><w:customXmlInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart" /> <c><w:customXmlDelRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart" /> <c><w:customXmlMoveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart" /> <c><w:customXmlMoveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart" /> <c><w14:customXmlConflictInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart" /> <c><w14:customXmlConflictDelRangeStart></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtCell"> <summary> <para>Cell-Level Structured Document Tag.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:sdt.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart" /> <c><w:bookmarkStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd" /> <c><w:customXmlInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd" /> <c><w:customXmlDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd" /> <c><w:customXmlMoveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd" /> <c><w:customXmlMoveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd" /> <c><w14:customXmlConflictInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd" /> <c><w14:customXmlConflictDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd" /> <c><w:bookmarkEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart" /> <c><w:commentRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd" /> <c><w:commentRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd" /> <c><w:moveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd" /> <c><w:moveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart" /> <c><w:moveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart" /> <c><w:moveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentCell" /> <c><w:sdtContent></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties" /> <c><w:sdtEndPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtProperties" /> <c><w:sdtPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart" /> <c><w:customXmlInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart" /> <c><w:customXmlDelRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart" /> <c><w:customXmlMoveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart" /> <c><w:customXmlMoveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart" /> <c><w14:customXmlConflictInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart" /> <c><w14:customXmlConflictDelRangeStart></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun"> <summary> <para>Defines the CustomXmlRun Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:customXml.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Accent" /> <c><m:acc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Bar" /> <c><m:bar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.BorderBox" /> <c><m:borderBox></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Box" /> <c><m:box></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Delimiter" /> <c><m:d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.EquationArray" /> <c><m:eqArr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Fraction" /> <c><m:f></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.MathFunction" /> <c><m:func></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.GroupChar" /> <c><m:groupChr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.LimitLower" /> <c><m:limLow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.LimitUpper" /> <c><m:limUpp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Matrix" /> <c><m:m></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Nary" /> <c><m:nary></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.OfficeMath" /> <c><m:oMath></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Paragraph" /> <c><m:oMathPara></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Phantom" /> <c><m:phant></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Run" /> <c><m:r></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Radical" /> <c><m:rad></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.PreSubSuper" /> <c><m:sPre></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Subscript" /> <c><m:sSub></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.SubSuperscript" /> <c><m:sSubSup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Superscript" /> <c><m:sSup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride" /> <c><w:bdo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart" /> <c><w:bookmarkStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ContentPart" /> <c><w:contentPart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties" /> <c><w:customXmlPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun" /> <c><w:customXml></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding" /> <c><w:dir></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Hyperlink" /> <c><w:hyperlink></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd" /> <c><w:customXmlInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd" /> <c><w:customXmlDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd" /> <c><w:customXmlMoveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd" /> <c><w:customXmlMoveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd" /> <c><w14:customXmlConflictInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd" /> <c><w14:customXmlConflictDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd" /> <c><w:bookmarkEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart" /> <c><w:commentRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd" /> <c><w:commentRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd" /> <c><w:moveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd" /> <c><w:moveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart" /> <c><w:moveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart" /> <c><w:moveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermEnd" /> <c><w:permEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermStart" /> <c><w:permStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ProofError" /> <c><w:proofErr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Run" /> <c><w:r></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SubDocumentReference" /> <c><w:subDoc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.InsertedRun" /> <c><w:ins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DeletedRun" /> <c><w:del></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRun" /> <c><w:moveFrom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRun" /> <c><w:moveTo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion" /> <c><w14:conflictIns></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion" /> <c><w14:conflictDel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtRun" /> <c><w:sdt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SimpleField" /> <c><w:fldSimple></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart" /> <c><w:customXmlInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart" /> <c><w:customXmlDelRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart" /> <c><w:customXmlMoveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart" /> <c><w:customXmlMoveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart" /> <c><w14:customXmlConflictInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart" /> <c><w14:customXmlConflictDelRangeStart></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SimpleField"> <summary> <para>Defines the SimpleField Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:fldSimple.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Accent" /> <c><m:acc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Bar" /> <c><m:bar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.BorderBox" /> <c><m:borderBox></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Box" /> <c><m:box></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Delimiter" /> <c><m:d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.EquationArray" /> <c><m:eqArr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Fraction" /> <c><m:f></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.MathFunction" /> <c><m:func></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.GroupChar" /> <c><m:groupChr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.LimitLower" /> <c><m:limLow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.LimitUpper" /> <c><m:limUpp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Matrix" /> <c><m:m></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Nary" /> <c><m:nary></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.OfficeMath" /> <c><m:oMath></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Paragraph" /> <c><m:oMathPara></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Phantom" /> <c><m:phant></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Run" /> <c><m:r></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Radical" /> <c><m:rad></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.PreSubSuper" /> <c><m:sPre></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Subscript" /> <c><m:sSub></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.SubSuperscript" /> <c><m:sSubSup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Superscript" /> <c><m:sSup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FieldData" /> <c><w:fldData></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride" /> <c><w:bdo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart" /> <c><w:bookmarkStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ContentPart" /> <c><w:contentPart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun" /> <c><w:customXml></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding" /> <c><w:dir></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Hyperlink" /> <c><w:hyperlink></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd" /> <c><w:customXmlInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd" /> <c><w:customXmlDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd" /> <c><w:customXmlMoveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd" /> <c><w:customXmlMoveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd" /> <c><w14:customXmlConflictInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd" /> <c><w14:customXmlConflictDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd" /> <c><w:bookmarkEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart" /> <c><w:commentRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd" /> <c><w:commentRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd" /> <c><w:moveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd" /> <c><w:moveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart" /> <c><w:moveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart" /> <c><w:moveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermEnd" /> <c><w:permEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermStart" /> <c><w:permStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ProofError" /> <c><w:proofErr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Run" /> <c><w:r></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SubDocumentReference" /> <c><w:subDoc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.InsertedRun" /> <c><w:ins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DeletedRun" /> <c><w:del></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRun" /> <c><w:moveFrom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRun" /> <c><w:moveTo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion" /> <c><w14:conflictIns></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion" /> <c><w14:conflictDel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtRun" /> <c><w:sdt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SimpleField" /> <c><w:fldSimple></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart" /> <c><w:customXmlInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart" /> <c><w:customXmlDelRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart" /> <c><w:customXmlMoveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart" /> <c><w:customXmlMoveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart" /> <c><w14:customXmlConflictInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart" /> <c><w14:customXmlConflictDelRangeStart></c></description></item> </list> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Hyperlink"> <summary> <para>Defines the Hyperlink Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:hyperlink.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Accent" /> <c><m:acc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Bar" /> <c><m:bar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.BorderBox" /> <c><m:borderBox></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Box" /> <c><m:box></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Delimiter" /> <c><m:d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.EquationArray" /> <c><m:eqArr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Fraction" /> <c><m:f></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.MathFunction" /> <c><m:func></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.GroupChar" /> <c><m:groupChr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.LimitLower" /> <c><m:limLow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.LimitUpper" /> <c><m:limUpp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Matrix" /> <c><m:m></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Nary" /> <c><m:nary></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.OfficeMath" /> <c><m:oMath></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Paragraph" /> <c><m:oMathPara></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Phantom" /> <c><m:phant></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Run" /> <c><m:r></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Radical" /> <c><m:rad></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.PreSubSuper" /> <c><m:sPre></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Subscript" /> <c><m:sSub></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.SubSuperscript" /> <c><m:sSubSup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Superscript" /> <c><m:sSup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride" /> <c><w:bdo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart" /> <c><w:bookmarkStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ContentPart" /> <c><w:contentPart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun" /> <c><w:customXml></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding" /> <c><w:dir></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Hyperlink" /> <c><w:hyperlink></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd" /> <c><w:customXmlInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd" /> <c><w:customXmlDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd" /> <c><w:customXmlMoveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd" /> <c><w:customXmlMoveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd" /> <c><w14:customXmlConflictInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd" /> <c><w14:customXmlConflictDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd" /> <c><w:bookmarkEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart" /> <c><w:commentRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd" /> <c><w:commentRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd" /> <c><w:moveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd" /> <c><w:moveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart" /> <c><w:moveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart" /> <c><w:moveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermEnd" /> <c><w:permEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermStart" /> <c><w:permStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ProofError" /> <c><w:proofErr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Run" /> <c><w:r></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SubDocumentReference" /> <c><w:subDoc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.InsertedRun" /> <c><w:ins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DeletedRun" /> <c><w:del></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRun" /> <c><w:moveFrom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRun" /> <c><w:moveTo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion" /> <c><w14:conflictIns></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion" /> <c><w14:conflictDel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtRun" /> <c><w:sdt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SimpleField" /> <c><w:fldSimple></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart" /> <c><w:customXmlInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart" /> <c><w:customXmlDelRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart" /> <c><w:customXmlMoveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart" /> <c><w:customXmlMoveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart" /> <c><w14:customXmlConflictInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart" /> <c><w14:customXmlConflictDelRangeStart></c></description></item> </list> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride"> <summary> <para>Defines the BidirectionalOverride Class.</para> <para>This class is available in Office 2010 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:bdo.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Accent" /> <c><m:acc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Bar" /> <c><m:bar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.BorderBox" /> <c><m:borderBox></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Box" /> <c><m:box></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Delimiter" /> <c><m:d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.EquationArray" /> <c><m:eqArr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Fraction" /> <c><m:f></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.MathFunction" /> <c><m:func></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.GroupChar" /> <c><m:groupChr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.LimitLower" /> <c><m:limLow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.LimitUpper" /> <c><m:limUpp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Matrix" /> <c><m:m></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Nary" /> <c><m:nary></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.OfficeMath" /> <c><m:oMath></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Paragraph" /> <c><m:oMathPara></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Phantom" /> <c><m:phant></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Run" /> <c><m:r></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Radical" /> <c><m:rad></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.PreSubSuper" /> <c><m:sPre></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Subscript" /> <c><m:sSub></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.SubSuperscript" /> <c><m:sSubSup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Superscript" /> <c><m:sSup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride" /> <c><w:bdo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart" /> <c><w:bookmarkStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ContentPart" /> <c><w:contentPart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun" /> <c><w:customXml></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding" /> <c><w:dir></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Hyperlink" /> <c><w:hyperlink></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd" /> <c><w:customXmlInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd" /> <c><w:customXmlDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd" /> <c><w:customXmlMoveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd" /> <c><w:customXmlMoveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd" /> <c><w14:customXmlConflictInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd" /> <c><w14:customXmlConflictDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd" /> <c><w:bookmarkEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart" /> <c><w:commentRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd" /> <c><w:commentRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd" /> <c><w:moveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd" /> <c><w:moveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart" /> <c><w:moveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart" /> <c><w:moveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermEnd" /> <c><w:permEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermStart" /> <c><w:permStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ProofError" /> <c><w:proofErr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Run" /> <c><w:r></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SubDocumentReference" /> <c><w:subDoc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.InsertedRun" /> <c><w:ins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DeletedRun" /> <c><w:del></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRun" /> <c><w:moveFrom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRun" /> <c><w:moveTo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion" /> <c><w14:conflictIns></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion" /> <c><w14:conflictDel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtRun" /> <c><w:sdt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SimpleField" /> <c><w:fldSimple></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart" /> <c><w:customXmlInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart" /> <c><w:customXmlDelRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart" /> <c><w:customXmlMoveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart" /> <c><w:customXmlMoveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart" /> <c><w14:customXmlConflictInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart" /> <c><w14:customXmlConflictDelRangeStart></c></description></item> </list> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding"> <summary> <para>Defines the BidirectionalEmbedding Class.</para> <para>This class is available in Office 2010 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:dir.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Accent" /> <c><m:acc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Bar" /> <c><m:bar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.BorderBox" /> <c><m:borderBox></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Box" /> <c><m:box></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Delimiter" /> <c><m:d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.EquationArray" /> <c><m:eqArr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Fraction" /> <c><m:f></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.MathFunction" /> <c><m:func></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.GroupChar" /> <c><m:groupChr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.LimitLower" /> <c><m:limLow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.LimitUpper" /> <c><m:limUpp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Matrix" /> <c><m:m></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Nary" /> <c><m:nary></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.OfficeMath" /> <c><m:oMath></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Paragraph" /> <c><m:oMathPara></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Phantom" /> <c><m:phant></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Run" /> <c><m:r></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Radical" /> <c><m:rad></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.PreSubSuper" /> <c><m:sPre></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Subscript" /> <c><m:sSub></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.SubSuperscript" /> <c><m:sSubSup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Superscript" /> <c><m:sSup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride" /> <c><w:bdo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart" /> <c><w:bookmarkStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ContentPart" /> <c><w:contentPart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun" /> <c><w:customXml></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding" /> <c><w:dir></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Hyperlink" /> <c><w:hyperlink></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd" /> <c><w:customXmlInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd" /> <c><w:customXmlDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd" /> <c><w:customXmlMoveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd" /> <c><w:customXmlMoveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd" /> <c><w14:customXmlConflictInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd" /> <c><w14:customXmlConflictDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd" /> <c><w:bookmarkEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart" /> <c><w:commentRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd" /> <c><w:commentRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd" /> <c><w:moveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd" /> <c><w:moveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart" /> <c><w:moveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart" /> <c><w:moveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermEnd" /> <c><w:permEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermStart" /> <c><w:permStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ProofError" /> <c><w:proofErr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Run" /> <c><w:r></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SubDocumentReference" /> <c><w:subDoc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.InsertedRun" /> <c><w:ins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DeletedRun" /> <c><w:del></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRun" /> <c><w:moveFrom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRun" /> <c><w:moveTo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion" /> <c><w14:conflictIns></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion" /> <c><w14:conflictDel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtRun" /> <c><w:sdt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SimpleField" /> <c><w:fldSimple></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart" /> <c><w:customXmlInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart" /> <c><w:customXmlDelRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart" /> <c><w:customXmlMoveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart" /> <c><w:customXmlMoveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart" /> <c><w14:customXmlConflictInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart" /> <c><w14:customXmlConflictDelRangeStart></c></description></item> </list> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SubDocumentReference"> <summary> <para>Anchor for Subdocument Location.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:subDoc.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.PrinterSettingsReference"> <summary> <para>Defines the PrinterSettingsReference Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:printerSettings.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SourceReference"> <summary> <para>ODSO Data Source File Path.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:src.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.RecipientDataReference"> <summary> <para>Reference to Inclusion/Exclusion Data for Data Source.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:recipientData.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DataSourceReference"> <summary> <para>Data Source File Path.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:dataSource.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.HeaderSource"> <summary> <para>Header Definition File Path.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:headerSource.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SourceFileReference"> <summary> <para>Source File for Frame.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:sourceFileName.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.MovieReference"> <summary> <para>Defines the MovieReference Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:movie.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.AttachedTemplate"> <summary> <para>Attached Document Template.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:attachedTemplate.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.RelationshipType"> <summary> <para>Defines the RelationshipType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.RelationshipType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Wordprocessing.TableCellWidth"> <summary> <para>Defines the TableCellWidth Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:tcW.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.WidthBeforeTableRow"> <summary> <para>Defines the WidthBeforeTableRow Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:wBefore.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.WidthAfterTableRow"> <summary> <para>Defines the WidthAfterTableRow Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:wAfter.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing"> <summary> <para>Defines the TableCellSpacing Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:tblCellSpacing.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableWidth"> <summary> <para>Defines the TableWidth Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:tblW.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TopMargin"> <summary> <para>Table Cell Top Margin Default.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:top.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.StartMargin"> <summary> <para>Defines the StartMargin Class.</para> <para>This class is available in Office 2010 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:start.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.BottomMargin"> <summary> <para>Table Cell Bottom Margin Default.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:bottom.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.EndMargin"> <summary> <para>Defines the EndMargin Class.</para> <para>This class is available in Office 2010 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:end.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.LeftMargin"> <summary> <para>Table Cell Left Margin Exception.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:left.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.RightMargin"> <summary> <para>Table Cell Right Margin Exception.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:right.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableWidthType"> <summary> <para>Defines the TableWidthType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableWidthType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge"> <summary> <para>Defines the HorizontalMerge Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:hMerge.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge.#ctor"> <summary> Initializes a new instance of the HorizontalMerge class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.VerticalMerge"> <summary> <para>Defines the VerticalMerge Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:vMerge.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.VerticalMerge.#ctor"> <summary> Initializes a new instance of the VerticalMerge class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableCellBorders"> <summary> <para>Defines the TableCellBorders Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:tcBorders.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TopBorder" /> <c><w:top></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.LeftBorder" /> <c><w:left></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.StartBorder" /> <c><w:start></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BottomBorder" /> <c><w:bottom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.RightBorder" /> <c><w:right></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.EndBorder" /> <c><w:end></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.InsideHorizontalBorder" /> <c><w:insideH></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.InsideVerticalBorder" /> <c><w:insideV></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TopLeftToBottomRightCellBorder" /> <c><w:tl2br></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TopRightToBottomLeftCellBorder" /> <c><w:tr2bl></c></description></item> </list> </remark> </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 Office 2010 and later..</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 Office 2010 and later..</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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.NoWrap"> <summary> <para>Defines the NoWrap Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:noWrap.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableCellFitText"> <summary> <para>Defines the TableCellFitText Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:tcFitText.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.HideMark"> <summary> <para>Defines the HideMark Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:hideMark.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.CantSplit"> <summary> <para>Defines the CantSplit Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:cantSplit.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableHeader"> <summary> <para>Defines the TableHeader Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:tblHeader.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.BiDiVisual"> <summary> <para>Defines the BiDiVisual Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:bidiVisual.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.NoResizeAllowed"> <summary> <para>Frame Cannot Be Resized.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:noResizeAllowed.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.LinkedToFile"> <summary> <para>Maintain Link to Existing File.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:linkedToFile.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.NoBorder"> <summary> <para>Do Not Display Frameset Splitters.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:noBorder.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.FlatBorders"> <summary> <para>Frameset Splitter Border Style.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:flatBorders.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.AutoRedefine"> <summary> <para>Automatically Merge User Formatting Into Style Definition.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:autoRedefine.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.StyleHidden"> <summary> <para>Hide Style From User Interface.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:hidden.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SemiHidden"> <summary> <para>Hide Style From Main User Interface.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:semiHidden.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.UnhideWhenUsed"> <summary> <para>Remove Semi-Hidden Property When Style Is Used.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:unhideWhenUsed.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.PrimaryStyle"> <summary> <para>Primary Style.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:qFormat.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Locked"> <summary> <para>Style Cannot Be Applied.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:locked.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Personal"> <summary> <para>E-Mail Message Text Style.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:personal.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.PersonalCompose"> <summary> <para>E-Mail Message Composition Style.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:personalCompose.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.PersonalReply"> <summary> <para>E-Mail Message Reply Style.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:personalReply.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyType"> <summary> <para>Defines the OnOffOnlyType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Wordprocessing.TableCellMargin"> <summary> <para>Defines the TableCellMargin Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:tcMar.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TopMargin" /> <c><w:top></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.LeftMargin" /> <c><w:left></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.StartMargin" /> <c><w:start></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BottomMargin" /> <c><w:bottom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.RightMargin" /> <c><w:right></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.EndMargin" /> <c><w:end></c></description></item> </list> </remark> </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 Office 2010 and later..</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 Office 2010 and later..</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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment"> <summary> <para>Defines the TableCellVerticalAlignment Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:vAlign.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment.#ctor"> <summary> Initializes a new instance of the TableCellVerticalAlignment class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DivId"> <summary> <para>Defines the DivId Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:divId.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.DivId.#ctor"> <summary> Initializes a new instance of the DivId class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableRowHeight"> <summary> <para>Defines the TableRowHeight Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:trHeight.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableRowHeight.#ctor"> <summary> Initializes a new instance of the TableRowHeight class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties"> <summary> <para>Defines the TablePositionProperties Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:tblpPr.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.#ctor"> <summary> Initializes a new instance of the TablePositionProperties class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableOverlap"> <summary> <para>Defines the TableOverlap Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:tblOverlap.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableOverlap.#ctor"> <summary> Initializes a new instance of the TableOverlap class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableStyleRowBandSize"> <summary> <para>Defines the TableStyleRowBandSize Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:tblStyleRowBandSize.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableStyleColumnBandSize"> <summary> <para>Defines the TableStyleColumnBandSize Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:tblStyleColBandSize.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberMax3Type"> <summary> <para>Defines the UnsignedDecimalNumberMax3Type Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberMax3Type.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Wordprocessing.TableIndentation"> <summary> <para>Defines the TableIndentation Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:tblInd.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableIndentation.#ctor"> <summary> Initializes a new instance of the TableIndentation class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableBorders"> <summary> <para>Defines the TableBorders Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:tblBorders.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TopBorder" /> <c><w:top></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.LeftBorder" /> <c><w:left></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.StartBorder" /> <c><w:start></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BottomBorder" /> <c><w:bottom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.RightBorder" /> <c><w:right></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.EndBorder" /> <c><w:end></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.InsideHorizontalBorder" /> <c><w:insideH></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.InsideVerticalBorder" /> <c><w:insideV></c></description></item> </list> </remark> </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 Office 2010 and later..</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 Office 2010 and later..</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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableLayout"> <summary> <para>Defines the TableLayout Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:tblLayout.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableLayout.#ctor"> <summary> Initializes a new instance of the TableLayout class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault"> <summary> <para>Defines the TableCellMarginDefault Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:tblCellMar.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TopMargin" /> <c><w:top></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.StartMargin" /> <c><w:start></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BottomMargin" /> <c><w:bottom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.EndMargin" /> <c><w:end></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableCellLeftMargin" /> <c><w:left></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableCellRightMargin" /> <c><w:right></c></description></item> </list> </remark> </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 Office 2010 and later..</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 Office 2010 and later..</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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.NumberingStart"> <summary> <para>Footnote and Endnote Numbering Starting Value.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:numStart.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingStart.#ctor"> <summary> Initializes a new instance of the NumberingStart class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.NumberingRestart"> <summary> <para>Footnote and Endnote Numbering Restart Location.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:numRestart.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingRestart.#ctor"> <summary> Initializes a new instance of the NumberingRestart class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.AltChunk"> <summary> <para>Defines the AltChunk Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:altChunk.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties" /> <c><w:altChunkPr></c></description></item> </list> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties"> <summary> <para>Defines the FootnoteProperties Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:footnotePr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NumberingStart" /> <c><w:numStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FootnotePosition" /> <c><w:pos></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NumberingFormat" /> <c><w:numFmt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NumberingRestart" /> <c><w:numRestart></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties"> <summary> <para>Defines the EndnoteProperties Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:endnotePr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.EndnotePosition" /> <c><w:pos></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NumberingStart" /> <c><w:numStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NumberingFormat" /> <c><w:numFmt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NumberingRestart" /> <c><w:numRestart></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SectionType"> <summary> <para>Defines the SectionType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:type.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.SectionType.#ctor"> <summary> Initializes a new instance of the SectionType class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.PageSize"> <summary> <para>Defines the PageSize Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:pgSz.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.PageSize.#ctor"> <summary> Initializes a new instance of the PageSize class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.PageMargin"> <summary> <para>Defines the PageMargin Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:pgMar.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.PageMargin.#ctor"> <summary> Initializes a new instance of the PageMargin class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.PaperSource"> <summary> <para>Defines the PaperSource Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:paperSrc.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.PaperSource.#ctor"> <summary> Initializes a new instance of the PaperSource class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.PageBorders"> <summary> <para>Defines the PageBorders Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:pgBorders.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TopBorder" /> <c><w:top></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.LeftBorder" /> <c><w:left></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BottomBorder" /> <c><w:bottom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.RightBorder" /> <c><w:right></c></description></item> </list> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.LineNumberType"> <summary> <para>Defines the LineNumberType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:lnNumType.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.LineNumberType.#ctor"> <summary> Initializes a new instance of the LineNumberType class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.PageNumberType"> <summary> <para>Defines the PageNumberType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:pgNumType.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.PageNumberType.#ctor"> <summary> Initializes a new instance of the PageNumberType class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Columns"> <summary> <para>Defines the Columns Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:cols.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Column" /> <c><w:col></c></description></item> </list> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage"> <summary> <para>Defines the VerticalTextAlignmentOnPage Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:vAlign.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage.#ctor"> <summary> Initializes a new instance of the VerticalTextAlignmentOnPage class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DocGrid"> <summary> <para>Defines the DocGrid Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:docGrid.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocGrid.#ctor"> <summary> Initializes a new instance of the DocGrid class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TextBoxContent"> <summary> <para>Rich Text Box Content Container.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:txbxContent.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AltChunk" /> <c><w:altChunk></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart" /> <c><w:bookmarkStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ContentPart" /> <c><w:contentPart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock" /> <c><w:customXml></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd" /> <c><w:customXmlInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd" /> <c><w:customXmlDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd" /> <c><w:customXmlMoveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd" /> <c><w:customXmlMoveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd" /> <c><w14:customXmlConflictInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd" /> <c><w14:customXmlConflictDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd" /> <c><w:bookmarkEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart" /> <c><w:commentRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd" /> <c><w:commentRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd" /> <c><w:moveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd" /> <c><w:moveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart" /> <c><w:moveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart" /> <c><w:moveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Paragraph" /> <c><w:p></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermEnd" /> <c><w:permEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermStart" /> <c><w:permStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ProofError" /> <c><w:proofErr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.InsertedRun" /> <c><w:ins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DeletedRun" /> <c><w:del></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRun" /> <c><w:moveFrom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRun" /> <c><w:moveTo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion" /> <c><w14:conflictIns></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion" /> <c><w14:conflictDel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtBlock" /> <c><w:sdt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Table" /> <c><w:tbl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart" /> <c><w:customXmlInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart" /> <c><w:customXmlDelRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart" /> <c><w:customXmlMoveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart" /> <c><w:customXmlMoveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart" /> <c><w14:customXmlConflictInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart" /> <c><w14:customXmlConflictDelRangeStart></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Comments"> <summary> <para>Comments Collection.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:comments.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Comment" /> <c><w:comment></c></description></item> </list> </remark> </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.#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.CloneNode(System.Boolean)"> <inheritdoc/> </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="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="P:DocumentFormat.OpenXml.Wordprocessing.Comments.WordprocessingCommentsPart"> <summary> Gets the WordprocessingCommentsPart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Footnotes"> <summary> <para>Document Footnotes.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:footnotes.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Footnote" /> <c><w:footnote></c></description></item> </list> </remark> </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.#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.CloneNode(System.Boolean)"> <inheritdoc/> </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="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="P:DocumentFormat.OpenXml.Wordprocessing.Footnotes.FootnotesPart"> <summary> Gets the FootnotesPart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Endnotes"> <summary> <para>Document Endnotes.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:endnotes.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Endnote" /> <c><w:endnote></c></description></item> </list> </remark> </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.#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.CloneNode(System.Boolean)"> <inheritdoc/> </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="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="P:DocumentFormat.OpenXml.Wordprocessing.Endnotes.EndnotesPart"> <summary> Gets the EndnotesPart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Header"> <summary> <para>Header.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:hdr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AltChunk" /> <c><w:altChunk></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart" /> <c><w:bookmarkStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ContentPart" /> <c><w:contentPart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock" /> <c><w:customXml></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd" /> <c><w:customXmlInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd" /> <c><w:customXmlDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd" /> <c><w:customXmlMoveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd" /> <c><w:customXmlMoveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd" /> <c><w14:customXmlConflictInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd" /> <c><w14:customXmlConflictDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd" /> <c><w:bookmarkEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart" /> <c><w:commentRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd" /> <c><w:commentRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd" /> <c><w:moveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd" /> <c><w:moveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart" /> <c><w:moveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart" /> <c><w:moveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Paragraph" /> <c><w:p></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermEnd" /> <c><w:permEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermStart" /> <c><w:permStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ProofError" /> <c><w:proofErr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.InsertedRun" /> <c><w:ins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DeletedRun" /> <c><w:del></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRun" /> <c><w:moveFrom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRun" /> <c><w:moveTo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion" /> <c><w14:conflictIns></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion" /> <c><w14:conflictDel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtBlock" /> <c><w:sdt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Table" /> <c><w:tbl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart" /> <c><w:customXmlInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart" /> <c><w:customXmlDelRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart" /> <c><w:customXmlMoveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart" /> <c><w:customXmlMoveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart" /> <c><w14:customXmlConflictInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart" /> <c><w14:customXmlConflictDelRangeStart></c></description></item> </list> </remark> </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.#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.CloneNode(System.Boolean)"> <inheritdoc/> </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="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="P:DocumentFormat.OpenXml.Wordprocessing.Header.HeaderPart"> <summary> Gets the HeaderPart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Footer"> <summary> <para>Footer.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:ftr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AltChunk" /> <c><w:altChunk></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart" /> <c><w:bookmarkStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ContentPart" /> <c><w:contentPart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock" /> <c><w:customXml></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd" /> <c><w:customXmlInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd" /> <c><w:customXmlDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd" /> <c><w:customXmlMoveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd" /> <c><w:customXmlMoveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd" /> <c><w14:customXmlConflictInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd" /> <c><w14:customXmlConflictDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd" /> <c><w:bookmarkEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart" /> <c><w:commentRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd" /> <c><w:commentRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd" /> <c><w:moveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd" /> <c><w:moveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart" /> <c><w:moveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart" /> <c><w:moveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Paragraph" /> <c><w:p></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermEnd" /> <c><w:permEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermStart" /> <c><w:permStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ProofError" /> <c><w:proofErr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.InsertedRun" /> <c><w:ins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DeletedRun" /> <c><w:del></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRun" /> <c><w:moveFrom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRun" /> <c><w:moveTo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion" /> <c><w14:conflictIns></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion" /> <c><w14:conflictDel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtBlock" /> <c><w:sdt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Table" /> <c><w:tbl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart" /> <c><w:customXmlInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart" /> <c><w:customXmlDelRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart" /> <c><w:customXmlMoveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart" /> <c><w:customXmlMoveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart" /> <c><w14:customXmlConflictInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart" /> <c><w14:customXmlConflictDelRangeStart></c></description></item> </list> </remark> </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.#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.CloneNode(System.Boolean)"> <inheritdoc/> </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="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="P:DocumentFormat.OpenXml.Wordprocessing.Footer.FooterPart"> <summary> Gets the FooterPart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.HeaderFooterType"> <summary> <para>Defines the HeaderFooterType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AltChunk" /> <c><w:altChunk></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart" /> <c><w:bookmarkStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ContentPart" /> <c><w:contentPart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock" /> <c><w:customXml></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd" /> <c><w:customXmlInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd" /> <c><w:customXmlDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd" /> <c><w:customXmlMoveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd" /> <c><w:customXmlMoveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd" /> <c><w14:customXmlConflictInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd" /> <c><w14:customXmlConflictDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd" /> <c><w:bookmarkEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart" /> <c><w:commentRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd" /> <c><w:commentRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd" /> <c><w:moveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd" /> <c><w:moveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart" /> <c><w:moveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart" /> <c><w:moveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Paragraph" /> <c><w:p></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermEnd" /> <c><w:permEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermStart" /> <c><w:permStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ProofError" /> <c><w:proofErr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.InsertedRun" /> <c><w:ins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DeletedRun" /> <c><w:del></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRun" /> <c><w:moveFrom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRun" /> <c><w:moveTo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion" /> <c><w14:conflictIns></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion" /> <c><w14:conflictDel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtBlock" /> <c><w:sdt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Table" /> <c><w:tbl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart" /> <c><w:customXmlInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart" /> <c><w:customXmlDelRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart" /> <c><w:customXmlMoveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart" /> <c><w:customXmlMoveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart" /> <c><w14:customXmlConflictInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart" /> <c><w14:customXmlConflictDelRangeStart></c></description></item> </list> </remark> </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.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:settings.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Math.MathProperties" /> <c><m:mathPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary" /> <c><sl:schemaLibrary></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Captions" /> <c><w:captions></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingControl" /> <c><w:characterSpacingControl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping" /> <c><w:clrSchemeMapping></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Compatibility" /> <c><w:compat></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DocumentProtection" /> <c><w:documentProtection></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Rsids" /> <c><w:rsids></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DocumentType" /> <c><w:documentType></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DocumentVariables" /> <c><w:docVars></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties" /> <c><w:endnotePr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ForceUpgrade" /> <c><w:forceUpgrade></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties" /> <c><w:footnotePr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku" /> <c><w:noLineBreaksAfter></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku" /> <c><w:noLineBreaksBefore></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ThemeFontLanguages" /> <c><w:themeFontLang></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MailMerge" /> <c><w:mailMerge></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DefaultTabStop" /> <c><w:defaultTabStop></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookFoldPrintingSheets" /> <c><w:bookFoldPrintingSheets></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.RemovePersonalInformation" /> <c><w:removePersonalInformation></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.RemoveDateAndTime" /> <c><w:removeDateAndTime></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DoNotDisplayPageBoundaries" /> <c><w:doNotDisplayPageBoundaries></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DisplayBackgroundShape" /> <c><w:displayBackgroundShape></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PrintPostScriptOverText" /> <c><w:printPostScriptOverText></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PrintFractionalCharacterWidth" /> <c><w:printFractionalCharacterWidth></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PrintFormsData" /> <c><w:printFormsData></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.EmbedTrueTypeFonts" /> <c><w:embedTrueTypeFonts></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.EmbedSystemFonts" /> <c><w:embedSystemFonts></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SaveSubsetFonts" /> <c><w:saveSubsetFonts></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SaveFormsData" /> <c><w:saveFormsData></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MirrorMargins" /> <c><w:mirrorMargins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AlignBorderAndEdges" /> <c><w:alignBordersAndEdges></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundHeader" /> <c><w:bordersDoNotSurroundHeader></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundFooter" /> <c><w:bordersDoNotSurroundFooter></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.GutterAtTop" /> <c><w:gutterAtTop></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.HideSpellingErrors" /> <c><w:hideSpellingErrors></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.HideGrammaticalErrors" /> <c><w:hideGrammaticalErrors></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FormsDesign" /> <c><w:formsDesign></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.LinkStyles" /> <c><w:linkStyles></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TrackRevisions" /> <c><w:trackRevisions></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DoNotTrackMoves" /> <c><w:doNotTrackMoves></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DoNotTrackFormatting" /> <c><w:doNotTrackFormatting></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AutoFormatOverride" /> <c><w:autoFormatOverride></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.StyleLockThemesPart" /> <c><w:styleLockTheme></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.StyleLockStylesPart" /> <c><w:styleLockQFSet></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AutoHyphenation" /> <c><w:autoHyphenation></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DoNotHyphenateCaps" /> <c><w:doNotHyphenateCaps></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ShowEnvelope" /> <c><w:showEnvelope></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.EvenAndOddHeaders" /> <c><w:evenAndOddHeaders></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookFoldReversePrinting" /> <c><w:bookFoldRevPrinting></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookFoldPrinting" /> <c><w:bookFoldPrinting></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DoNotUseMarginsForDrawingGridOrigin" /> <c><w:doNotUseMarginsForDrawingGridOrigin></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DoNotShadeFormData" /> <c><w:doNotShadeFormData></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NoPunctuationKerning" /> <c><w:noPunctuationKerning></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PrintTwoOnOne" /> <c><w:printTwoOnOne></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.StrictFirstAndLastChars" /> <c><w:strictFirstAndLastChars></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SavePreviewPicture" /> <c><w:savePreviewPicture></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DoNotValidateAgainstSchema" /> <c><w:doNotValidateAgainstSchema></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SaveInvalidXml" /> <c><w:saveInvalidXml></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.IgnoreMixedContent" /> <c><w:ignoreMixedContent></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AlwaysShowPlaceholderText" /> <c><w:alwaysShowPlaceholderText></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DoNotDemarcateInvalidXml" /> <c><w:doNotDemarcateInvalidXml></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SaveXmlDataOnly" /> <c><w:saveXmlDataOnly></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.UseXsltWhenSaving" /> <c><w:useXSLTWhenSaving></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ShowXmlTags" /> <c><w:showXMLTags></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AlwaysMergeEmptyNamespace" /> <c><w:alwaysMergeEmptyNamespace></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.UpdateFieldsOnOpen" /> <c><w:updateFields></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.UICompatibleWith97To2003" /> <c><w:uiCompat97To2003></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DoNotIncludeSubdocsInStats" /> <c><w:doNotIncludeSubdocsInStats></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DoNotAutoCompressPictures" /> <c><w:doNotAutoCompressPictures></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Word.ChartTrackingRefBased" /> <c><w15:chartTrackingRefBased></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ProofState" /> <c><w:proofState></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown" /> <c><w:readModeInkLockDown></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AttachedTemplate" /> <c><w:attachedTemplate></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt" /> <c><w:saveThroughXslt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.HeaderShapeDefaults" /> <c><w:hdrShapeDefaults></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ShapeDefaults" /> <c><w:shapeDefaults></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AttachedSchema" /> <c><w:attachedSchema></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DecimalSymbol" /> <c><w:decimalSymbol></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ListSeparator" /> <c><w:listSeparator></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ClickAndTypeStyle" /> <c><w:clickAndTypeStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DefaultTableStyle" /> <c><w:defaultTableStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter" /> <c><w:stylePaneFormatFilter></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethods" /> <c><w:stylePaneSortMethod></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.RevisionView" /> <c><w:revisionView></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.HyphenationZone" /> <c><w:hyphenationZone></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalSpacing" /> <c><w:drawingGridHorizontalSpacing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalSpacing" /> <c><w:drawingGridVerticalSpacing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalOrigin" /> <c><w:drawingGridHorizontalOrigin></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalOrigin" /> <c><w:drawingGridVerticalOrigin></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SummaryLength" /> <c><w:summaryLength></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DisplayHorizontalDrawingGrid" /> <c><w:displayHorizontalDrawingGridEvery></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DisplayVerticalDrawingGrid" /> <c><w:displayVerticalDrawingGridEvery></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ConsecutiveHyphenLimit" /> <c><w:consecutiveHyphenLimit></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.View" /> <c><w:view></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.WriteProtection" /> <c><w:writeProtection></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle" /> <c><w:activeWritingStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Zoom" /> <c><w:zoom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.DefaultImageDpi" /> <c><w14:defaultImageDpi></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.DocumentId" /> <c><w14:docId></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.DiscardImageEditingData" /> <c><w14:discardImageEditingData></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.ConflictMode" /> <c><w14:conflictMode></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Word.PersistentDocumentId" /> <c><w15:docId></c></description></item> </list> </remark> </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.#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="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)"> <inheritdoc/> </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="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.DocumentSettingsPart"> <summary> Gets the DocumentSettingsPart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.WebSettings"> <summary> <para>Web Page Settings.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:webSettings.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PixelsPerInch" /> <c><w:pixelsPerInch></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Divs" /> <c><w:divs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Frameset" /> <c><w:frameset></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.OptimizeForBrowser" /> <c><w:optimizeForBrowser></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.RelyOnVML" /> <c><w:relyOnVML></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AllowPNG" /> <c><w:allowPNG></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DoNotRelyOnCSS" /> <c><w:doNotRelyOnCSS></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DoNotSaveAsSingleFile" /> <c><w:doNotSaveAsSingleFile></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DoNotOrganizeInFolder" /> <c><w:doNotOrganizeInFolder></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DoNotUseLongFileNames" /> <c><w:doNotUseLongFileNames></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.WebPageEncoding" /> <c><w:encoding></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TargetScreenSize" /> <c><w:targetScreenSz></c></description></item> </list> </remark> </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.#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="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)"> <inheritdoc/> </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="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.WebSettingsPart"> <summary> Gets the WebSettingsPart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Fonts"> <summary> <para>Font Table Root Element.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:fonts.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Font" /> <c><w:font></c></description></item> </list> </remark> </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.#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.CloneNode(System.Boolean)"> <inheritdoc/> </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="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="P:DocumentFormat.OpenXml.Wordprocessing.Fonts.FontTablePart"> <summary> Gets the FontTablePart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Numbering"> <summary> <para>Numbering Definitions.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:numbering.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AbstractNum" /> <c><w:abstractNum></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NumberingIdMacAtCleanup" /> <c><w:numIdMacAtCleanup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NumberingInstance" /> <c><w:num></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet" /> <c><w:numPicBullet></c></description></item> </list> </remark> </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.#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.CloneNode(System.Boolean)"> <inheritdoc/> </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="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="P:DocumentFormat.OpenXml.Wordprocessing.Numbering.NumberingDefinitionsPart"> <summary> Gets the NumberingDefinitionsPart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument"> <summary> <para>Glossary Document Root Element.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:glossaryDocument.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DocumentBackground" /> <c><w:background></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DocParts" /> <c><w:docParts></c></description></item> </list> </remark> </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.#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="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)"> <inheritdoc/> </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="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.GlossaryDocumentPart"> <summary> Gets the GlossaryDocumentPart associated with this element. </summary> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions"> <summary> <para>Previous Table-Level Property Exceptions.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:tblPrEx.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Shading" /> <c><w:shd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableBorders" /> <c><w:tblBorders></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault" /> <c><w:tblCellMar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableJustification" /> <c><w:jc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableLayout" /> <c><w:tblLayout></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableLook" /> <c><w:tblLook></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableWidth" /> <c><w:tblW></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing" /> <c><w:tblCellSpacing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableIndentation" /> <c><w:tblInd></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties"> <summary> <para>Previous Table Cell Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:tcPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CellMerge" /> <c><w:cellMerge></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle" /> <c><w:cnfStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.GridSpan" /> <c><w:gridSpan></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge" /> <c><w:hMerge></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NoWrap" /> <c><w:noWrap></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableCellFitText" /> <c><w:tcFitText></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.HideMark" /> <c><w:hideMark></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Shading" /> <c><w:shd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableCellWidth" /> <c><w:tcW></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableCellBorders" /> <c><w:tcBorders></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableCellMargin" /> <c><w:tcMar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TextDirection" /> <c><w:textDirection></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CellInsertion" /> <c><w:cellIns></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CellDeletion" /> <c><w:cellDel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment" /> <c><w:vAlign></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.VerticalMerge" /> <c><w:vMerge></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties"> <summary> <para>Previous Table Row Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:trPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle" /> <c><w:cnfStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.GridBefore" /> <c><w:gridBefore></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.GridAfter" /> <c><w:gridAfter></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableRowHeight" /> <c><w:trHeight></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DivId" /> <c><w:divId></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Hidden" /> <c><w:hidden></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CantSplit" /> <c><w:cantSplit></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableHeader" /> <c><w:tblHeader></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableJustification" /> <c><w:jc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.WidthBeforeTableRow" /> <c><w:wBefore></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.WidthAfterTableRow" /> <c><w:wAfter></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing" /> <c><w:tblCellSpacing></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties"> <summary> <para>Previous Table Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:tblPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BiDiVisual" /> <c><w:bidiVisual></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Shading" /> <c><w:shd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableCaption" /> <c><w:tblCaption></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableDescription" /> <c><w:tblDescription></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableStyle" /> <c><w:tblStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableBorders" /> <c><w:tblBorders></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault" /> <c><w:tblCellMar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableJustification" /> <c><w:jc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableLayout" /> <c><w:tblLayout></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableLook" /> <c><w:tblLook></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableOverlap" /> <c><w:tblOverlap></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties" /> <c><w:tblpPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableWidth" /> <c><w:tblW></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing" /> <c><w:tblCellSpacing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableIndentation" /> <c><w:tblInd></c></description></item> </list> </remark> </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 Office 2010 and later..</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 Office 2010 and later..</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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties"> <summary> <para>Previous Section Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:sectPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Columns" /> <c><w:cols></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns" /> <c><w15:footnoteColumns></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DocGrid" /> <c><w:docGrid></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties" /> <c><w:endnotePr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties" /> <c><w:footnotePr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.LineNumberType" /> <c><w:lnNumType></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FormProtection" /> <c><w:formProt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NoEndnote" /> <c><w:noEndnote></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TitlePage" /> <c><w:titlePg></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BiDi" /> <c><w:bidi></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.GutterOnRight" /> <c><w:rtlGutter></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PageBorders" /> <c><w:pgBorders></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PageMargin" /> <c><w:pgMar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PageNumberType" /> <c><w:pgNumType></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PageSize" /> <c><w:pgSz></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PaperSource" /> <c><w:paperSrc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PrinterSettingsReference" /> <c><w:printerSettings></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SectionType" /> <c><w:type></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TextDirection" /> <c><w:textDirection></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage" /> <c><w:vAlign></c></description></item> </list> </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.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="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 Office 2013 and later..</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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended"> <summary> <para>Previous Paragraph Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:pPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle" /> <c><w:cnfStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.OutlineLevel" /> <c><w:outlineLvl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FrameProperties" /> <c><w:framePr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Indentation" /> <c><w:ind></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Justification" /> <c><w:jc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DivId" /> <c><w:divId></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NumberingProperties" /> <c><w:numPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.KeepNext" /> <c><w:keepNext></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.KeepLines" /> <c><w:keepLines></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore" /> <c><w:pageBreakBefore></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.WidowControl" /> <c><w:widowControl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers" /> <c><w:suppressLineNumbers></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens" /> <c><w:suppressAutoHyphens></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Kinsoku" /> <c><w:kinsoku></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.WordWrap" /> <c><w:wordWrap></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation" /> <c><w:overflowPunct></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation" /> <c><w:topLinePunct></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE" /> <c><w:autoSpaceDE></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN" /> <c><w:autoSpaceDN></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BiDi" /> <c><w:bidi></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent" /> <c><w:adjustRightInd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SnapToGrid" /> <c><w:snapToGrid></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing" /> <c><w:contextualSpacing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MirrorIndents" /> <c><w:mirrorIndents></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap" /> <c><w:suppressOverlap></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders" /> <c><w:pBdr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Shading" /> <c><w:shd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines" /> <c><w:spacing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId" /> <c><w:pStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Tabs" /> <c><w:tabs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TextAlignment" /> <c><w:textAlignment></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap" /> <c><w:textboxTightWrap></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TextDirection" /> <c><w:textDirection></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties"> <summary> <para>Previous Run Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:rPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Border" /> <c><w:bdr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Color" /> <c><w:color></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout" /> <c><w:eastAsianLayout></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Emphasis" /> <c><w:em></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FitText" /> <c><w:fitText></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.RunFonts" /> <c><w:rFonts></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Highlight" /> <c><w:highlight></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Kern" /> <c><w:kern></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FontSize" /> <c><w:sz></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript" /> <c><w:szCs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Languages" /> <c><w:lang></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Bold" /> <c><w:b></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript" /> <c><w:bCs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Italic" /> <c><w:i></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript" /> <c><w:iCs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Caps" /> <c><w:caps></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SmallCaps" /> <c><w:smallCaps></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Strike" /> <c><w:strike></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DoubleStrike" /> <c><w:dstrike></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Outline" /> <c><w:outline></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Shadow" /> <c><w:shadow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Emboss" /> <c><w:emboss></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Imprint" /> <c><w:imprint></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NoProof" /> <c><w:noProof></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SnapToGrid" /> <c><w:snapToGrid></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Vanish" /> <c><w:vanish></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.WebHidden" /> <c><w:webHidden></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.RightToLeftText" /> <c><w:rtl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ComplexScript" /> <c><w:cs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SpecVanish" /> <c><w:specVanish></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Shading" /> <c><w:shd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Spacing" /> <c><w:spacing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Position" /> <c><w:position></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.RunStyle" /> <c><w:rStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TextEffect" /> <c><w:effect></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CharacterScale" /> <c><w:w></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Underline" /> <c><w:u></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment" /> <c><w:vertAlign></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.FillTextEffect" /> <c><w14:textFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.Glow" /> <c><w14:glow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.Ligatures" /> <c><w14:ligatures></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.NumberingFormat" /> <c><w14:numForm></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.NumberSpacing" /> <c><w14:numSpacing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.ContextualAlternatives" /> <c><w14:cntxtAlts></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.Properties3D" /> <c><w14:props3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.Reflection" /> <c><w14:reflection></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.Scene3D" /> <c><w14:scene3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.Shadow" /> <c><w14:shadow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.StylisticSets" /> <c><w14:stylisticSets></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect" /> <c><w14:textOutline></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties"> <summary> <para>Previous Run Properties for the Paragraph Mark.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:rPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Border" /> <c><w:bdr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Color" /> <c><w:color></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout" /> <c><w:eastAsianLayout></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Emphasis" /> <c><w:em></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FitText" /> <c><w:fitText></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.RunFonts" /> <c><w:rFonts></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Highlight" /> <c><w:highlight></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Kern" /> <c><w:kern></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FontSize" /> <c><w:sz></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript" /> <c><w:szCs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Languages" /> <c><w:lang></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Bold" /> <c><w:b></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript" /> <c><w:bCs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Italic" /> <c><w:i></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript" /> <c><w:iCs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Caps" /> <c><w:caps></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SmallCaps" /> <c><w:smallCaps></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Strike" /> <c><w:strike></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DoubleStrike" /> <c><w:dstrike></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Outline" /> <c><w:outline></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Shadow" /> <c><w:shadow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Emboss" /> <c><w:emboss></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Imprint" /> <c><w:imprint></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NoProof" /> <c><w:noProof></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SnapToGrid" /> <c><w:snapToGrid></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Vanish" /> <c><w:vanish></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.WebHidden" /> <c><w:webHidden></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.RightToLeftText" /> <c><w:rtl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ComplexScript" /> <c><w:cs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SpecVanish" /> <c><w:specVanish></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.OfficeMath" /> <c><w:oMath></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Shading" /> <c><w:shd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Spacing" /> <c><w:spacing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Position" /> <c><w:position></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.RunStyle" /> <c><w:rStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TextEffect" /> <c><w:effect></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CharacterScale" /> <c><w:w></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Inserted" /> <c><w:ins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Deleted" /> <c><w:del></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFrom" /> <c><w:moveFrom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveTo" /> <c><w:moveTo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.ConflictInsertion" /> <c><w14:conflictIns></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.ConflictDeletion" /> <c><w14:conflictDel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Underline" /> <c><w:u></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment" /> <c><w:vertAlign></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.FillTextEffect" /> <c><w14:textFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.Glow" /> <c><w14:glow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.Ligatures" /> <c><w14:ligatures></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.NumberingFormat" /> <c><w14:numForm></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.NumberSpacing" /> <c><w14:numSpacing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.ContextualAlternatives" /> <c><w14:cntxtAlts></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.Properties3D" /> <c><w14:props3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.Reflection" /> <c><w14:reflection></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.Scene3D" /> <c><w14:scene3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.Shadow" /> <c><w14:shadow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.StylisticSets" /> <c><w14:stylisticSets></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect" /> <c><w14:textOutline></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.NumberingLevelReference"> <summary> <para>Numbering Level Reference.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:ilvl.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingLevelReference.#ctor"> <summary> Initializes a new instance of the NumberingLevelReference class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.NumberingId"> <summary> <para>Numbering Definition Instance Reference.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:numId.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.StartNumberingValue"> <summary> <para>Starting Value.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:start.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.AbstractNumId"> <summary> <para>Abstract Numbering Definition Reference.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:abstractNumId.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.NonNegativeDecimalNumberType"> <summary> <para>Defines the NonNegativeDecimalNumberType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.NonNegativeDecimalNumberType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Wordprocessing.NumberingChange"> <summary> <para>Previous Paragraph Numbering Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:numberingChange.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingChange.#ctor"> <summary> Initializes a new instance of the NumberingChange class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties"> <summary> <para>Run Properties for the Paragraph Mark.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:rPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Border" /> <c><w:bdr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Color" /> <c><w:color></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout" /> <c><w:eastAsianLayout></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Emphasis" /> <c><w:em></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FitText" /> <c><w:fitText></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.RunFonts" /> <c><w:rFonts></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Highlight" /> <c><w:highlight></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Kern" /> <c><w:kern></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FontSize" /> <c><w:sz></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript" /> <c><w:szCs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Languages" /> <c><w:lang></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Bold" /> <c><w:b></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript" /> <c><w:bCs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Italic" /> <c><w:i></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript" /> <c><w:iCs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Caps" /> <c><w:caps></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SmallCaps" /> <c><w:smallCaps></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Strike" /> <c><w:strike></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DoubleStrike" /> <c><w:dstrike></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Outline" /> <c><w:outline></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Shadow" /> <c><w:shadow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Emboss" /> <c><w:emboss></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Imprint" /> <c><w:imprint></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NoProof" /> <c><w:noProof></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SnapToGrid" /> <c><w:snapToGrid></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Vanish" /> <c><w:vanish></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.WebHidden" /> <c><w:webHidden></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.RightToLeftText" /> <c><w:rtl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ComplexScript" /> <c><w:cs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SpecVanish" /> <c><w:specVanish></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.OfficeMath" /> <c><w:oMath></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange" /> <c><w:rPrChange></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Shading" /> <c><w:shd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Spacing" /> <c><w:spacing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Position" /> <c><w:position></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.RunStyle" /> <c><w:rStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TextEffect" /> <c><w:effect></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CharacterScale" /> <c><w:w></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Inserted" /> <c><w:ins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Deleted" /> <c><w:del></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFrom" /> <c><w:moveFrom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveTo" /> <c><w:moveTo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.ConflictInsertion" /> <c><w14:conflictIns></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.ConflictDeletion" /> <c><w14:conflictDel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Underline" /> <c><w:u></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment" /> <c><w:vertAlign></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.FillTextEffect" /> <c><w14:textFill></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.Glow" /> <c><w14:glow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.Ligatures" /> <c><w14:ligatures></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.NumberingFormat" /> <c><w14:numForm></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.NumberSpacing" /> <c><w14:numSpacing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.ContextualAlternatives" /> <c><w14:cntxtAlts></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.Properties3D" /> <c><w14:props3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.Reflection" /> <c><w14:reflection></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.Scene3D" /> <c><w14:scene3d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.Shadow" /> <c><w14:shadow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.StylisticSets" /> <c><w14:stylisticSets></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect" /> <c><w14:textOutline></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SectionProperties"> <summary> <para>Section Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:sectPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Columns" /> <c><w:cols></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns" /> <c><w15:footnoteColumns></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DocGrid" /> <c><w:docGrid></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties" /> <c><w:endnotePr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties" /> <c><w:footnotePr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.HeaderReference" /> <c><w:headerReference></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FooterReference" /> <c><w:footerReference></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.LineNumberType" /> <c><w:lnNumType></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FormProtection" /> <c><w:formProt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NoEndnote" /> <c><w:noEndnote></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TitlePage" /> <c><w:titlePg></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BiDi" /> <c><w:bidi></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.GutterOnRight" /> <c><w:rtlGutter></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PageBorders" /> <c><w:pgBorders></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PageMargin" /> <c><w:pgMar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PageNumberType" /> <c><w:pgNumType></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PageSize" /> <c><w:pgSz></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PaperSource" /> <c><w:paperSrc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PrinterSettingsReference" /> <c><w:printerSettings></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange" /> <c><w:sectPrChange></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SectionType" /> <c><w:type></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TextDirection" /> <c><w:textDirection></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage" /> <c><w:vAlign></c></description></item> </list> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.FieldData"> <summary> <para>Custom Field Data.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:fldData.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.FormFieldData"> <summary> <para>Form Field Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:ffData.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CheckBox" /> <c><w:checkBox></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField" /> <c><w:ddList></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.HelpText" /> <c><w:helpText></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FormFieldName" /> <c><w:name></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.StatusText" /> <c><w:statusText></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TextInput" /> <c><w:textInput></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.EntryMacro" /> <c><w:entryMacro></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ExitMacro" /> <c><w:exitMacro></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Enabled" /> <c><w:enabled></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CalculateOnExit" /> <c><w:calcOnExit></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.FormFieldName"> <summary> <para>Form Field Name.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:name.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.FormFieldName.#ctor"> <summary> Initializes a new instance of the FormFieldName class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.EntryMacro"> <summary> <para>Script Function to Execute on Form Field Entry.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:entryMacro.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.ExitMacro"> <summary> <para>Script Function to Execute on Form Field Exit.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:exitMacro.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.MacroNameType"> <summary> <para>Defines the MacroNameType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.MacroNameType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Wordprocessing.HelpText"> <summary> <para>Associated Help Text.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:helpText.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.HelpText.#ctor"> <summary> Initializes a new instance of the HelpText class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.StatusText"> <summary> <para>Associated Status Text.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:statusText.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.StatusText.#ctor"> <summary> Initializes a new instance of the StatusText class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.CheckBox"> <summary> <para>Checkbox Form Field Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:checkBox.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FormFieldSize" /> <c><w:size></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AutomaticallySizeFormField" /> <c><w:sizeAuto></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DefaultCheckBoxFormFieldState" /> <c><w:default></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Checked" /> <c><w:checked></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField"> <summary> <para>Drop-Down List Form Field Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:ddList.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DropDownListSelection" /> <c><w:result></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ListEntryFormField" /> <c><w:listEntry></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex" /> <c><w:default></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TextInput"> <summary> <para>Text Box Form Field Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:textInput.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldType" /> <c><w:type></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MaxLength" /> <c><w:maxLength></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DefaultTextBoxFormFieldString" /> <c><w:default></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Format" /> <c><w:format></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex"> <summary> <para>Default Drop-Down List Item Index.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:default.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex.#ctor"> <summary> Initializes a new instance of the DefaultDropDownListItemIndex class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.ListEntryFormField"> <summary> <para>Drop-Down List Entry.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:listEntry.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DefaultTextBoxFormFieldString"> <summary> <para>Default Text Box Form Field String.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:default.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.FrameName"> <summary> <para>Frame Name.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:name.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.String255Type"> <summary> <para>Defines the String255Type Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.String255Type.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldType"> <summary> <para>Text Box Form Field Type.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:type.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldType.#ctor"> <summary> Initializes a new instance of the TextBoxFormFieldType class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.MaxLength"> <summary> <para>Text Box Form Field Maximum Length.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:maxLength.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.MaxLength.#ctor"> <summary> Initializes a new instance of the MaxLength class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Format"> <summary> <para>Text Box Form Field Formatting.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:format.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.Format.#ctor"> <summary> Initializes a new instance of the Format class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Column"> <summary> <para>Single Column Definition.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:col.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.Column.#ctor"> <summary> Initializes a new instance of the Column class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange"> <summary> <para>Revision Information for Section Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:sectPrChange.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties" /> <c><w:sectPr></c></description></item> </list> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange"> <summary> <para>Revision Information for Run Properties on the Paragraph Mark.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:rPrChange.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties" /> <c><w:rPr></c></description></item> </list> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties"> <summary> <para>External Content Import Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:altChunkPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MatchSource" /> <c><w:matchSrc></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.RubyAlign"> <summary> <para>Phonetic Guide Text Alignment.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:rubyAlign.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.RubyAlign.#ctor"> <summary> Initializes a new instance of the RubyAlign class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideRaise"> <summary> <para>Distance Between Phonetic Guide Text and Phonetic Guide Base Text.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:hpsRaise.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideRaise.#ctor"> <summary> Initializes a new instance of the PhoneticGuideRaise class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.LanguageId"> <summary> <para>Language ID for Phonetic Guide.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:lid.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.LanguageId.#ctor"> <summary> Initializes a new instance of the LanguageId class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.RubyProperties"> <summary> <para>Phonetic Guide Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:rubyPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideTextFontSize" /> <c><w:hps></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideBaseTextSize" /> <c><w:hpsBaseText></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideRaise" /> <c><w:hpsRaise></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.LanguageId" /> <c><w:lid></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Dirty" /> <c><w:dirty></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.RubyAlign" /> <c><w:rubyAlign></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.RubyContent"> <summary> <para>Phonetic Guide Text.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:rt.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Accent" /> <c><m:acc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Bar" /> <c><m:bar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.BorderBox" /> <c><m:borderBox></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Box" /> <c><m:box></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Delimiter" /> <c><m:d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.EquationArray" /> <c><m:eqArr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Fraction" /> <c><m:f></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.MathFunction" /> <c><m:func></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.GroupChar" /> <c><m:groupChr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.LimitLower" /> <c><m:limLow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.LimitUpper" /> <c><m:limUpp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Matrix" /> <c><m:m></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Nary" /> <c><m:nary></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.OfficeMath" /> <c><m:oMath></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Paragraph" /> <c><m:oMathPara></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Phantom" /> <c><m:phant></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Run" /> <c><m:r></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Radical" /> <c><m:rad></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.PreSubSuper" /> <c><m:sPre></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Subscript" /> <c><m:sSub></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.SubSuperscript" /> <c><m:sSubSup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Superscript" /> <c><m:sSup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart" /> <c><w:bookmarkStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ContentPart" /> <c><w:contentPart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby" /> <c><w:customXml></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby" /> <c><w:hyperlink></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd" /> <c><w:customXmlInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd" /> <c><w:customXmlDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd" /> <c><w:customXmlMoveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd" /> <c><w:customXmlMoveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd" /> <c><w14:customXmlConflictInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd" /> <c><w14:customXmlConflictDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd" /> <c><w:bookmarkEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart" /> <c><w:commentRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd" /> <c><w:commentRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd" /> <c><w:moveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd" /> <c><w:moveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart" /> <c><w:moveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart" /> <c><w:moveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermEnd" /> <c><w:permEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermStart" /> <c><w:permStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ProofError" /> <c><w:proofErr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Run" /> <c><w:r></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.InsertedRun" /> <c><w:ins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DeletedRun" /> <c><w:del></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRun" /> <c><w:moveFrom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRun" /> <c><w:moveTo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion" /> <c><w14:conflictIns></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion" /> <c><w14:conflictDel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby" /> <c><w:sdt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby" /> <c><w:fldSimple></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart" /> <c><w:customXmlInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart" /> <c><w:customXmlDelRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart" /> <c><w:customXmlMoveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart" /> <c><w:customXmlMoveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart" /> <c><w14:customXmlConflictInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart" /> <c><w14:customXmlConflictDelRangeStart></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.RubyBase"> <summary> <para>Phonetic Guide Base Text.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:rubyBase.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Accent" /> <c><m:acc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Bar" /> <c><m:bar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.BorderBox" /> <c><m:borderBox></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Box" /> <c><m:box></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Delimiter" /> <c><m:d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.EquationArray" /> <c><m:eqArr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Fraction" /> <c><m:f></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.MathFunction" /> <c><m:func></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.GroupChar" /> <c><m:groupChr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.LimitLower" /> <c><m:limLow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.LimitUpper" /> <c><m:limUpp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Matrix" /> <c><m:m></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Nary" /> <c><m:nary></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.OfficeMath" /> <c><m:oMath></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Paragraph" /> <c><m:oMathPara></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Phantom" /> <c><m:phant></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Run" /> <c><m:r></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Radical" /> <c><m:rad></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.PreSubSuper" /> <c><m:sPre></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Subscript" /> <c><m:sSub></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.SubSuperscript" /> <c><m:sSubSup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Superscript" /> <c><m:sSup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart" /> <c><w:bookmarkStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ContentPart" /> <c><w:contentPart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby" /> <c><w:customXml></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby" /> <c><w:hyperlink></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd" /> <c><w:customXmlInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd" /> <c><w:customXmlDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd" /> <c><w:customXmlMoveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd" /> <c><w:customXmlMoveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd" /> <c><w14:customXmlConflictInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd" /> <c><w14:customXmlConflictDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd" /> <c><w:bookmarkEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart" /> <c><w:commentRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd" /> <c><w:commentRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd" /> <c><w:moveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd" /> <c><w:moveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart" /> <c><w:moveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart" /> <c><w:moveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermEnd" /> <c><w:permEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermStart" /> <c><w:permStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ProofError" /> <c><w:proofErr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Run" /> <c><w:r></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.InsertedRun" /> <c><w:ins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DeletedRun" /> <c><w:del></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRun" /> <c><w:moveFrom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRun" /> <c><w:moveTo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion" /> <c><w14:conflictIns></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion" /> <c><w14:conflictDel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby" /> <c><w:sdt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby" /> <c><w:fldSimple></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart" /> <c><w:customXmlInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart" /> <c><w:customXmlDelRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart" /> <c><w:customXmlMoveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart" /> <c><w:customXmlMoveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart" /> <c><w14:customXmlConflictInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart" /> <c><w14:customXmlConflictDelRangeStart></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.RubyContentType"> <summary> <para>Defines the RubyContentType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Accent" /> <c><m:acc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Bar" /> <c><m:bar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.BorderBox" /> <c><m:borderBox></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Box" /> <c><m:box></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Delimiter" /> <c><m:d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.EquationArray" /> <c><m:eqArr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Fraction" /> <c><m:f></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.MathFunction" /> <c><m:func></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.GroupChar" /> <c><m:groupChr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.LimitLower" /> <c><m:limLow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.LimitUpper" /> <c><m:limUpp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Matrix" /> <c><m:m></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Nary" /> <c><m:nary></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.OfficeMath" /> <c><m:oMath></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Paragraph" /> <c><m:oMathPara></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Phantom" /> <c><m:phant></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Run" /> <c><m:r></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Radical" /> <c><m:rad></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.PreSubSuper" /> <c><m:sPre></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Subscript" /> <c><m:sSub></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.SubSuperscript" /> <c><m:sSubSup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Superscript" /> <c><m:sSup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart" /> <c><w:bookmarkStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ContentPart" /> <c><w:contentPart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby" /> <c><w:customXml></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby" /> <c><w:hyperlink></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd" /> <c><w:customXmlInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd" /> <c><w:customXmlDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd" /> <c><w:customXmlMoveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd" /> <c><w:customXmlMoveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd" /> <c><w14:customXmlConflictInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd" /> <c><w14:customXmlConflictDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd" /> <c><w:bookmarkEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart" /> <c><w:commentRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd" /> <c><w:commentRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd" /> <c><w:moveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd" /> <c><w:moveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart" /> <c><w:moveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart" /> <c><w:moveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermEnd" /> <c><w:permEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermStart" /> <c><w:permStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ProofError" /> <c><w:proofErr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Run" /> <c><w:r></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.InsertedRun" /> <c><w:ins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DeletedRun" /> <c><w:del></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRun" /> <c><w:moveFrom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRun" /> <c><w:moveTo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion" /> <c><w14:conflictIns></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion" /> <c><w14:conflictDel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby" /> <c><w:sdt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby" /> <c><w:fldSimple></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart" /> <c><w:customXmlInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart" /> <c><w:customXmlDelRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart" /> <c><w:customXmlMoveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart" /> <c><w:customXmlMoveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart" /> <c><w14:customXmlConflictInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart" /> <c><w14:customXmlConflictDelRangeStart></c></description></item> </list> </remark> </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>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:storeMappedDataAs.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtDateMappingType.#ctor"> <summary> Initializes a new instance of the SdtDateMappingType class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Calendar"> <summary> <para>Date Picker Calendar Type.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:calendar.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.Calendar.#ctor"> <summary> Initializes a new instance of the Calendar class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.ListItem"> <summary> <para>Combo Box List Item.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:listItem.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.ListItem.#ctor"> <summary> Initializes a new instance of the ListItem class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtProperties"> <summary> <para>Structured Document Tag Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:sdtPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Word.Color" /> <c><w15:color></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DataBinding" /> <c><w:dataBinding></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Word.DataBinding" /> <c><w15:dataBinding></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtId" /> <c><w:id></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentEquation" /> <c><w:equation></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentPicture" /> <c><w:picture></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentRichText" /> <c><w:richText></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentCitation" /> <c><w:citation></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentGroup" /> <c><w:group></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentBibliography" /> <c><w:bibliography></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.EntityPickerEmpty" /> <c><w14:entityPicker></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSectionItem" /> <c><w15:repeatingSectionItem></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Lock" /> <c><w:lock></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ShowingPlaceholder" /> <c><w:showingPlcHdr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TemporarySdt" /> <c><w:temporary></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Word.WebExtensionLinked" /> <c><w15:webExtensionLinked></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Word.WebExtensionCreated" /> <c><w15:webExtensionCreated></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder" /> <c><w:placeholder></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.RunProperties" /> <c><w:rPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox" /> <c><w:comboBox></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentDate" /> <c><w:date></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartObject" /> <c><w:docPartObj></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartList" /> <c><w:docPartList></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList" /> <c><w:dropDownList></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentText" /> <c><w:text></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtAlias" /> <c><w:alias></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Tag" /> <c><w:tag></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox" /> <c><w14:checkbox></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Word.Appearance" /> <c><w15:appearance></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection" /> <c><w15:repeatingSection></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties"> <summary> <para>Structured Document Tag End Character Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:sdtEndPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.RunProperties" /> <c><w:rPr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock"> <summary> <para>Block-Level Structured Document Tag Content.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:sdtContent.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart" /> <c><w:bookmarkStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ContentPart" /> <c><w:contentPart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock" /> <c><w:customXml></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd" /> <c><w:customXmlInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd" /> <c><w:customXmlDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd" /> <c><w:customXmlMoveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd" /> <c><w:customXmlMoveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd" /> <c><w14:customXmlConflictInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd" /> <c><w14:customXmlConflictDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd" /> <c><w:bookmarkEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart" /> <c><w:commentRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd" /> <c><w:commentRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd" /> <c><w:moveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd" /> <c><w:moveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart" /> <c><w:moveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart" /> <c><w:moveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Paragraph" /> <c><w:p></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermEnd" /> <c><w:permEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermStart" /> <c><w:permStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ProofError" /> <c><w:proofErr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.InsertedRun" /> <c><w:ins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DeletedRun" /> <c><w:del></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRun" /> <c><w:moveFrom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRun" /> <c><w:moveTo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion" /> <c><w14:conflictIns></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion" /> <c><w14:conflictDel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtBlock" /> <c><w:sdt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Table" /> <c><w:tbl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart" /> <c><w:customXmlInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart" /> <c><w:customXmlDelRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart" /> <c><w:customXmlMoveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart" /> <c><w:customXmlMoveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart" /> <c><w14:customXmlConflictInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart" /> <c><w14:customXmlConflictDelRangeStart></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentRun"> <summary> <para>Inline-Level Structured Document Tag Content.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:sdtContent.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Accent" /> <c><m:acc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Bar" /> <c><m:bar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.BorderBox" /> <c><m:borderBox></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Box" /> <c><m:box></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Delimiter" /> <c><m:d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.EquationArray" /> <c><m:eqArr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Fraction" /> <c><m:f></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.MathFunction" /> <c><m:func></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.GroupChar" /> <c><m:groupChr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.LimitLower" /> <c><m:limLow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.LimitUpper" /> <c><m:limUpp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Matrix" /> <c><m:m></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Nary" /> <c><m:nary></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.OfficeMath" /> <c><m:oMath></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Paragraph" /> <c><m:oMathPara></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Phantom" /> <c><m:phant></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Run" /> <c><m:r></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Radical" /> <c><m:rad></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.PreSubSuper" /> <c><m:sPre></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Subscript" /> <c><m:sSub></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.SubSuperscript" /> <c><m:sSubSup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Superscript" /> <c><m:sSup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride" /> <c><w:bdo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart" /> <c><w:bookmarkStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ContentPart" /> <c><w:contentPart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun" /> <c><w:customXml></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding" /> <c><w:dir></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Hyperlink" /> <c><w:hyperlink></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd" /> <c><w:customXmlInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd" /> <c><w:customXmlDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd" /> <c><w:customXmlMoveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd" /> <c><w:customXmlMoveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd" /> <c><w14:customXmlConflictInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd" /> <c><w14:customXmlConflictDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd" /> <c><w:bookmarkEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart" /> <c><w:commentRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd" /> <c><w:commentRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd" /> <c><w:moveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd" /> <c><w:moveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart" /> <c><w:moveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart" /> <c><w:moveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermEnd" /> <c><w:permEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermStart" /> <c><w:permStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ProofError" /> <c><w:proofErr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Run" /> <c><w:r></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SubDocumentReference" /> <c><w:subDoc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.InsertedRun" /> <c><w:ins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DeletedRun" /> <c><w:del></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRun" /> <c><w:moveFrom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRun" /> <c><w:moveTo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion" /> <c><w14:conflictIns></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion" /> <c><w14:conflictDel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtRun" /> <c><w:sdt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SimpleField" /> <c><w:fldSimple></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart" /> <c><w:customXmlInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart" /> <c><w:customXmlDelRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart" /> <c><w:customXmlMoveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart" /> <c><w:customXmlMoveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart" /> <c><w14:customXmlConflictInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart" /> <c><w14:customXmlConflictDelRangeStart></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby"> <summary> <para>Defines the SdtContentRunRuby Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:sdtContent.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Accent" /> <c><m:acc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Bar" /> <c><m:bar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.BorderBox" /> <c><m:borderBox></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Box" /> <c><m:box></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Delimiter" /> <c><m:d></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.EquationArray" /> <c><m:eqArr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Fraction" /> <c><m:f></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.MathFunction" /> <c><m:func></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.GroupChar" /> <c><m:groupChr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.LimitLower" /> <c><m:limLow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.LimitUpper" /> <c><m:limUpp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Matrix" /> <c><m:m></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Nary" /> <c><m:nary></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.OfficeMath" /> <c><m:oMath></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Paragraph" /> <c><m:oMathPara></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Phantom" /> <c><m:phant></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Run" /> <c><m:r></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Radical" /> <c><m:rad></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.PreSubSuper" /> <c><m:sPre></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Subscript" /> <c><m:sSub></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.SubSuperscript" /> <c><m:sSubSup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Math.Superscript" /> <c><m:sSup></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart" /> <c><w:bookmarkStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ContentPart" /> <c><w:contentPart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby" /> <c><w:customXml></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby" /> <c><w:hyperlink></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd" /> <c><w:customXmlInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd" /> <c><w:customXmlDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd" /> <c><w:customXmlMoveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd" /> <c><w:customXmlMoveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd" /> <c><w14:customXmlConflictInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd" /> <c><w14:customXmlConflictDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd" /> <c><w:bookmarkEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart" /> <c><w:commentRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd" /> <c><w:commentRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd" /> <c><w:moveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd" /> <c><w:moveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart" /> <c><w:moveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart" /> <c><w:moveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermEnd" /> <c><w:permEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermStart" /> <c><w:permStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ProofError" /> <c><w:proofErr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Run" /> <c><w:r></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.InsertedRun" /> <c><w:ins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DeletedRun" /> <c><w:del></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRun" /> <c><w:moveFrom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRun" /> <c><w:moveTo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion" /> <c><w14:conflictIns></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion" /> <c><w14:conflictDel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby" /> <c><w:sdt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby" /> <c><w:fldSimple></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart" /> <c><w:customXmlInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart" /> <c><w:customXmlDelRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart" /> <c><w:customXmlMoveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart" /> <c><w:customXmlMoveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart" /> <c><w14:customXmlConflictInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart" /> <c><w14:customXmlConflictDelRangeStart></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentCell"> <summary> <para>Cell-Level Structured Document Tag Content.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:sdtContent.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart" /> <c><w:bookmarkStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ContentPart" /> <c><w:contentPart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell" /> <c><w:customXml></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd" /> <c><w:customXmlInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd" /> <c><w:customXmlDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd" /> <c><w:customXmlMoveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd" /> <c><w:customXmlMoveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd" /> <c><w14:customXmlConflictInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd" /> <c><w14:customXmlConflictDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd" /> <c><w:bookmarkEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart" /> <c><w:commentRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd" /> <c><w:commentRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd" /> <c><w:moveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd" /> <c><w:moveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart" /> <c><w:moveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart" /> <c><w:moveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermEnd" /> <c><w:permEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermStart" /> <c><w:permStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ProofError" /> <c><w:proofErr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.InsertedRun" /> <c><w:ins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DeletedRun" /> <c><w:del></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRun" /> <c><w:moveFrom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRun" /> <c><w:moveTo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion" /> <c><w14:conflictIns></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion" /> <c><w14:conflictDel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtCell" /> <c><w:sdt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableCell" /> <c><w:tc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart" /> <c><w:customXmlInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart" /> <c><w:customXmlDelRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart" /> <c><w:customXmlMoveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart" /> <c><w:customXmlMoveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart" /> <c><w14:customXmlConflictInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart" /> <c><w14:customXmlConflictDelRangeStart></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentRow"> <summary> <para>Row-Level Structured Document Tag Content.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:sdtContent.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart" /> <c><w:bookmarkStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ContentPart" /> <c><w:contentPart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow" /> <c><w:customXml></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd" /> <c><w:customXmlInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd" /> <c><w:customXmlDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd" /> <c><w:customXmlMoveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd" /> <c><w:customXmlMoveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd" /> <c><w14:customXmlConflictInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd" /> <c><w14:customXmlConflictDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd" /> <c><w:bookmarkEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart" /> <c><w:commentRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd" /> <c><w:commentRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd" /> <c><w:moveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd" /> <c><w:moveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart" /> <c><w:moveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart" /> <c><w:moveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermEnd" /> <c><w:permEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermStart" /> <c><w:permStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ProofError" /> <c><w:proofErr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableRow" /> <c><w:tr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.InsertedRun" /> <c><w:ins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DeletedRun" /> <c><w:del></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRun" /> <c><w:moveFrom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRun" /> <c><w:moveTo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion" /> <c><w14:conflictIns></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion" /> <c><w14:conflictDel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtRow" /> <c><w:sdt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart" /> <c><w:customXmlInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart" /> <c><w:customXmlDelRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart" /> <c><w:customXmlMoveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart" /> <c><w:customXmlMoveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart" /> <c><w14:customXmlConflictInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart" /> <c><w14:customXmlConflictDelRangeStart></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties"> <summary> <para>Custom XML Element Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:customXmlPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlPlaceholder" /> <c><w:placeholder></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute" /> <c><w:attr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute"> <summary> <para>Custom XML Attribute.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:attr.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.#ctor"> <summary> Initializes a new instance of the CustomXmlAttribute class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.GridColumn"> <summary> <para>Grid Column Definition.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:gridCol.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.GridColumn.#ctor"> <summary> Initializes a new instance of the GridColumn class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableGridChange"> <summary> <para>Revision Information for Table Grid Column Definitions.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:tblGridChange.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid" /> <c><w:tblGrid></c></description></item> </list> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange"> <summary> <para>Revision Information for Table Cell Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:tcPrChange.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties" /> <c><w:tcPr></c></description></item> </list> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableCellProperties"> <summary> <para>Table Cell Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:tcPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CellMerge" /> <c><w:cellMerge></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle" /> <c><w:cnfStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.GridSpan" /> <c><w:gridSpan></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge" /> <c><w:hMerge></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NoWrap" /> <c><w:noWrap></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableCellFitText" /> <c><w:tcFitText></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.HideMark" /> <c><w:hideMark></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Shading" /> <c><w:shd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableCellWidth" /> <c><w:tcW></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableCellBorders" /> <c><w:tcBorders></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableCellMargin" /> <c><w:tcMar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange" /> <c><w:tcPrChange></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TextDirection" /> <c><w:textDirection></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CellInsertion" /> <c><w:cellIns></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CellDeletion" /> <c><w:cellDel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment" /> <c><w:vAlign></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.VerticalMerge" /> <c><w:vMerge></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange"> <summary> <para>Revision Information for Table Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:tblPrChange.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties" /> <c><w:tblPr></c></description></item> </list> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange"> <summary> <para>Revision Information for Table-Level Property Exceptions.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:tblPrExChange.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions" /> <c><w:tblPrEx></c></description></item> </list> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableProperties"> <summary> <para>Table Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:tblPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BiDiVisual" /> <c><w:bidiVisual></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Shading" /> <c><w:shd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableCaption" /> <c><w:tblCaption></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableDescription" /> <c><w:tblDescription></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableStyle" /> <c><w:tblStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableBorders" /> <c><w:tblBorders></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault" /> <c><w:tblCellMar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableJustification" /> <c><w:jc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableLayout" /> <c><w:tblLayout></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableLook" /> <c><w:tblLook></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableOverlap" /> <c><w:tblOverlap></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties" /> <c><w:tblpPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange" /> <c><w:tblPrChange></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableWidth" /> <c><w:tblW></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing" /> <c><w:tblCellSpacing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableIndentation" /> <c><w:tblInd></c></description></item> </list> </remark> </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 Office 2010 and later..</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 Office 2010 and later..</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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableGrid"> <summary> <para>Table Grid.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:tblGrid.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableGridChange" /> <c><w:tblGridChange></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.GridColumn" /> <c><w:gridCol></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.FootnotePosition"> <summary> <para>Footnote Placement.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:pos.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.FootnotePosition.#ctor"> <summary> Initializes a new instance of the FootnotePosition class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.NumberingFormat"> <summary> <para>Footnote Numbering Format.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:numFmt.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingFormat.#ctor"> <summary> Initializes a new instance of the NumberingFormat class. </summary> </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 Office 2010 and later.</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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.EndnotePosition"> <summary> <para>Endnote Placement.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:pos.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.EndnotePosition.#ctor"> <summary> Initializes a new instance of the EndnotePosition class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.FootnoteSpecialReference"> <summary> <para>Special Footnote List.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:footnote.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.EndnoteSpecialReference"> <summary> <para>Special Endnote List.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:endnote.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteSeparatorReferenceType"> <summary> <para>Defines the FootnoteEndnoteSeparatorReferenceType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteSeparatorReferenceType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Wordprocessing.ColumnIndex"> <summary> <para>Index of Column Containing Unique Values for Record.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:column.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.ColumnDelimiter"> <summary> <para>Column Delimiter for Data Source.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:colDelim.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberType"> <summary> <para>Defines the UnsignedDecimalNumberType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Wordprocessing.UniqueTag"> <summary> <para>Unique Value for Record.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:uniqueTag.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.UniqueTag.#ctor"> <summary> Initializes a new instance of the UniqueTag class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.RecipientData"> <summary> <para>Data About Single Data Source Record.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:recipientData.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.UniqueTag" /> <c><w:uniqueTag></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Active" /> <c><w:active></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ColumnIndex" /> <c><w:column></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.MailMergeFieldType"> <summary> <para>Merge Field Mapping.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:type.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.MailMergeFieldType.#ctor"> <summary> Initializes a new instance of the MailMergeFieldType class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.MailMergeSource"> <summary> <para>ODSO Data Source Type.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:type.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.MailMergeSource.#ctor"> <summary> Initializes a new instance of the MailMergeSource class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.FieldMapData"> <summary> <para>External Data Source to Merge Field Mapping.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:fieldMapData.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.LanguageId" /> <c><w:lid></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MailMergeFieldType" /> <c><w:type></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DynamicAddress" /> <c><w:dynamicAddress></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Name" /> <c><w:name></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MappedName" /> <c><w:mappedName></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ColumnIndex" /> <c><w:column></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.MainDocumentType"> <summary> <para>Source Document Type.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:mainDocumentType.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.MainDocumentType.#ctor"> <summary> Initializes a new instance of the MainDocumentType class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DataType"> <summary> <para>Data Source Type.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:dataType.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.DataType.#ctor"> <summary> Initializes a new instance of the DataType class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Destination"> <summary> <para>Merged Document Destination.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:destination.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.Destination.#ctor"> <summary> Initializes a new instance of the Destination class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DataSourceObject"> <summary> <para>Office Data Source Object Settings.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:odso.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MailMergeSource" /> <c><w:type></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FieldMapData" /> <c><w:fieldMapData></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FirstRowHeader" /> <c><w:fHdr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SourceReference" /> <c><w:src></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.RecipientDataReference" /> <c><w:recipientData></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.UdlConnectionString" /> <c><w:udl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DataSourceTableName" /> <c><w:table></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ColumnDelimiter" /> <c><w:colDelim></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DocumentVariable"> <summary> <para>Single Document Variable.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:docVar.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocumentVariable.#ctor"> <summary> Initializes a new instance of the DocumentVariable class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.RsidRoot"> <summary> <para>Original Document Revision Save ID.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:rsidRoot.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Rsid"> <summary> <para>Single Session Revision Save ID.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:rsid.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Nsid"> <summary> <para>Abstract Numbering Definition Identifier.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:nsid.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TemplateCode"> <summary> <para>Numbering Template Code.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:tmpl.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.LongHexNumberType"> <summary> <para>Defines the LongHexNumberType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.LongHexNumberType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle"> <summary> <para>Run Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:rPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Border" /> <c><w:bdr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Color" /> <c><w:color></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout" /> <c><w:eastAsianLayout></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Emphasis" /> <c><w:em></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FitText" /> <c><w:fitText></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.RunFonts" /> <c><w:rFonts></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Kern" /> <c><w:kern></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FontSize" /> <c><w:sz></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript" /> <c><w:szCs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Languages" /> <c><w:lang></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Bold" /> <c><w:b></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript" /> <c><w:bCs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Italic" /> <c><w:i></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript" /> <c><w:iCs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Caps" /> <c><w:caps></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SmallCaps" /> <c><w:smallCaps></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Strike" /> <c><w:strike></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DoubleStrike" /> <c><w:dstrike></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Outline" /> <c><w:outline></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Shadow" /> <c><w:shadow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Emboss" /> <c><w:emboss></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Imprint" /> <c><w:imprint></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NoProof" /> <c><w:noProof></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SnapToGrid" /> <c><w:snapToGrid></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Vanish" /> <c><w:vanish></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.WebHidden" /> <c><w:webHidden></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SpecVanish" /> <c><w:specVanish></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Shading" /> <c><w:shd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Spacing" /> <c><w:spacing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Position" /> <c><w:position></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TextEffect" /> <c><w:effect></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CharacterScale" /> <c><w:w></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Underline" /> <c><w:u></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment" /> <c><w:vertAlign></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle"> <summary> <para>Paragraph Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:pPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.OutlineLevel" /> <c><w:outlineLvl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FrameProperties" /> <c><w:framePr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Indentation" /> <c><w:ind></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Justification" /> <c><w:jc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NumberingProperties" /> <c><w:numPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.KeepNext" /> <c><w:keepNext></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.KeepLines" /> <c><w:keepLines></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore" /> <c><w:pageBreakBefore></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.WidowControl" /> <c><w:widowControl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers" /> <c><w:suppressLineNumbers></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens" /> <c><w:suppressAutoHyphens></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Kinsoku" /> <c><w:kinsoku></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.WordWrap" /> <c><w:wordWrap></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation" /> <c><w:overflowPunct></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation" /> <c><w:topLinePunct></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE" /> <c><w:autoSpaceDE></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN" /> <c><w:autoSpaceDN></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BiDi" /> <c><w:bidi></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent" /> <c><w:adjustRightInd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SnapToGrid" /> <c><w:snapToGrid></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing" /> <c><w:contextualSpacing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MirrorIndents" /> <c><w:mirrorIndents></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap" /> <c><w:suppressOverlap></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders" /> <c><w:pBdr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Shading" /> <c><w:shd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines" /> <c><w:spacing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Tabs" /> <c><w:tabs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TextAlignment" /> <c><w:textAlignment></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap" /> <c><w:textboxTightWrap></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TextDirection" /> <c><w:textDirection></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault"> <summary> <para>Default Run Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:rPrDefault.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle" /> <c><w:rPr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault"> <summary> <para>Default Paragraph Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:pPrDefault.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle" /> <c><w:pPr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.MarginWidth"> <summary> <para>Left and Right Margin for Frame.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:marW.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.MarginHeight"> <summary> <para>Top and Bottom Margin for Frame.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:marH.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.PixelsMeasureType"> <summary> <para>Defines the PixelsMeasureType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.PixelsMeasureType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Wordprocessing.ScrollbarVisibility"> <summary> <para>Scrollbar Display Option.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:scrollbar.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.ScrollbarVisibility.#ctor"> <summary> Initializes a new instance of the ScrollbarVisibility class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Width"> <summary> <para>Frameset Splitter Width.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:w.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.HyphenationZone"> <summary> <para>Hyphenation Zone.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:hyphenationZone.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalSpacing"> <summary> <para>Drawing Grid Horizontal Grid Unit Size.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:drawingGridHorizontalSpacing.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalSpacing"> <summary> <para>Drawing Grid Vertical Grid Unit Size.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:drawingGridVerticalSpacing.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalOrigin"> <summary> <para>Drawing Grid Horizontal Origin Point.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:drawingGridHorizontalOrigin.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalOrigin"> <summary> <para>Drawing Grid Vertical Origin Point.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:drawingGridVerticalOrigin.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TwipsMeasureType"> <summary> <para>Defines the TwipsMeasureType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.TwipsMeasureType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar"> <summary> <para>Frameset Splitter Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:framesetSplitbar.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Color" /> <c><w:color></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NoBorder" /> <c><w:noBorder></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FlatBorders" /> <c><w:flatBorders></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Width" /> <c><w:w></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.FrameLayout"> <summary> <para>Frameset Layout.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:frameLayout.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.FrameLayout.#ctor"> <summary> Initializes a new instance of the FrameLayout class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Frameset"> <summary> <para>Nested Frameset Definition.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:frameset.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Frame" /> <c><w:frame></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FrameLayout" /> <c><w:frameLayout></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Frameset" /> <c><w:frameset></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar" /> <c><w:framesetSplitbar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FrameSize" /> <c><w:sz></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Frame"> <summary> <para>Single Frame Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:frame.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ScrollbarVisibility" /> <c><w:scrollbar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NoResizeAllowed" /> <c><w:noResizeAllowed></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.LinkedToFile" /> <c><w:linkedToFile></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MarginWidth" /> <c><w:marW></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MarginHeight" /> <c><w:marH></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SourceFileReference" /> <c><w:sourceFileName></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FrameSize" /> <c><w:sz></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FrameName" /> <c><w:name></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.LevelSuffix"> <summary> <para>Content Between Numbering Symbol and Paragraph Text.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:suff.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.LevelSuffix.#ctor"> <summary> Initializes a new instance of the LevelSuffix class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.LevelText"> <summary> <para>Numbering Level Text.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:lvlText.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.LevelText.#ctor"> <summary> Initializes a new instance of the LevelText class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering"> <summary> <para>Legacy Numbering Level Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:legacy.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.#ctor"> <summary> Initializes a new instance of the LegacyNumbering class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.LevelJustification"> <summary> <para>Justification.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:lvlJc.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.LevelJustification.#ctor"> <summary> Initializes a new instance of the LevelJustification class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties"> <summary> <para>Numbering Level Associated Paragraph Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:pPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.OutlineLevel" /> <c><w:outlineLvl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FrameProperties" /> <c><w:framePr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Indentation" /> <c><w:ind></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Justification" /> <c><w:jc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NumberingProperties" /> <c><w:numPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.KeepNext" /> <c><w:keepNext></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.KeepLines" /> <c><w:keepLines></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore" /> <c><w:pageBreakBefore></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.WidowControl" /> <c><w:widowControl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers" /> <c><w:suppressLineNumbers></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens" /> <c><w:suppressAutoHyphens></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Kinsoku" /> <c><w:kinsoku></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.WordWrap" /> <c><w:wordWrap></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation" /> <c><w:overflowPunct></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation" /> <c><w:topLinePunct></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE" /> <c><w:autoSpaceDE></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN" /> <c><w:autoSpaceDN></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BiDi" /> <c><w:bidi></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent" /> <c><w:adjustRightInd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SnapToGrid" /> <c><w:snapToGrid></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing" /> <c><w:contextualSpacing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MirrorIndents" /> <c><w:mirrorIndents></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap" /> <c><w:suppressOverlap></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders" /> <c><w:pBdr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Shading" /> <c><w:shd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines" /> <c><w:spacing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId" /> <c><w:pStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Tabs" /> <c><w:tabs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TextAlignment" /> <c><w:textAlignment></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap" /> <c><w:textboxTightWrap></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TextDirection" /> <c><w:textDirection></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties"> <summary> <para>Numbering Symbol Run Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:rPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Border" /> <c><w:bdr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Color" /> <c><w:color></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout" /> <c><w:eastAsianLayout></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Emphasis" /> <c><w:em></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FitText" /> <c><w:fitText></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.RunFonts" /> <c><w:rFonts></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Kern" /> <c><w:kern></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FontSize" /> <c><w:sz></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript" /> <c><w:szCs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Languages" /> <c><w:lang></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Bold" /> <c><w:b></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript" /> <c><w:bCs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Italic" /> <c><w:i></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript" /> <c><w:iCs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Caps" /> <c><w:caps></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SmallCaps" /> <c><w:smallCaps></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Strike" /> <c><w:strike></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DoubleStrike" /> <c><w:dstrike></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Outline" /> <c><w:outline></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Shadow" /> <c><w:shadow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Emboss" /> <c><w:emboss></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Imprint" /> <c><w:imprint></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NoProof" /> <c><w:noProof></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SnapToGrid" /> <c><w:snapToGrid></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Vanish" /> <c><w:vanish></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.WebHidden" /> <c><w:webHidden></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.RightToLeftText" /> <c><w:rtl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ComplexScript" /> <c><w:cs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SpecVanish" /> <c><w:specVanish></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Shading" /> <c><w:shd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Spacing" /> <c><w:spacing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Position" /> <c><w:position></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TextEffect" /> <c><w:effect></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CharacterScale" /> <c><w:w></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Underline" /> <c><w:u></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment" /> <c><w:vertAlign></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.MultiLevelType"> <summary> <para>Abstract Numbering Definition Type.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:multiLevelType.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.MultiLevelType.#ctor"> <summary> Initializes a new instance of the MultiLevelType class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Level"> <summary> <para>Numbering Level Definition.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:lvl.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.LevelRestart" /> <c><w:lvlRestart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.LevelPictureBulletId" /> <c><w:lvlPicBulletId></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.LevelJustification" /> <c><w:lvlJc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.LevelSuffix" /> <c><w:suff></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.LevelText" /> <c><w:lvlText></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering" /> <c><w:legacy></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.StartNumberingValue" /> <c><w:start></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NumberingFormat" /> <c><w:numFmt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.IsLegalNumberingStyle" /> <c><w:isLgl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties" /> <c><w:pPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties" /> <c><w:rPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleIdInLevel" /> <c><w:pStyle></c></description></item> </list> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.LevelOverride"> <summary> <para>Numbering Level Definition Override.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:lvlOverride.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.StartOverrideNumberingValue" /> <c><w:startOverride></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Level" /> <c><w:lvl></c></description></item> </list> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet"> <summary> <para>Picture Numbering Symbol Definition.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:numPicBullet.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Drawing" /> <c><w:drawing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase" /> <c><w:pict></c></description></item> </list> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.AbstractNum"> <summary> <para>Abstract Numbering Definition.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:abstractNum.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Nsid" /> <c><w:nsid></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TemplateCode" /> <c><w:tmpl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Level" /> <c><w:lvl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MultiLevelType" /> <c><w:multiLevelType></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AbstractNumDefinitionName" /> <c><w:name></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.StyleLink" /> <c><w:styleLink></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NumberingStyleLink" /> <c><w:numStyleLink></c></description></item> </list> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.NumberingInstance"> <summary> <para>Numbering Definition Instance.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:num.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AbstractNumId" /> <c><w:abstractNumId></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.LevelOverride" /> <c><w:lvlOverride></c></description></item> </list> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties"> <summary> <para>Table Style Conditional Formatting Paragraph Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:pPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.OutlineLevel" /> <c><w:outlineLvl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FrameProperties" /> <c><w:framePr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Indentation" /> <c><w:ind></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Justification" /> <c><w:jc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NumberingProperties" /> <c><w:numPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.KeepNext" /> <c><w:keepNext></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.KeepLines" /> <c><w:keepLines></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore" /> <c><w:pageBreakBefore></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.WidowControl" /> <c><w:widowControl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers" /> <c><w:suppressLineNumbers></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens" /> <c><w:suppressAutoHyphens></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Kinsoku" /> <c><w:kinsoku></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.WordWrap" /> <c><w:wordWrap></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation" /> <c><w:overflowPunct></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation" /> <c><w:topLinePunct></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE" /> <c><w:autoSpaceDE></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN" /> <c><w:autoSpaceDN></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BiDi" /> <c><w:bidi></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent" /> <c><w:adjustRightInd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SnapToGrid" /> <c><w:snapToGrid></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing" /> <c><w:contextualSpacing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MirrorIndents" /> <c><w:mirrorIndents></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap" /> <c><w:suppressOverlap></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders" /> <c><w:pBdr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange" /> <c><w:pPrChange></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Shading" /> <c><w:shd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines" /> <c><w:spacing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Tabs" /> <c><w:tabs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TextAlignment" /> <c><w:textAlignment></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap" /> <c><w:textboxTightWrap></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TextDirection" /> <c><w:textDirection></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties"> <summary> <para>Table Style Conditional Formatting Table Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:tblPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Shading" /> <c><w:shd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableBorders" /> <c><w:tblBorders></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault" /> <c><w:tblCellMar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableJustification" /> <c><w:jc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing" /> <c><w:tblCellSpacing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableIndentation" /> <c><w:tblInd></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties"> <summary> <para>Table Style Conditional Formatting Table Row Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:trPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Hidden" /> <c><w:hidden></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CantSplit" /> <c><w:cantSplit></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableHeader" /> <c><w:tblHeader></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableJustification" /> <c><w:jc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing" /> <c><w:tblCellSpacing></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties"> <summary> <para>Table Style Conditional Formatting Table Cell Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:tcPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NoWrap" /> <c><w:noWrap></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Shading" /> <c><w:shd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableCellBorders" /> <c><w:tcBorders></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableCellMargin" /> <c><w:tcMar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment" /> <c><w:vAlign></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.StyleName"> <summary> <para>Primary Style Name.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:name.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.StyleName.#ctor"> <summary> Initializes a new instance of the StyleName class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.UIPriority"> <summary> <para>Optional User Interface Sorting Order.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:uiPriority.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.UIPriority.#ctor"> <summary> Initializes a new instance of the UIPriority class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties"> <summary> <para>Run Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:rPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Border" /> <c><w:bdr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Color" /> <c><w:color></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout" /> <c><w:eastAsianLayout></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Emphasis" /> <c><w:em></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FitText" /> <c><w:fitText></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.RunFonts" /> <c><w:rFonts></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Kern" /> <c><w:kern></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FontSize" /> <c><w:sz></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript" /> <c><w:szCs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Languages" /> <c><w:lang></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Bold" /> <c><w:b></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript" /> <c><w:bCs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Italic" /> <c><w:i></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript" /> <c><w:iCs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Caps" /> <c><w:caps></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SmallCaps" /> <c><w:smallCaps></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Strike" /> <c><w:strike></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DoubleStrike" /> <c><w:dstrike></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Outline" /> <c><w:outline></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Shadow" /> <c><w:shadow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Emboss" /> <c><w:emboss></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Imprint" /> <c><w:imprint></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NoProof" /> <c><w:noProof></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SnapToGrid" /> <c><w:snapToGrid></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Vanish" /> <c><w:vanish></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.WebHidden" /> <c><w:webHidden></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SpecVanish" /> <c><w:specVanish></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange" /> <c><w:rPrChange></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Shading" /> <c><w:shd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Spacing" /> <c><w:spacing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Position" /> <c><w:position></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TextEffect" /> <c><w:effect></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CharacterScale" /> <c><w:w></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Underline" /> <c><w:u></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment" /> <c><w:vertAlign></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties"> <summary> <para>Style Table Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:tblPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Shading" /> <c><w:shd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableBorders" /> <c><w:tblBorders></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault" /> <c><w:tblCellMar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableJustification" /> <c><w:jc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing" /> <c><w:tblCellSpacing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableIndentation" /> <c><w:tblInd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableStyleRowBandSize" /> <c><w:tblStyleRowBandSize></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableStyleColumnBandSize" /> <c><w:tblStyleColBandSize></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties"> <summary> <para>Style Table Cell Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:tcPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NoWrap" /> <c><w:noWrap></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Shading" /> <c><w:shd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableCellMargin" /> <c><w:tcMar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment" /> <c><w:vAlign></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties"> <summary> <para>Style Conditional Table Formatting Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:tblStylePr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties" /> <c><w:pPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle" /> <c><w:rPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties" /> <c><w:tblPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties" /> <c><w:tcPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties" /> <c><w:trPr></c></description></item> </list> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo"> <summary> <para>Latent Style Exception.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:lsdException.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.#ctor"> <summary> Initializes a new instance of the LatentStyleExceptionInfo class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DocDefaults"> <summary> <para>Document Default Paragraph and Run Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:docDefaults.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault" /> <c><w:pPrDefault></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault" /> <c><w:rPrDefault></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.LatentStyles"> <summary> <para>Latent Style Information.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:latentStyles.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo" /> <c><w:lsdException></c></description></item> </list> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Style"> <summary> <para>Style Definition.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:style.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Rsid" /> <c><w:rsid></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AutoRedefine" /> <c><w:autoRedefine></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.StyleHidden" /> <c><w:hidden></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SemiHidden" /> <c><w:semiHidden></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.UnhideWhenUsed" /> <c><w:unhideWhenUsed></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PrimaryStyle" /> <c><w:qFormat></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Locked" /> <c><w:locked></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Personal" /> <c><w:personal></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PersonalCompose" /> <c><w:personalCompose></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PersonalReply" /> <c><w:personalReply></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties" /> <c><w:pPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties" /> <c><w:rPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Aliases" /> <c><w:aliases></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BasedOn" /> <c><w:basedOn></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NextParagraphStyle" /> <c><w:next></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.LinkedStyle" /> <c><w:link></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.StyleName" /> <c><w:name></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties" /> <c><w:tblPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties" /> <c><w:tblStylePr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties" /> <c><w:tcPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties" /> <c><w:trPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.UIPriority" /> <c><w:uiPriority></c></description></item> </list> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Font"> <summary> <para>Properties for a Single Font.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:font.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FontCharSet" /> <c><w:charset></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FontFamily" /> <c><w:family></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.EmbedRegularFont" /> <c><w:embedRegular></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.EmbedBoldFont" /> <c><w:embedBold></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.EmbedItalicFont" /> <c><w:embedItalic></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.EmbedBoldItalicFont" /> <c><w:embedBoldItalic></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FontSignature" /> <c><w:sig></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NotTrueType" /> <c><w:notTrueType></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Panose1Number" /> <c><w:panose1></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Pitch" /> <c><w:pitch></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AltName" /> <c><w:altName></c></description></item> </list> </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.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.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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.LeftMarginDiv"> <summary> <para>Left Margin for HTML div.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:marLeft.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.RightMarginDiv"> <summary> <para>Right Margin for HTML div.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:marRight.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TopMarginDiv"> <summary> <para>Top Margin for HTML div.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:marTop.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.BottomMarginDiv"> <summary> <para>Bottom Margin for HTML div.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:marBottom.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SignedTwipsMeasureType"> <summary> <para>Defines the SignedTwipsMeasureType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.SignedTwipsMeasureType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Wordprocessing.DivBorder"> <summary> <para>Set of Borders for HTML div.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:divBdr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TopBorder" /> <c><w:top></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.LeftBorder" /> <c><w:left></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BottomBorder" /> <c><w:bottom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.RightBorder" /> <c><w:right></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DivsChild"> <summary> <para>Child div Elements Contained within Current div.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:divsChild.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Div" /> <c><w:div></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Divs"> <summary> <para>Defines the Divs Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:divs.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Div" /> <c><w:div></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DivsType"> <summary> <para>Defines the DivsType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Div" /> <c><w:div></c></description></item> </list> </remark> </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>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:div.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DivBorder" /> <c><w:divBdr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DivsChild" /> <c><w:divsChild></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BlockQuote" /> <c><w:blockQuote></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BodyDiv" /> <c><w:bodyDiv></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.LeftMarginDiv" /> <c><w:marLeft></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.RightMarginDiv" /> <c><w:marRight></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TopMarginDiv" /> <c><w:marTop></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BottomMarginDiv" /> <c><w:marBottom></c></description></item> </list> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Comment"> <summary> <para>Comment Content.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:comment.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AltChunk" /> <c><w:altChunk></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart" /> <c><w:bookmarkStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock" /> <c><w:customXml></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd" /> <c><w:bookmarkEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart" /> <c><w:commentRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd" /> <c><w:commentRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Paragraph" /> <c><w:p></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermEnd" /> <c><w:permEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermStart" /> <c><w:permStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ProofError" /> <c><w:proofErr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtBlock" /> <c><w:sdt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Table" /> <c><w:tbl></c></description></item> </list> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Footnote"> <summary> <para>Footnote Content.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:footnote.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AltChunk" /> <c><w:altChunk></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart" /> <c><w:bookmarkStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ContentPart" /> <c><w:contentPart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock" /> <c><w:customXml></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd" /> <c><w:customXmlInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd" /> <c><w:customXmlDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd" /> <c><w:customXmlMoveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd" /> <c><w:customXmlMoveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd" /> <c><w14:customXmlConflictInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd" /> <c><w14:customXmlConflictDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd" /> <c><w:bookmarkEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart" /> <c><w:commentRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd" /> <c><w:commentRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd" /> <c><w:moveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd" /> <c><w:moveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart" /> <c><w:moveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart" /> <c><w:moveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Paragraph" /> <c><w:p></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermEnd" /> <c><w:permEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermStart" /> <c><w:permStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ProofError" /> <c><w:proofErr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.InsertedRun" /> <c><w:ins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DeletedRun" /> <c><w:del></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRun" /> <c><w:moveFrom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRun" /> <c><w:moveTo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion" /> <c><w14:conflictIns></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion" /> <c><w14:conflictDel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtBlock" /> <c><w:sdt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Table" /> <c><w:tbl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart" /> <c><w:customXmlInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart" /> <c><w:customXmlDelRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart" /> <c><w:customXmlMoveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart" /> <c><w:customXmlMoveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart" /> <c><w14:customXmlConflictInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart" /> <c><w14:customXmlConflictDelRangeStart></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Endnote"> <summary> <para>Endnote Content.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:endnote.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AltChunk" /> <c><w:altChunk></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart" /> <c><w:bookmarkStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ContentPart" /> <c><w:contentPart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock" /> <c><w:customXml></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd" /> <c><w:customXmlInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd" /> <c><w:customXmlDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd" /> <c><w:customXmlMoveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd" /> <c><w:customXmlMoveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd" /> <c><w14:customXmlConflictInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd" /> <c><w14:customXmlConflictDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd" /> <c><w:bookmarkEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart" /> <c><w:commentRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd" /> <c><w:commentRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd" /> <c><w:moveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd" /> <c><w:moveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart" /> <c><w:moveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart" /> <c><w:moveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Paragraph" /> <c><w:p></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermEnd" /> <c><w:permEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermStart" /> <c><w:permStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ProofError" /> <c><w:proofErr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.InsertedRun" /> <c><w:ins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DeletedRun" /> <c><w:del></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRun" /> <c><w:moveFrom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRun" /> <c><w:moveTo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion" /> <c><w14:conflictIns></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion" /> <c><w14:conflictDel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtBlock" /> <c><w:sdt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Table" /> <c><w:tbl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart" /> <c><w:customXmlInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart" /> <c><w:customXmlDelRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart" /> <c><w:customXmlMoveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart" /> <c><w:customXmlMoveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart" /> <c><w14:customXmlConflictInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart" /> <c><w14:customXmlConflictDelRangeStart></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType"> <summary> <para>Defines the FootnoteEndnoteType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AltChunk" /> <c><w:altChunk></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart" /> <c><w:bookmarkStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ContentPart" /> <c><w:contentPart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock" /> <c><w:customXml></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd" /> <c><w:customXmlInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd" /> <c><w:customXmlDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd" /> <c><w:customXmlMoveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd" /> <c><w:customXmlMoveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd" /> <c><w14:customXmlConflictInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd" /> <c><w14:customXmlConflictDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd" /> <c><w:bookmarkEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart" /> <c><w:commentRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd" /> <c><w:commentRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd" /> <c><w:moveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd" /> <c><w:moveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart" /> <c><w:moveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart" /> <c><w:moveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Paragraph" /> <c><w:p></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermEnd" /> <c><w:permEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermStart" /> <c><w:permStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ProofError" /> <c><w:proofErr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.InsertedRun" /> <c><w:ins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DeletedRun" /> <c><w:del></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRun" /> <c><w:moveFrom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRun" /> <c><w:moveTo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion" /> <c><w14:conflictIns></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion" /> <c><w14:conflictDel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtBlock" /> <c><w:sdt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Table" /> <c><w:tbl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart" /> <c><w:customXmlInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart" /> <c><w:customXmlDelRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart" /> <c><w:customXmlMoveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart" /> <c><w:customXmlMoveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart" /> <c><w14:customXmlConflictInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart" /> <c><w14:customXmlConflictDelRangeStart></c></description></item> </list> </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="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="T:DocumentFormat.OpenXml.Wordprocessing.Behavior"> <summary> <para>Entry Insertion Behavior.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:behavior.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.Behavior.#ctor"> <summary> Initializes a new instance of the Behavior class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DocPartType"> <summary> <para>Entry Type.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:type.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocPartType.#ctor"> <summary> Initializes a new instance of the DocPartType class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Gallery"> <summary> <para>Gallery Associated With Entry.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:gallery.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.Gallery.#ctor"> <summary> Initializes a new instance of the Gallery class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.AutoCaption"> <summary> <para>Single Automatic Captioning Setting.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:autoCaption.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.AutoCaption.#ctor"> <summary> Initializes a new instance of the AutoCaption class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Caption"> <summary> <para>Single Caption Type Definition.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:caption.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.Caption.#ctor"> <summary> Initializes a new instance of the Caption class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.AutoCaptions"> <summary> <para>Automatic Captioning Settings.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:autoCaptions.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AutoCaption" /> <c><w:autoCaption></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DocumentBackground"> <summary> <para>Document Background.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:background.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Background" /> <c><v:background></c></description></item> </list> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DocParts"> <summary> <para>List of Glossary Document Entries.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:docParts.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DocPart" /> <c><w:docPart></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DocPartName"> <summary> <para>Entry Name.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:name.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocPartName.#ctor"> <summary> Initializes a new instance of the DocPartName class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Category"> <summary> <para>Entry Categorization.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:category.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Gallery" /> <c><w:gallery></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Name" /> <c><w:name></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DocPartTypes"> <summary> <para>Entry Types.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:types.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DocPartType" /> <c><w:type></c></description></item> </list> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Behaviors"> <summary> <para>Entry Insertion Behaviors.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:behaviors.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Behavior" /> <c><w:behavior></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DocPartId"> <summary> <para>Entry ID.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:guid.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocPartId.#ctor"> <summary> Initializes a new instance of the DocPartId class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DocPartProperties"> <summary> <para>Glossary Document Entry Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:docPartPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Behaviors" /> <c><w:behaviors></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Category" /> <c><w:category></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DocPartName" /> <c><w:name></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DocPartTypes" /> <c><w:types></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DocPartId" /> <c><w:guid></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.StyleId" /> <c><w:style></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Description" /> <c><w:description></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DocPartBody"> <summary> <para>Contents of Glossary Document Entry.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:docPartBody.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AltChunk" /> <c><w:altChunk></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart" /> <c><w:bookmarkStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ContentPart" /> <c><w:contentPart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock" /> <c><w:customXml></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd" /> <c><w:customXmlInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd" /> <c><w:customXmlDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd" /> <c><w:customXmlMoveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd" /> <c><w:customXmlMoveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd" /> <c><w14:customXmlConflictInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd" /> <c><w14:customXmlConflictDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd" /> <c><w:bookmarkEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart" /> <c><w:commentRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd" /> <c><w:commentRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd" /> <c><w:moveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd" /> <c><w:moveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart" /> <c><w:moveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart" /> <c><w:moveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Paragraph" /> <c><w:p></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermEnd" /> <c><w:permEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermStart" /> <c><w:permStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ProofError" /> <c><w:proofErr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.InsertedRun" /> <c><w:ins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DeletedRun" /> <c><w:del></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRun" /> <c><w:moveFrom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRun" /> <c><w:moveTo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion" /> <c><w14:conflictIns></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion" /> <c><w14:conflictDel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtBlock" /> <c><w:sdt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SectionProperties" /> <c><w:sectPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Table" /> <c><w:tbl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart" /> <c><w:customXmlInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart" /> <c><w:customXmlDelRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart" /> <c><w:customXmlMoveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart" /> <c><w:customXmlMoveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart" /> <c><w14:customXmlConflictInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart" /> <c><w14:customXmlConflictDelRangeStart></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Body"> <summary> <para>Defines the Body Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:body.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AltChunk" /> <c><w:altChunk></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart" /> <c><w:bookmarkStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ContentPart" /> <c><w:contentPart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock" /> <c><w:customXml></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd" /> <c><w:customXmlInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd" /> <c><w:customXmlDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd" /> <c><w:customXmlMoveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd" /> <c><w:customXmlMoveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd" /> <c><w14:customXmlConflictInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd" /> <c><w14:customXmlConflictDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd" /> <c><w:bookmarkEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart" /> <c><w:commentRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd" /> <c><w:commentRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd" /> <c><w:moveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd" /> <c><w:moveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart" /> <c><w:moveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart" /> <c><w:moveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Paragraph" /> <c><w:p></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermEnd" /> <c><w:permEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermStart" /> <c><w:permStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ProofError" /> <c><w:proofErr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.InsertedRun" /> <c><w:ins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DeletedRun" /> <c><w:del></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRun" /> <c><w:moveFrom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRun" /> <c><w:moveTo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion" /> <c><w14:conflictIns></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion" /> <c><w14:conflictDel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtBlock" /> <c><w:sdt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SectionProperties" /> <c><w:sectPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Table" /> <c><w:tbl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart" /> <c><w:customXmlInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart" /> <c><w:customXmlDelRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart" /> <c><w:customXmlMoveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart" /> <c><w:customXmlMoveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart" /> <c><w14:customXmlConflictInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart" /> <c><w14:customXmlConflictDelRangeStart></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.BodyType"> <summary> <para>Defines the BodyType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AltChunk" /> <c><w:altChunk></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart" /> <c><w:bookmarkStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ContentPart" /> <c><w:contentPart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock" /> <c><w:customXml></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd" /> <c><w:customXmlInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd" /> <c><w:customXmlDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd" /> <c><w:customXmlMoveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd" /> <c><w:customXmlMoveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd" /> <c><w14:customXmlConflictInsRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd" /> <c><w14:customXmlConflictDelRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd" /> <c><w:bookmarkEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart" /> <c><w:commentRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd" /> <c><w:commentRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd" /> <c><w:moveFromRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd" /> <c><w:moveToRangeEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart" /> <c><w:moveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart" /> <c><w:moveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Paragraph" /> <c><w:p></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermEnd" /> <c><w:permEnd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PermStart" /> <c><w:permStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ProofError" /> <c><w:proofErr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.InsertedRun" /> <c><w:ins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DeletedRun" /> <c><w:del></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRun" /> <c><w:moveFrom></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRun" /> <c><w:moveTo></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion" /> <c><w14:conflictIns></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion" /> <c><w14:conflictDel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtBlock" /> <c><w:sdt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SectionProperties" /> <c><w:sectPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Table" /> <c><w:tbl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart" /> <c><w:customXmlInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart" /> <c><w:customXmlDelRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart" /> <c><w:customXmlMoveFromRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart" /> <c><w:customXmlMoveToRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart" /> <c><w14:customXmlConflictInsRangeStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart" /> <c><w14:customXmlConflictDelRangeStart></c></description></item> </list> </remark> </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>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:docPart.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DocPartBody" /> <c><w:docPartBody></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DocPartProperties" /> <c><w:docPartPr></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting"> <summary> <para>Defines the CompatibilitySetting Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:compatSetting.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.#ctor"> <summary> Initializes a new instance of the CompatibilitySetting class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableCellLeftMargin"> <summary> <para>Table Cell Left Margin Default.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:left.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableCellRightMargin"> <summary> <para>Table Cell Right Margin Default.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:right.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableWidthDxaNilType"> <summary> <para>Defines the TableWidthDxaNilType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableWidthDxaNilType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions"> <summary> <para>Table-Level Property Exceptions.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:tblPrEx.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Shading" /> <c><w:shd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableBorders" /> <c><w:tblBorders></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault" /> <c><w:tblCellMar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableJustification" /> <c><w:jc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableLayout" /> <c><w:tblLayout></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableLook" /> <c><w:tblLook></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange" /> <c><w:tblPrExChange></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableWidth" /> <c><w:tblW></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing" /> <c><w:tblCellSpacing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableIndentation" /> <c><w:tblInd></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableRowProperties"> <summary> <para>Table Row Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:trPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle" /> <c><w:cnfStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.GridBefore" /> <c><w:gridBefore></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.GridAfter" /> <c><w:gridAfter></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableRowHeight" /> <c><w:trHeight></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DivId" /> <c><w:divId></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Hidden" /> <c><w:hidden></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CantSplit" /> <c><w:cantSplit></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableHeader" /> <c><w:tblHeader></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableJustification" /> <c><w:jc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.WidthBeforeTableRow" /> <c><w:wBefore></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.WidthAfterTableRow" /> <c><w:wAfter></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing" /> <c><w:tblCellSpacing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Inserted" /> <c><w:ins></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Deleted" /> <c><w:del></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.ConflictInsertion" /> <c><w14:conflictIns></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Office2010.Word.ConflictDeletion" /> <c><w14:conflictDel></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange" /> <c><w:trPrChange></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange"> <summary> <para>Revision Information for Table Row Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:trPrChange.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties" /> <c><w:trPr></c></description></item> </list> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties"> <summary> <para>Paragraph Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:pPr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle" /> <c><w:cnfStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.OutlineLevel" /> <c><w:outlineLvl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FrameProperties" /> <c><w:framePr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Indentation" /> <c><w:ind></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Justification" /> <c><w:jc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DivId" /> <c><w:divId></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NumberingProperties" /> <c><w:numPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.KeepNext" /> <c><w:keepNext></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.KeepLines" /> <c><w:keepLines></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore" /> <c><w:pageBreakBefore></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.WidowControl" /> <c><w:widowControl></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers" /> <c><w:suppressLineNumbers></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens" /> <c><w:suppressAutoHyphens></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Kinsoku" /> <c><w:kinsoku></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.WordWrap" /> <c><w:wordWrap></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation" /> <c><w:overflowPunct></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation" /> <c><w:topLinePunct></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE" /> <c><w:autoSpaceDE></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN" /> <c><w:autoSpaceDN></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BiDi" /> <c><w:bidi></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent" /> <c><w:adjustRightInd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SnapToGrid" /> <c><w:snapToGrid></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing" /> <c><w:contextualSpacing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MirrorIndents" /> <c><w:mirrorIndents></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap" /> <c><w:suppressOverlap></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties" /> <c><w:rPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders" /> <c><w:pBdr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange" /> <c><w:pPrChange></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SectionProperties" /> <c><w:sectPr></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Shading" /> <c><w:shd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines" /> <c><w:spacing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId" /> <c><w:pStyle></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Tabs" /> <c><w:tabs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TextAlignment" /> <c><w:textAlignment></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap" /> <c><w:textboxTightWrap></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TextDirection" /> <c><w:textDirection></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Control"> <summary> <para>Defines the Control Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:control.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.Control.#ctor"> <summary> Initializes a new instance of the Control class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid"> <summary> <para>Previous Table Grid.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:tblGrid.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.GridColumn" /> <c><w:gridCol></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed"> <summary> <para>Defines the ObjectEmbed Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:objectEmbed.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.#ctor"> <summary> Initializes a new instance of the ObjectEmbed class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.ObjectLink"> <summary> <para>Defines the ObjectLink Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:objectLink.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.ObjectLink.#ctor"> <summary> Initializes a new instance of the ObjectLink class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Lock"> <summary> <para>Defines the Lock Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:lock.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.Lock.#ctor"> <summary> Initializes a new instance of the Lock class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder"> <summary> <para>Defines the SdtPlaceholder Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:placeholder.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DocPartReference" /> <c><w:docPart></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DataBinding"> <summary> <para>Defines the DataBinding Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:dataBinding.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.DataBinding.#ctor"> <summary> Initializes a new instance of the DataBinding class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox"> <summary> <para>Defines the SdtContentComboBox Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:comboBox.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ListItem" /> <c><w:listItem></c></description></item> </list> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentDate"> <summary> <para>Defines the SdtContentDate Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:date.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Calendar" /> <c><w:calendar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.LanguageId" /> <c><w:lid></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SdtDateMappingType" /> <c><w:storeMappedDataAs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DateFormat" /> <c><w:dateFormat></c></description></item> </list> </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.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="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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartObject"> <summary> <para>Defines the SdtContentDocPartObject Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:docPartObj.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DocPartUnique" /> <c><w:docPartUnique></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DocPartGallery" /> <c><w:docPartGallery></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DocPartCategory" /> <c><w:docPartCategory></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartList"> <summary> <para>Defines the SdtContentDocPartList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:docPartList.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DocPartUnique" /> <c><w:docPartUnique></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DocPartGallery" /> <c><w:docPartGallery></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DocPartCategory" /> <c><w:docPartCategory></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType"> <summary> <para>Defines the SdtDocPartType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DocPartUnique" /> <c><w:docPartUnique></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DocPartGallery" /> <c><w:docPartGallery></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DocPartCategory" /> <c><w:docPartCategory></c></description></item> </list> </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="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="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList"> <summary> <para>Defines the SdtContentDropDownList Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:dropDownList.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ListItem" /> <c><w:listItem></c></description></item> </list> </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="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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentText"> <summary> <para>Defines the SdtContentText Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:text.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentText.#ctor"> <summary> Initializes a new instance of the SdtContentText class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.WriteProtection"> <summary> <para>Write Protection.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:writeProtection.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.WriteProtection.#ctor"> <summary> Initializes a new instance of the WriteProtection class. </summary> </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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.View"> <summary> <para>Document View Setting.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:view.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.View.#ctor"> <summary> Initializes a new instance of the View class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Zoom"> <summary> <para>Magnification Setting.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:zoom.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.Zoom.#ctor"> <summary> Initializes a new instance of the Zoom class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle"> <summary> <para>Grammar Checking Settings.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:activeWritingStyle.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.#ctor"> <summary> Initializes a new instance of the ActiveWritingStyle class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.ProofState"> <summary> <para>Spelling and Grammatical Checking State.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:proofState.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.ProofState.#ctor"> <summary> Initializes a new instance of the ProofState class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter"> <summary> <para>Suggested Filtering for List of Document Styles.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:stylePaneFormatFilter.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.#ctor"> <summary> Initializes a new instance of the StylePaneFormatFilter class. </summary> </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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DocumentType"> <summary> <para>Document Classification.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:documentType.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocumentType.#ctor"> <summary> Initializes a new instance of the DocumentType class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.MailMerge"> <summary> <para>Mail Merge Settings.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:mailMerge.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ActiveRecord" /> <c><w:activeRecord></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CheckErrors" /> <c><w:checkErrors></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DataType" /> <c><w:dataType></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Destination" /> <c><w:destination></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MainDocumentType" /> <c><w:mainDocumentType></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DataSourceObject" /> <c><w:odso></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.LinkToQuery" /> <c><w:linkToQuery></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressBlankLines" /> <c><w:doNotSuppressBlankLines></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MailAsAttachment" /> <c><w:mailAsAttachment></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ViewMergedData" /> <c><w:viewMergedData></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DataSourceReference" /> <c><w:dataSource></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.HeaderSource" /> <c><w:headerSource></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ConnectString" /> <c><w:connectString></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Query" /> <c><w:query></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AddressFieldName" /> <c><w:addressFieldName></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MailSubject" /> <c><w:mailSubject></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.RevisionView"> <summary> <para>Visibility of Annotation Types.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:revisionView.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.RevisionView.#ctor"> <summary> Initializes a new instance of the RevisionView class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DocumentProtection"> <summary> <para>Document Editing Restrictions.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:documentProtection.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.#ctor"> <summary> Initializes a new instance of the DocumentProtection class. </summary> </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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DefaultTabStop"> <summary> <para>Distance Between Automatic Tab Stops.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:defaultTabStop.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.BookFoldPrintingSheets"> <summary> <para>Number of Pages Per Booklet.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:bookFoldPrintingSheets.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.NonNegativeShortType"> <summary> <para>Defines the NonNegativeShortType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.NonNegativeShortType.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Wordprocessing.ConsecutiveHyphenLimit"> <summary> <para>Maximum Number of Consecutively Hyphenated Lines.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:consecutiveHyphenLimit.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.ConsecutiveHyphenLimit.#ctor"> <summary> Initializes a new instance of the ConsecutiveHyphenLimit class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SummaryLength"> <summary> <para>Percentage of Document to Use When Generating Summary.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:summaryLength.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.SummaryLength.#ctor"> <summary> Initializes a new instance of the SummaryLength class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DisplayHorizontalDrawingGrid"> <summary> <para>Distance between Horizontal Gridlines.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:displayHorizontalDrawingGridEvery.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DisplayVerticalDrawingGrid"> <summary> <para>Distance between Vertical Gridlines.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:displayVerticalDrawingGridEvery.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.UnsignedInt7Type"> <summary> <para>Defines the UnsignedInt7Type Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.UnsignedInt7Type.#ctor"> <summary> Initializes a new instance of 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="T:DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingControl"> <summary> <para>Character-Level Whitespace Compression.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:characterSpacingControl.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingControl.#ctor"> <summary> Initializes a new instance of the CharacterSpacingControl class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku"> <summary> <para>Custom Set of Characters Which Cannot End a Line.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:noLineBreaksAfter.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku.#ctor"> <summary> Initializes a new instance of the NoLineBreaksAfterKinsoku class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku"> <summary> <para>Custom Set Of Characters Which Cannot Begin A Line.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:noLineBreaksBefore.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku.#ctor"> <summary> Initializes a new instance of the NoLineBreaksBeforeKinsoku class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt"> <summary> <para>Custom XSL Transform To Use When Saving As XML File.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:saveThroughXslt.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt.#ctor"> <summary> Initializes a new instance of the SaveThroughXslt class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.HeaderShapeDefaults"> <summary> <para>Default Properties for VML Objects in Header and Footer.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:hdrShapeDefaults.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Office.ShapeDefaults" /> <c><o:shapedefaults></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Office.ShapeLayout" /> <c><o:shapelayout></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.ShapeDefaults"> <summary> <para>Default Properties for VML Objects in Main Document.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:shapeDefaults.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Office.ShapeDefaults" /> <c><o:shapedefaults></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Office.ShapeLayout" /> <c><o:shapelayout></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.ShapeDefaultsType"> <summary> <para>Defines the ShapeDefaultsType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Office.ShapeDefaults" /> <c><o:shapedefaults></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Office.ShapeLayout" /> <c><o:shapelayout></c></description></item> </list> </remark> </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>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:footnotePr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NumberingStart" /> <c><w:numStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FootnoteSpecialReference" /> <c><w:footnote></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FootnotePosition" /> <c><w:pos></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NumberingFormat" /> <c><w:numFmt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NumberingRestart" /> <c><w:numRestart></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties"> <summary> <para>Document-Wide Endnote Properties.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:endnotePr.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.EndnotePosition" /> <c><w:pos></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NumberingStart" /> <c><w:numStart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.EndnoteSpecialReference" /> <c><w:endnote></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NumberingFormat" /> <c><w:numFmt></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NumberingRestart" /> <c><w:numRestart></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Compatibility"> <summary> <para>Compatibility Settings.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:compat.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting" /> <c><w:compatSetting></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.UseSingleBorderForContiguousCells" /> <c><w:useSingleBorderforContiguousCells></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.WordPerfectJustification" /> <c><w:wpJustification></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NoTabHangIndent" /> <c><w:noTabHangInd></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NoLeading" /> <c><w:noLeading></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SpaceForUnderline" /> <c><w:spaceForUL></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NoColumnBalance" /> <c><w:noColumnBalance></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.BalanceSingleByteDoubleByteWidth" /> <c><w:balanceSingleByteDoubleByteWidth></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NoExtraLineSpacing" /> <c><w:noExtraLineSpacing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DoNotLeaveBackslashAlone" /> <c><w:doNotLeaveBackslashAlone></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.UnderlineTrailingSpaces" /> <c><w:ulTrailSpace></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DoNotExpandShiftReturn" /> <c><w:doNotExpandShiftReturn></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SpacingInWholePoints" /> <c><w:spacingInWholePoints></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.LineWrapLikeWord6" /> <c><w:lineWrapLikeWord6></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PrintBodyTextBeforeHeader" /> <c><w:printBodyTextBeforeHeader></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.PrintColorBlackWhite" /> <c><w:printColBlack></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.WordPerfectSpaceWidth" /> <c><w:wpSpaceWidth></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ShowBreaksInFrames" /> <c><w:showBreaksInFrames></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SubFontBySize" /> <c><w:subFontBySize></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SuppressBottomSpacing" /> <c><w:suppressBottomSpacing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacing" /> <c><w:suppressTopSpacing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingAtTopOfPage" /> <c><w:suppressSpacingAtTopOfPage></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacingWordPerfect" /> <c><w:suppressTopSpacingWP></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingBeforeAfterPageBreak" /> <c><w:suppressSpBfAfterPgBrk></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SwapBordersFacingPages" /> <c><w:swapBordersFacingPages></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ConvertMailMergeEscape" /> <c><w:convMailMergeEsc></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.TruncateFontHeightsLikeWordPerfect" /> <c><w:truncateFontHeightsLikeWP6></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.MacWordSmallCaps" /> <c><w:mwSmallCaps></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.UsePrinterMetrics" /> <c><w:usePrinterMetrics></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressParagraphBorders" /> <c><w:doNotSuppressParagraphBorders></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.WrapTrailSpaces" /> <c><w:wrapTrailSpaces></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.FootnoteLayoutLikeWord8" /> <c><w:footnoteLayoutLikeWW8></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ShapeLayoutLikeWord8" /> <c><w:shapeLayoutLikeWW8></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AlignTablesRowByRow" /> <c><w:alignTablesRowByRow></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ForgetLastTabAlignment" /> <c><w:forgetLastTabAlignment></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AdjustLineHeightInTable" /> <c><w:adjustLineHeightInTable></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AutoSpaceLikeWord95" /> <c><w:autoSpaceLikeWord95></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.NoSpaceRaiseLower" /> <c><w:noSpaceRaiseLower></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DoNotUseHTMLParagraphAutoSpacing" /> <c><w:doNotUseHTMLParagraphAutoSpacing></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.LayoutRawTableWidth" /> <c><w:layoutRawTableWidth></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.LayoutTableRowsApart" /> <c><w:layoutTableRowsApart></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.UseWord97LineBreakRules" /> <c><w:useWord97LineBreakRules></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DoNotBreakWrappedTables" /> <c><w:doNotBreakWrappedTables></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DoNotSnapToGridInCell" /> <c><w:doNotSnapToGridInCell></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SelectFieldWithFirstOrLastChar" /> <c><w:selectFldWithFirstOrLastChar></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.ApplyBreakingRules" /> <c><w:applyBreakingRules></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DoNotWrapTextWithPunctuation" /> <c><w:doNotWrapTextWithPunct></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DoNotUseEastAsianBreakRules" /> <c><w:doNotUseEastAsianBreakRules></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.UseWord2002TableStyleRules" /> <c><w:useWord2002TableStyleRules></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.GrowAutofit" /> <c><w:growAutofit></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.UseFarEastLayout" /> <c><w:useFELayout></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.UseNormalStyleForList" /> <c><w:useNormalStyleForList></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DoNotUseIndentAsNumberingTabStop" /> <c><w:doNotUseIndentAsNumberingTabStop></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.UseAltKinsokuLineBreakRules" /> <c><w:useAltKinsokuLineBreakRules></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AllowSpaceOfSameStyleInTable" /> <c><w:allowSpaceOfSameStyleInTable></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressIndentation" /> <c><w:doNotSuppressIndentation></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DoNotAutofitConstrainedTables" /> <c><w:doNotAutofitConstrainedTables></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AutofitToFirstFixedWidthCell" /> <c><w:autofitToFirstFixedWidthCell></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.UnderlineTabInNumberingList" /> <c><w:underlineTabInNumList></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DisplayHangulFixedWidth" /> <c><w:displayHangulFixedWidth></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.SplitPageBreakAndParagraphMark" /> <c><w:splitPgBreakAndParaMark></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignCellWithShape" /> <c><w:doNotVertAlignCellWithSp></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DoNotBreakConstrainedForcedTable" /> <c><w:doNotBreakConstrainedForcedTable></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignInTextBox" /> <c><w:doNotVertAlignInTxbx></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.UseAnsiKerningPairs" /> <c><w:useAnsiKerningPairs></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.CachedColumnBalance" /> <c><w:cachedColBalance></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.DocumentVariables"> <summary> <para>Document Variables.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:docVars.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.DocumentVariable" /> <c><w:docVar></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Rsids"> <summary> <para>Listing of All Revision Save ID Values.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:rsids.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.RsidRoot" /> <c><w:rsidRoot></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Rsid" /> <c><w:rsid></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping"> <summary> <para>Theme Color Mappings.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:clrSchemeMapping.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.#ctor"> <summary> Initializes a new instance of the ColorSchemeMapping class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Captions"> <summary> <para>Caption Settings.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:captions.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.AutoCaptions" /> <c><w:autoCaptions></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Wordprocessing.Caption" /> <c><w:caption></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown"> <summary> <para>Freeze Document Layout.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:readModeInkLockDown.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.#ctor"> <summary> Initializes a new instance of the ReadModeInkLockDown class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.TargetScreenSize"> <summary> <para>Defines the TargetScreenSize Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:targetScreenSz.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.TargetScreenSize.#ctor"> <summary> Initializes a new instance of the TargetScreenSize class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase"> <summary> <para>Defines the PictureBulletBase Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:pict.</para> </summary> <remark> <para>The following table lists the possible child types:</para> <list type="bullet"> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Group" /> <c><v:group></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.ImageFile" /> <c><v:image></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Line" /> <c><v:line></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Oval" /> <c><v:oval></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.PolyLine" /> <c><v:polyline></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Rectangle" /> <c><v:rect></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.RoundRectangle" /> <c><v:roundrect></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Shape" /> <c><v:shape></c></description></item> <item><description><see cref="T:DocumentFormat.OpenXml.Vml.Shapetype" /> <c><v:shapetype></c></description></item> </list> </remark> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Panose1Number"> <summary> <para>Defines the Panose1Number Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:panose1.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.Panose1Number.#ctor"> <summary> Initializes a new instance of the Panose1Number class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.FontCharSet"> <summary> <para>Defines the FontCharSet Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:charset.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.FontCharSet.#ctor"> <summary> Initializes a new instance of the FontCharSet class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.FontFamily"> <summary> <para>Defines the FontFamily Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:family.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.FontFamily.#ctor"> <summary> Initializes a new instance of the FontFamily class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.Pitch"> <summary> <para>Defines the Pitch Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:pitch.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.Pitch.#ctor"> <summary> Initializes a new instance of the Pitch class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.FontSignature"> <summary> <para>Defines the FontSignature Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:sig.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.FontSignature.#ctor"> <summary> Initializes a new instance of the FontSignature class. </summary> </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.CloneNode(System.Boolean)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.EmbedRegularFont"> <summary> <para>Defines the EmbedRegularFont Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:embedRegular.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.EmbedBoldFont"> <summary> <para>Defines the EmbedBoldFont Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:embedBold.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.EmbedItalicFont"> <summary> <para>Defines the EmbedItalicFont Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:embedItalic.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.EmbedBoldItalicFont"> <summary> <para>Defines the EmbedBoldItalicFont Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is w:embedBoldItalic.</para> </summary> </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)"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType"> <summary> <para>Defines the FontRelationshipType Class.</para> <para>This class is available in Office 2007 and above.</para> <para>When the object is serialized out as xml, it's qualified name is :.</para> </summary> </member> <member name="M:DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType.#ctor"> <summary> Initializes a new instance of 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="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 Source. <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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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 Office 2010 and later.</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="F:DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.UseWord2013TrackBottomHyphenation"> <summary> useWord2013TrackBottomHyphenation. <para>When the item is serialized out as xml, its value is "useWord2013TrackBottomHyphenation".</para> <para>This item is only available in Office 2016 and later.</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.AllowHyphenationAtTrackBottom"> <summary> allowHyphenationAtTrackBottom. <para>When the item is serialized out as xml, its value is "allowHyphenationAtTrackBottom".</para> <para>This item is only available in Office 2016 and later.</para> </summary> </member> <member name="F:DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.AllowTextAfterFloatingTableBreak"> <summary> allowTextAfterFloatingTableBreak. <para>When the item is serialized out as xml, its value is "allowTextAfterFloatingTableBreak".</para> <para>This item is only available in Office 2013 and later.</para> </summary> </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 <see cref="T:DocumentFormat.OpenXml.Base64BinaryValue"/> class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Base64BinaryValue.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.Base64BinaryValue"/> class by deep copying the supplied <see cref="T:System.String"/> value. </summary> <param name="base64Binary"> The <see cref="T:System.String"/> value. </param> </member> <member name="M:DocumentFormat.OpenXml.Base64BinaryValue.#ctor(DocumentFormat.OpenXml.Base64BinaryValue)"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.Base64BinaryValue"/> class by deep copying the supplied <see cref="T:DocumentFormat.OpenXml.Base64BinaryValue"/> class. </summary> <param name="source"> The source <see cref="T:DocumentFormat.OpenXml.Base64BinaryValue"/> class. </param> </member> <member name="P:DocumentFormat.OpenXml.Base64BinaryValue.Value"> <summary> Gets or sets the Base64 binary string value. </summary> </member> <member name="P:DocumentFormat.OpenXml.Base64BinaryValue.IsValid"> <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="M:DocumentFormat.OpenXml.Base64BinaryValue.op_Implicit(DocumentFormat.OpenXml.Base64BinaryValue)~System.String"> <summary> Implicitly converts the specified value to a <see cref="T:System.String"/> value. </summary> <param name="value">The <see cref="T:DocumentFormat.OpenXml.Base64BinaryValue"/> object to convert.</param> <returns>The base64Binary string. Returns null when <paramref name="value"/> is <c>null</c>.</returns> </member> <member name="M:DocumentFormat.OpenXml.Base64BinaryValue.op_Implicit(System.String)~DocumentFormat.OpenXml.Base64BinaryValue"> <summary> Initializes a new instance of a <see cref="T:DocumentFormat.OpenXml.Base64BinaryValue"/> class using the supplied string. </summary> <param name="value">The specified base64Binary value.</param> <returns>A new <see cref="T:DocumentFormat.OpenXml.Base64BinaryValue"/> instance with the value.</returns> </member> <member name="M:DocumentFormat.OpenXml.Base64BinaryValue.FromString(System.String)"> <summary> Returns a new <see cref="T:DocumentFormat.OpenXml.Base64BinaryValue"/> object that was created from a <see cref="T:System.String"/> value. </summary> <param name="value">A <see cref="T:System.String"/> value to use to create a new <see cref="T:DocumentFormat.OpenXml.Base64BinaryValue"/> object.</param> <returns>A <see cref="T:DocumentFormat.OpenXml.Base64BinaryValue"/> that corresponds to the value parameter.</returns> </member> <member name="M:DocumentFormat.OpenXml.Base64BinaryValue.ToString(DocumentFormat.OpenXml.Base64BinaryValue)"> <summary> Returns the <see cref="T:System.String"/> value representation of a <see cref="T:DocumentFormat.OpenXml.Base64BinaryValue"/> object. </summary> <param name="value"> A <see cref="T:DocumentFormat.OpenXml.Base64BinaryValue"/> object used to retrieve a <see cref="T:System.String"/> value representation. </param> <returns>A <see cref="T:System.String"/> value that represents a <see cref="T:DocumentFormat.OpenXml.Base64BinaryValue"/> object.</returns> </member> <member name="T:DocumentFormat.OpenXml.BooleanValue"> <summary> Represents the <see cref="T:System.Boolean"/> value for attributes. </summary> </member> <member name="M:DocumentFormat.OpenXml.BooleanValue.#ctor"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.BooleanValue"/> class. </summary> </member> <member name="M:DocumentFormat.OpenXml.BooleanValue.#ctor(System.Boolean)"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.BooleanValue"/> class using the supplied <see cref="T:System.Boolean"/> value. </summary> <param name="value">The <see cref="T:System.Boolean"/> value.</param> </member> <member name="M:DocumentFormat.OpenXml.BooleanValue.#ctor(DocumentFormat.OpenXml.BooleanValue)"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.BooleanValue"/> class by deep copying the supplied <see cref="T:DocumentFormat.OpenXml.BooleanValue"/> class. </summary> <param name="source"> The source <see cref="T:DocumentFormat.OpenXml.BooleanValue"/> class. </param> </member> <member name="M:DocumentFormat.OpenXml.BooleanValue.op_Implicit(DocumentFormat.OpenXml.BooleanValue)~System.Boolean"> <summary> Implicitly converts the specified value to a <see cref="T:System.Boolean"/> value. </summary> <param name="value">The <see cref="T:DocumentFormat.OpenXml.BooleanValue"/> to convert.</param> <returns>The converted <see cref="T:System.Boolean"/> value.</returns> <exception cref="T:System.InvalidOperationException">Thrown when <paramref name="value"/> is null.</exception> </member> <member name="M:DocumentFormat.OpenXml.BooleanValue.op_Implicit(System.Boolean)~DocumentFormat.OpenXml.BooleanValue"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.BooleanValue"/> class by implicitly converting the supplied <see cref="T:System.Boolean"/> value. </summary> <param name="value">The <see cref="T:System.Boolean"/> value.</param> <returns>A new <see cref="T:DocumentFormat.OpenXml.BooleanValue"/> instance with the value.</returns> </member> <member name="M:DocumentFormat.OpenXml.BooleanValue.FromBoolean(System.Boolean)"> <summary> Returns a new <see cref="T:DocumentFormat.OpenXml.BooleanValue"/> object that was created by using the supplied <see cref="T:System.Boolean"/> value. </summary> <param name="value">A <see cref="T:System.Boolean"/> value to use to create a new <see cref="T:DocumentFormat.OpenXml.BooleanValue"/> object.</param> <returns>A <see cref="T:DocumentFormat.OpenXml.BooleanValue"/> that corresponds to the value parameter.</returns> </member> <member name="M:DocumentFormat.OpenXml.BooleanValue.ToBoolean(DocumentFormat.OpenXml.BooleanValue)"> <summary> Returns the <see cref="T:System.Boolean"/> representation of a <see cref="T:DocumentFormat.OpenXml.BooleanValue"/> object. </summary> <param name="value"> A <see cref="T:DocumentFormat.OpenXml.BooleanValue"/> object to retrieve a <see cref="T:System.Boolean"/> representation. </param> <returns>A <see cref="T:System.Boolean"/> value that represents a <see cref="T:DocumentFormat.OpenXml.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 <see cref="T:DocumentFormat.OpenXml.ByteValue"/> class. </summary> </member> <member name="M:DocumentFormat.OpenXml.ByteValue.#ctor(System.Byte)"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.ByteValue"/> class using the supplied <see cref="T:System.Byte"/> value. </summary> <param name="value">The <see cref="T:System.Byte"/> value.</param> </member> <member name="M:DocumentFormat.OpenXml.ByteValue.#ctor(DocumentFormat.OpenXml.ByteValue)"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.ByteValue"/> class by deep copying the supplied <see cref="T:DocumentFormat.OpenXml.ByteValue"/> class. </summary> <param name="source"> The source <see cref="T:DocumentFormat.OpenXml.ByteValue"/> class. </param> </member> <member name="M:DocumentFormat.OpenXml.ByteValue.op_Implicit(DocumentFormat.OpenXml.ByteValue)~System.Byte"> <summary> Implicitly converts the specified value to a <see cref="T:System.Byte"/> value. </summary> <param name="value"> The <see cref="T:DocumentFormat.OpenXml.ByteValue"/> to convert. </param> <returns> The converted <see cref="T:System.Byte"/> value. </returns> <exception cref="T:System.InvalidOperationException">Thrown when <paramref name="value"/> is null.</exception> </member> <member name="M:DocumentFormat.OpenXml.ByteValue.op_Implicit(System.Byte)~DocumentFormat.OpenXml.ByteValue"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.ByteValue"/> class by implicitly converting the supplied <see cref="T:System.Byte"/> value. </summary> <param name="value"> The <see cref="T:System.Byte"/> value. </param> <returns>A new <see cref="T:DocumentFormat.OpenXml.ByteValue"/> instance with the value.</returns> </member> <member name="M:DocumentFormat.OpenXml.ByteValue.FromByte(System.Byte)"> <summary> Returns a new <see cref="T:DocumentFormat.OpenXml.ByteValue"/> object created from a <see cref="T:System.Byte"/> value. </summary> <param name="value">A <see cref="T:System.Byte"/> value to create a new <see cref="T:DocumentFormat.OpenXml.ByteValue"/> object from.</param> <returns>A <see cref="T:DocumentFormat.OpenXml.ByteValue"/> that corresponds to the value parameter.</returns> </member> <member name="M:DocumentFormat.OpenXml.ByteValue.ToByte(DocumentFormat.OpenXml.ByteValue)"> <summary> Returns the <see cref="T:System.Byte"/> value representation of a <see cref="T:DocumentFormat.OpenXml.ByteValue"/> object. </summary> <param name="value"> A <see cref="T:DocumentFormat.OpenXml.ByteValue"/> object to retrieve a <see cref="T:System.Byte"/> value representation. </param> <returns>A <see cref="T:System.Byte"/> value that represents a <see cref="T:DocumentFormat.OpenXml.ByteValue"/> object.</returns> </member> <member name="T:DocumentFormat.OpenXml.DateTimeValue"> <summary> Represents the <see cref="T:System.DateTime"/> value for attributes. </summary> </member> <member name="M:DocumentFormat.OpenXml.DateTimeValue.#ctor"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.DateTimeValue"/> class. </summary> </member> <member name="M:DocumentFormat.OpenXml.DateTimeValue.#ctor(System.DateTime)"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.DateTimeValue"/> class using the supplied <see cref="T:System.DateTime"/> value. </summary> <param name="value">The <see cref="T:System.DateTime"/> value.</param> </member> <member name="M:DocumentFormat.OpenXml.DateTimeValue.#ctor(DocumentFormat.OpenXml.DateTimeValue)"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.DateTimeValue"/> class by deep copying the supplied <see cref="T:DocumentFormat.OpenXml.DateTimeValue"/> class. </summary> <param name="source"> The source <see cref="T:DocumentFormat.OpenXml.DateTimeValue"/> class. </param> </member> <member name="M:DocumentFormat.OpenXml.DateTimeValue.Parse(System.String)"> <summary> Convert the text to meaningful value. </summary> </member> <member name="M:DocumentFormat.OpenXml.DateTimeValue.op_Implicit(DocumentFormat.OpenXml.DateTimeValue)~System.DateTime"> <summary> Implicitly converts the specified value to a <see cref="T:System.DateTime"/> value. </summary> <param name="value"> The <see cref="T:DocumentFormat.OpenXml.DateTimeValue"/> object to convert. </param> <returns> The converted <see cref="T:System.DateTime"/> value. </returns> <exception cref="T:System.InvalidOperationException">Thrown when <paramref name="value"/> is <c>null</c>.</exception> </member> <member name="M:DocumentFormat.OpenXml.DateTimeValue.op_Implicit(System.DateTime)~DocumentFormat.OpenXml.DateTimeValue"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.DateTimeValue"/> class by implicitly converting the supplied <see cref="T:System.DateTime"/> value. </summary> <param name="value"> The <see cref="T:System.DateTime"/> value. </param> <returns>A new <see cref="T:DocumentFormat.OpenXml.DateTimeValue"/> instance with the value.</returns> </member> <member name="M:DocumentFormat.OpenXml.DateTimeValue.FromDateTime(System.DateTime)"> <summary> Returns a new <see cref="T:DocumentFormat.OpenXml.DateTimeValue"/> object that was created from a <see cref="T:System.DateTime"/> value. </summary> <param name="value">A <see cref="T:System.DateTime"/> value to use to create a new <see cref="T:DocumentFormat.OpenXml.DateTimeValue"/> object.</param> <returns>A <see cref="T:DocumentFormat.OpenXml.DateTimeValue"/> object that corresponds to the value parameter.</returns> </member> <member name="M:DocumentFormat.OpenXml.DateTimeValue.ToDateTime(DocumentFormat.OpenXml.DateTimeValue)"> <summary> Returns the <see cref="T:System.DateTime"/> value representation of a <see cref="T:DocumentFormat.OpenXml.DateTimeValue"/> object. </summary> <param name="value"> A <see cref="T:DocumentFormat.OpenXml.DateTimeValue"/> object used to retrieve a <see cref="T:System.DateTime"/> value representation. </param> <returns>A <see cref="T:System.DateTime"/> value that represents a <see cref="T:DocumentFormat.OpenXml.DateTimeValue"/> 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 <see cref="T:DocumentFormat.OpenXml.DecimalValue"/> class. </summary> </member> <member name="M:DocumentFormat.OpenXml.DecimalValue.#ctor(System.Decimal)"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.DecimalValue"/> class using the supplied <see cref="T:System.Decimal"/> value. </summary> <param name="value">The <see cref="T:System.Decimal"/> value.</param> </member> <member name="M:DocumentFormat.OpenXml.DecimalValue.#ctor(DocumentFormat.OpenXml.DecimalValue)"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.DecimalValue"/> class by deep copying the supplied <see cref="T:DocumentFormat.OpenXml.DecimalValue"/> class. </summary> <param name="source"> The source <see cref="T:DocumentFormat.OpenXml.DecimalValue"/> class. </param> </member> <member name="M:DocumentFormat.OpenXml.DecimalValue.op_Implicit(DocumentFormat.OpenXml.DecimalValue)~System.Decimal"> <summary> Implicitly converts the specified value to a <see cref="T:System.Decimal"/> value. </summary> <param name="value"> The <see cref="T:DocumentFormat.OpenXml.DecimalValue"/> to convert. </param> <returns> The converted <see cref="T:System.Decimal"/> value. </returns> <exception cref="T:System.InvalidOperationException">Thrown when <paramref name="value"/> is null.</exception> </member> <member name="M:DocumentFormat.OpenXml.DecimalValue.op_Implicit(System.Decimal)~DocumentFormat.OpenXml.DecimalValue"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.DecimalValue"/> class by implicitly converting the supplied <see cref="T:System.Decimal"/> value. </summary> <param name="value"> The <see cref="T:System.Decimal"/> value. </param> <returns>A new <see cref="T:DocumentFormat.OpenXml.DecimalValue"/> instance with the value.</returns> </member> <member name="M:DocumentFormat.OpenXml.DecimalValue.FromDecimal(System.Decimal)"> <summary> Returns a new <see cref="T:DocumentFormat.OpenXml.DecimalValue"/> object that was created from a <see cref="T:System.Decimal"/> value. </summary> <param name="value">A <see cref="T:System.Decimal"/> value to use to create a new <see cref="T:DocumentFormat.OpenXml.DecimalValue"/> object.</param> <returns>A <see cref="T:DocumentFormat.OpenXml.DecimalValue"/> object that corresponds to the value parameter.</returns> </member> <member name="M:DocumentFormat.OpenXml.DecimalValue.ToDecimal(DocumentFormat.OpenXml.DecimalValue)"> <summary> Returns the <see cref="T:System.Decimal"/> representation of a <see cref="T:DocumentFormat.OpenXml.DecimalValue"/> object. </summary> <param name="value"> A <see cref="T:DocumentFormat.OpenXml.DecimalValue"/> object to use to retrieve a <see cref="T:System.Decimal"/> representation. </param> <returns>A <see cref="T:System.Decimal"/> value that represents a <see cref="T:DocumentFormat.OpenXml.DecimalValue"/> 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 <see cref="T:DocumentFormat.OpenXml.DoubleValue"/> class. </summary> </member> <member name="M:DocumentFormat.OpenXml.DoubleValue.#ctor(System.Double)"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.DoubleValue"/> class using the supplied <see cref="T:System.Double"/> value. </summary> <param name="value">The <see cref="T:System.Double"/> value.</param> </member> <member name="M:DocumentFormat.OpenXml.DoubleValue.#ctor(DocumentFormat.OpenXml.DoubleValue)"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.DoubleValue"/> by deep copying the supplied <see cref="T:DocumentFormat.OpenXml.DoubleValue"/> value. </summary> <param name="source"> The source <see cref="T:DocumentFormat.OpenXml.DoubleValue"/> class. </param> </member> <member name="M:DocumentFormat.OpenXml.DoubleValue.op_Implicit(DocumentFormat.OpenXml.DoubleValue)~System.Double"> <summary> Implicitly converts the specified value to a <see cref="T:System.Double"/> value. </summary> <param name="value"> The <see cref="T:DocumentFormat.OpenXml.DoubleValue"/> object to convert. </param> <returns> The converted <see cref="T:System.Double"/> value. </returns> <exception cref="T:System.InvalidOperationException">Thrown when <paramref name="value"/> is <c>null</c>.</exception> </member> <member name="M:DocumentFormat.OpenXml.DoubleValue.op_Implicit(System.Double)~DocumentFormat.OpenXml.DoubleValue"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.DoubleValue"/> class by implicitly converting the supplied <see cref="T:System.Double"/> value. </summary> <param name="value"> The <see cref="T:System.Double"/> value. </param> <returns>A new <see cref="T:DocumentFormat.OpenXml.DoubleValue"/> instance with the value.</returns> </member> <member name="M:DocumentFormat.OpenXml.DoubleValue.FromDouble(System.Double)"> <summary> Returns a new <see cref="T:DocumentFormat.OpenXml.DoubleValue"/> object created from a <see cref="T:System.Double"/> value. </summary> <param name="value">A <see cref="T:System.Double"/> value to use to create a new <see cref="T:DocumentFormat.OpenXml.DoubleValue"/> object.</param> <returns>A <see cref="T:DocumentFormat.OpenXml.DoubleValue"/> object that corresponds to the value parameter.</returns> </member> <member name="M:DocumentFormat.OpenXml.DoubleValue.ToDouble(DocumentFormat.OpenXml.DoubleValue)"> <summary> Returns the <see cref="T:System.Double"/> value representation of a <see cref="T:DocumentFormat.OpenXml.DoubleValue"/> object. </summary> <param name="value"> A <see cref="T:DocumentFormat.OpenXml.DoubleValue"/> object used to retrieve a <see cref="T:System.Double"/> value representation. </param> <returns>A <see cref="T:System.Double"/> value that represents a <see cref="T:DocumentFormat.OpenXml.DoubleValue"/> object.</returns> </member> <member name="T:DocumentFormat.OpenXml.EnumInfoLookup`1"> <summary> A utility to parse the <see cref="T:DocumentFormat.OpenXml.EnumStringAttribute"/> and <see cref="T:DocumentFormat.OpenXml.OfficeAvailabilityAttribute"/> attributes on schema related enums. Performance profiling shows that iterating through each of the types every time this is needed is very detrimental for performance. This creates an instance of a lookup table and caches it on the initial call </summary> <typeparam name="TEnum">The type of the enum</typeparam> <remarks> Calls will throw <see cref="T:System.ArgumentOutOfRangeException"/> when <typeparamref name="TEnum"/> has the following characteristics: - Does not have <see cref="T:System.Int32"/> as an underlying type - Has custom values that are not in the range of [0, {EnumSize}] - Does not have an <see cref="T:DocumentFormat.OpenXml.EnumStringAttribute"/> for each member - Has no members </remarks> </member> <member name="M:DocumentFormat.OpenXml.EnumInfoLookup`1.EnumStringLookupImpl.IsDefined(`0)"> <summary> Custom implementation of IsDefined to minimize performance impact on many calls </summary> </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.EnumValue`1"> <summary> Represents the enum value for attributes. </summary> <typeparam name="T">Every enum value must be an enum with the <see cref="T:DocumentFormat.OpenXml.EnumStringAttribute"/> object.</typeparam> </member> <member name="M:DocumentFormat.OpenXml.EnumValue`1.#ctor"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.EnumValue`1"/> class. </summary> </member> <member name="M:DocumentFormat.OpenXml.EnumValue`1.#ctor(`0)"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.EnumValue`1"/> 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 <see cref="T:DocumentFormat.OpenXml.EnumValue`1"/> by deep copying the supplied <see cref="T:DocumentFormat.OpenXml.EnumValue`1"/> class. </summary> <param name="source"> The source <see cref="T:DocumentFormat.OpenXml.EnumValue`1"/> class. </param> </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="value">The <see cref="T:DocumentFormat.OpenXml.EnumValue`1"/> to convert.</param> <returns> The converted enum value. </returns> <exception cref="T:System.InvalidOperationException">Thrown when <paramref name="value"/> is <c>null</c>.</exception> </member> <member name="M:DocumentFormat.OpenXml.EnumValue`1.op_Implicit(`0)~DocumentFormat.OpenXml.EnumValue{`0}"> <summary> Initializes a new <see cref="T:DocumentFormat.OpenXml.EnumValue`1"/> class by converting the supplied enum value. </summary> <param name="value">The specified value.</param> <returns>A new <see cref="T:DocumentFormat.OpenXml.EnumValue`1"/> 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.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)"> <inheritdoc /> </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 <see cref="T:DocumentFormat.OpenXml.HexBinaryValue"/> class. </summary> </member> <member name="M:DocumentFormat.OpenXml.HexBinaryValue.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.HexBinaryValue"/> class using the supplied string. </summary> <param name="hexBinary">The <see cref="T:System.String"/> value.</param> </member> <member name="M:DocumentFormat.OpenXml.HexBinaryValue.#ctor(DocumentFormat.OpenXml.HexBinaryValue)"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.HexBinaryValue"/> class by deep copying the supplied <see cref="T:DocumentFormat.OpenXml.HexBinaryValue"/> class. </summary> <param name="source">The source <see cref="T:DocumentFormat.OpenXml.HexBinaryValue"/> class.</param> </member> <member name="P:DocumentFormat.OpenXml.HexBinaryValue.IsValid"> <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.HexBinaryValue.Value"> <summary> Gets or sets the hex binary value </summary> </member> <member name="M:DocumentFormat.OpenXml.HexBinaryValue.TryGetBytes(System.Byte[]@)"> <summary> Attempts to retrieve the bytes associated with this <see cref="T:DocumentFormat.OpenXml.HexBinaryValue"/> if available. </summary> <param name="bytes">The bytes if successfully written.</param> <returns>Whether bytes where successfully written.</returns> </member> <member name="M:DocumentFormat.OpenXml.HexBinaryValue.TryWriteBytes(DocumentFormat.OpenXml.Span{System.Byte})"> <summary> Attempts to write the bytes associated with this <see cref="T:DocumentFormat.OpenXml.HexBinaryValue"/> if available. </summary> <param name="bytes">A buffer to write to</param> <returns>Whether bytes where successfully written.</returns> </member> <member name="M:DocumentFormat.OpenXml.HexBinaryValue.Create(DocumentFormat.OpenXml.ReadOnlySpan{System.Byte})"> <summary> Returns a new <see cref="T:DocumentFormat.OpenXml.HexBinaryValue"/> object that was created from <paramref name="bytes"/>. </summary> <param name="bytes">A byte array to use to create a new <see cref="T:DocumentFormat.OpenXml.HexBinaryValue"/> object.</param> <returns>A <see cref="T:DocumentFormat.OpenXml.HexBinaryValue"/> object that corresponds to the value parameter.</returns> </member> <member name="M:DocumentFormat.OpenXml.HexBinaryValue.Create(System.Byte[])"> <summary> Returns a new <see cref="T:DocumentFormat.OpenXml.HexBinaryValue"/> object that was created from <paramref name="bytes"/>. </summary> <param name="bytes">A byte array to use to create a new <see cref="T:DocumentFormat.OpenXml.HexBinaryValue"/> object.</param> <returns>A <see cref="T:DocumentFormat.OpenXml.HexBinaryValue"/> object that corresponds to the value parameter.</returns> </member> <member name="M:DocumentFormat.OpenXml.HexBinaryValue.op_Implicit(DocumentFormat.OpenXml.HexBinaryValue)~System.String"> <summary> Implicitly converts the specified value to a <see cref="T:System.String"/> value. </summary> <param name="value">The <see cref="T:DocumentFormat.OpenXml.HexBinaryValue"/> object to convert.</param> <returns>The converted HexBinary string. Returns null when <paramref name="value"/> is <c>null</c>.</returns> </member> <member name="M:DocumentFormat.OpenXml.HexBinaryValue.op_Implicit(System.String)~DocumentFormat.OpenXml.HexBinaryValue"> <summary> Implicitly converts the specified <see cref="T:System.String"/> value to a <see cref="T:DocumentFormat.OpenXml.HexBinaryValue"/> object. </summary> <param name="value">The specified hexBinary value.</param> <returns>A new <see cref="T:DocumentFormat.OpenXml.HexBinaryValue"/> instance with the value.</returns> </member> <member name="M:DocumentFormat.OpenXml.HexBinaryValue.FromString(System.String)"> <summary> Returns a new <see cref="T:DocumentFormat.OpenXml.HexBinaryValue"/> object that was created from a <see cref="T:System.String"/> value. </summary> <param name="value">A <see cref="T:System.String"/> value to use to create a new <see cref="T:DocumentFormat.OpenXml.HexBinaryValue"/> object.</param> <returns>A <see cref="T:DocumentFormat.OpenXml.HexBinaryValue"/> object that corresponds to the value parameter.</returns> </member> <member name="M:DocumentFormat.OpenXml.HexBinaryValue.ToString(DocumentFormat.OpenXml.HexBinaryValue)"> <summary> Returns the <see cref="T:System.String"/> value representation of a <see cref="T:DocumentFormat.OpenXml.HexBinaryValue"/> object. </summary> <param name="value"> A <see cref="T:DocumentFormat.OpenXml.HexBinaryValue"/> object used to retrieve a <see cref="T:System.String"/> value representation. </param> <returns>A <see cref="T:System.String"/> value that represents a <see cref="T:DocumentFormat.OpenXml.HexBinaryValue"/> object.</returns> </member> <member name="T:DocumentFormat.OpenXml.HexStringFactory"> <summary> A factory of hex strings. </summary> </member> <member name="M:DocumentFormat.OpenXml.HexStringFactory.Create(DocumentFormat.OpenXml.ReadOnlySpan{System.Byte})"> <summary> Returns a new hex string that was created from <paramref name="bytes"/>. </summary> <param name="bytes">A byte array to use to create a new hex string.</param> <returns>A hex string that corresponds to the value parameter.</returns> </member> <member name="M:DocumentFormat.OpenXml.HexStringFactory.Create(System.Byte[])"> <summary> Returns a new hex string that was created from <paramref name="bytes"/>. </summary> <param name="bytes">A byte array to use to create a new hex string.</param> <returns>A hex string that corresponds to the value parameter.</returns> </member> <member name="T:DocumentFormat.OpenXml.Int16Value"> <summary> Represents the <see cref="T:System.Int16"/> value for attributes. </summary> </member> <member name="M:DocumentFormat.OpenXml.Int16Value.#ctor"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.Int16Value"/> class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Int16Value.#ctor(System.Int16)"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.Int16Value"/> class using the supplied <see cref="T:System.Int16"/> value. </summary> <param name="value">The <see cref="T:System.Int16"/> value.</param> </member> <member name="M:DocumentFormat.OpenXml.Int16Value.#ctor(DocumentFormat.OpenXml.Int16Value)"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.Int16Value"/> by deep copying the supplied IntValue class. </summary> <param name="source">The source <see cref="T:DocumentFormat.OpenXml.Int16Value"/> class.</param> </member> <member name="M:DocumentFormat.OpenXml.Int16Value.op_Implicit(DocumentFormat.OpenXml.Int16Value)~System.Int16"> <summary> Implicitly converts the specified value to an <see cref="T:System.Int16"/> value. </summary> <param name="value">The <see cref="T:DocumentFormat.OpenXml.Int16Value"/> to convert.</param> <returns>The converted <see cref="T:System.Int16"/> value.</returns> <exception cref="T:System.InvalidOperationException">Thrown when <paramref name="value"/> is <c>null</c>.</exception> </member> <member name="M:DocumentFormat.OpenXml.Int16Value.op_Implicit(System.Int16)~DocumentFormat.OpenXml.Int16Value"> <summary> Implicitly converts an <see cref="T:System.Int16"/> value to a <see cref="T:DocumentFormat.OpenXml.Int16Value"/> instance. </summary> <param name="value">The specified value.</param> <returns>A new <see cref="T:DocumentFormat.OpenXml.Int16Value"/> instance with the value.</returns> </member> <member name="M:DocumentFormat.OpenXml.Int16Value.FromInt16(System.Int16)"> <summary> Returns a new <see cref="T:DocumentFormat.OpenXml.Int16Value"/> object that was created from an <see cref="T:System.Int16"/> value. </summary> <param name="value">An <see cref="T:System.Int16"/> value to use to create a new <see cref="T:DocumentFormat.OpenXml.Int16Value"/> object.</param> <returns>An <see cref="T:DocumentFormat.OpenXml.Int16Value"/> that corresponds to the value parameter.</returns> </member> <member name="M:DocumentFormat.OpenXml.Int16Value.ToInt16(DocumentFormat.OpenXml.Int16Value)"> <summary> Returns an <see cref="T:System.Int16"/> representation of an <see cref="T:DocumentFormat.OpenXml.Int16Value"/> object. </summary> <param name="value"> An <see cref="T:DocumentFormat.OpenXml.Int16Value"/> object to retrieve an <see cref="T:System.Int16"/> representation. </param> <returns>An <see cref="T:System.Int16"/> value that represents an <see cref="T:DocumentFormat.OpenXml.Int16Value"/> object.</returns> </member> <member name="T:DocumentFormat.OpenXml.Int32Value"> <summary> Represents the <see cref="T:System.Int32"/> value for attributes. </summary> </member> <member name="M:DocumentFormat.OpenXml.Int32Value.#ctor"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.Int32Value"/> class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Int32Value.#ctor(System.Int32)"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.Int32Value"/> class using the supplied <see cref="T:System.Int32"/> value. </summary> <param name="value">The <see cref="T:System.Int32"/> value.</param> </member> <member name="M:DocumentFormat.OpenXml.Int32Value.#ctor(DocumentFormat.OpenXml.Int32Value)"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.Int32Value"/> by deep copying the supplied <see cref="T:DocumentFormat.OpenXml.Int32Value"/> class. </summary> <param name="source">The source <see cref="T:DocumentFormat.OpenXml.Int32Value"/> class.</param> </member> <member name="M:DocumentFormat.OpenXml.Int32Value.op_Implicit(DocumentFormat.OpenXml.Int32Value)~System.Int32"> <summary> Implicitly converts the specified value to an <see cref="T:System.Int32"/> value. </summary> <param name="value">The <see cref="T:DocumentFormat.OpenXml.Int32Value"/> to convert.</param> <returns> The converted <see cref="T:System.Int32"/> value. </returns> <exception cref="T:System.InvalidOperationException">Thrown when <paramref name="value"/> is <c>null</c>.</exception> </member> <member name="M:DocumentFormat.OpenXml.Int32Value.op_Implicit(System.Int32)~DocumentFormat.OpenXml.Int32Value"> <summary> Implicitly converts an <see cref="T:System.Int32"/> value to a specified <see cref="T:DocumentFormat.OpenXml.Int32Value"/> instance. </summary> <param name="value">The specified <see cref="T:System.Int32"/> value.</param> <returns>A new <see cref="T:DocumentFormat.OpenXml.Int32Value"/> instance with the value.</returns> </member> <member name="M:DocumentFormat.OpenXml.Int32Value.FromInt32(System.Int32)"> <summary> Returns a new <see cref="T:DocumentFormat.OpenXml.Int32Value"/> object that was created from an <see cref="T:System.Int32"/> value. </summary> <param name="value">An <see cref="T:System.Int32"/> value to use to create a new <see cref="T:DocumentFormat.OpenXml.Int32Value"/> object.</param> <returns>An <see cref="T:DocumentFormat.OpenXml.Int32Value"/> that corresponds to the value parameter.</returns> </member> <member name="M:DocumentFormat.OpenXml.Int32Value.ToInt32(DocumentFormat.OpenXml.Int32Value)"> <summary> Returns the <see cref="T:System.Int32"/> representation of an <see cref="T:DocumentFormat.OpenXml.Int32Value"/> object. </summary> <param name="value"> An <see cref="T:DocumentFormat.OpenXml.Int32Value"/> object to use to retrieve an <see cref="T:System.Int32"/> representation. </param> <returns>An <see cref="T:System.Int32"/> value that represents an <see cref="T:DocumentFormat.OpenXml.Int32Value"/> object.</returns> </member> <member name="T:DocumentFormat.OpenXml.Int64Value"> <summary> Represents the <see cref="T:System.Int64"/> value for attributes. </summary> </member> <member name="M:DocumentFormat.OpenXml.Int64Value.#ctor"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.Int64Value"/> class. </summary> </member> <member name="M:DocumentFormat.OpenXml.Int64Value.#ctor(System.Int64)"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.Int64Value"/> class using the supplied <see cref="T:System.Int64"/> value. </summary> <param name="value">The <see cref="T:System.Int64"/> value.</param> </member> <member name="M:DocumentFormat.OpenXml.Int64Value.#ctor(DocumentFormat.OpenXml.Int64Value)"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.Int64Value"/> by deep copying the supplied <see cref="T:DocumentFormat.OpenXml.Int64Value"/> class. </summary> <param name="source">The source <see cref="T:DocumentFormat.OpenXml.Int64Value"/> class.</param> </member> <member name="M:DocumentFormat.OpenXml.Int64Value.op_Implicit(DocumentFormat.OpenXml.Int64Value)~System.Int64"> <summary> Implicitly converts the specified <see cref="T:DocumentFormat.OpenXml.Int64Value"/> to an <see cref="T:System.Int64"/> value. </summary> <param name="value">The <see cref="T:DocumentFormat.OpenXml.Int64Value"/> to convert.</param> <returns>The converted <see cref="T:System.Int64"/> value.</returns> <exception cref="T:System.InvalidOperationException">Thrown when <paramref name="value"/> is <c>null</c>.</exception> </member> <member name="M:DocumentFormat.OpenXml.Int64Value.op_Implicit(System.Int64)~DocumentFormat.OpenXml.Int64Value"> <summary> Implicitly converts an <see cref="T:System.Int64"/> value to an <see cref="T:DocumentFormat.OpenXml.Int64Value"/> value. </summary> <param name="value">The specified value.</param> <returns>A new <see cref="T:DocumentFormat.OpenXml.Int64Value"/> instance with the value.</returns> </member> <member name="M:DocumentFormat.OpenXml.Int64Value.FromInt64(System.Int64)"> <summary> Returns a new <see cref="T:DocumentFormat.OpenXml.Int64Value"/> object that was created from an <see cref="T:System.Int64"/> value. </summary> <param name="value">An <see cref="T:System.Int64"/> value to use to create a new <see cref="T:DocumentFormat.OpenXml.Int64Value"/> object.</param> <returns>An <see cref="T:DocumentFormat.OpenXml.Int64Value"/> that corresponds to the value parameter.</returns> </member> <member name="M:DocumentFormat.OpenXml.Int64Value.ToInt64(DocumentFormat.OpenXml.Int64Value)"> <summary> Returns the <see cref="T:System.Int64"/> representation of an <see cref="T:DocumentFormat.OpenXml.Int64Value"/> object. </summary> <param name="value"> An <see cref="T:DocumentFormat.OpenXml.Int64Value"/> object used to retrieve an <see cref="T:System.Int64"/> representation. </param> <returns>An <see cref="T:System.Int64"/> value that represents an <see cref="T:DocumentFormat.OpenXml.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. </remarks> </member> <member name="M:DocumentFormat.OpenXml.IntegerValue.#ctor"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.IntegerValue"/> class. </summary> </member> <member name="M:DocumentFormat.OpenXml.IntegerValue.#ctor(System.Int64)"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.IntegerValue"/> class using the supplied <see cref="T:System.Int64"/> value. </summary> <param name="value">The <see cref="T:System.Int64"/> value.</param> </member> <member name="M:DocumentFormat.OpenXml.IntegerValue.#ctor(DocumentFormat.OpenXml.IntegerValue)"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.IntegerValue"/> class by deep copying the supplied <see cref="T:DocumentFormat.OpenXml.IntegerValue"/> class. </summary> <param name="source">The source <see cref="T:DocumentFormat.OpenXml.IntegerValue"/> class.</param> </member> <member name="M:DocumentFormat.OpenXml.IntegerValue.op_Implicit(DocumentFormat.OpenXml.IntegerValue)~System.Int64"> <summary> Implicitly converts the specified <see cref="T:DocumentFormat.OpenXml.IntegerValue"/> to an <see cref="T:System.Int64"/> value. </summary> <param name="value">The <see cref="T:DocumentFormat.OpenXml.IntegerValue"/> to convert.</param> <returns> The converted <see cref="T:System.Int64"/> value. </returns> <exception cref="T:System.InvalidOperationException">Thrown when <paramref name="value"/> is <c>null</c>.</exception> </member> <member name="M:DocumentFormat.OpenXml.IntegerValue.op_Implicit(System.Int64)~DocumentFormat.OpenXml.IntegerValue"> <summary> Implicitly converts the specified <see cref="T:System.Int64"/> value to an <see cref="T:DocumentFormat.OpenXml.IntegerValue"/> class. </summary> <param name="value">The specified value.</param> <returns>A new <see cref="T:DocumentFormat.OpenXml.IntegerValue"/> instance with the value.</returns> </member> <member name="M:DocumentFormat.OpenXml.IntegerValue.FromInt64(System.Int64)"> <summary> Returns a new <see cref="T:DocumentFormat.OpenXml.IntegerValue"/> object created from an <see cref="T:System.Int64"/> value. </summary> <param name="value">An <see cref="T:System.Int64"/> value to use to create a new <see cref="T:DocumentFormat.OpenXml.IntegerValue"/> object.</param> <returns>An <see cref="T:DocumentFormat.OpenXml.IntegerValue"/> that corresponds to the value parameter.</returns> </member> <member name="M:DocumentFormat.OpenXml.IntegerValue.ToInt64(DocumentFormat.OpenXml.IntegerValue)"> <summary> Returns the <see cref="T:System.Int64"/> representation of an <see cref="T:DocumentFormat.OpenXml.IntegerValue"/> object. </summary> <param name="value"> An <see cref="T:DocumentFormat.OpenXml.IntegerValue"/> object used to retrieve an <see cref="T:System.Int64"/> representation. </param> <returns>An <see cref="T:System.Int64"/> value that represents an <see cref="T:DocumentFormat.OpenXml.IntegerValue"/> 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 <see cref="T:DocumentFormat.OpenXml.ListValue`1"/> class. </summary> </member> <member name="M:DocumentFormat.OpenXml.ListValue`1.#ctor(System.Collections.Generic.IEnumerable{`0})"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.ListValue`1"/> 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 <see cref="T:DocumentFormat.OpenXml.ListValue`1"/> class by deep copying the supplied <see cref="T:DocumentFormat.OpenXml.ListValue`1"/> class. </summary> <param name="list">The source <see cref="T:DocumentFormat.OpenXml.ListValue`1"/> class.</param> </member> <member name="P:DocumentFormat.OpenXml.ListValue`1.HasValue"> <inheritdoc/> </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.GetEnumerator"> <inheritdoc/> </member> <member name="T:DocumentFormat.OpenXml.OnOffValue"> <summary> Defines an <see cref="T:DocumentFormat.OpenXml.OnOffValue"/> data type for attributes that have enum values that are <see cref="T:System.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 <see cref="T:System.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 <see cref="T:DocumentFormat.OpenXml.OnOffValue"/> class. </summary> <param name="source">The source <see cref="T:DocumentFormat.OpenXml.OnOffValue"/> class.</param> </member> <member name="M:DocumentFormat.OpenXml.OnOffValue.Parse(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.GetText(System.Boolean)"> <summary> Gets the default text value. </summary> <param name="boolValue">The boolean value.</param> <returns>"1" for <c>true</c>, "0" for <c>false</c>.</returns> </member> <member name="M:DocumentFormat.OpenXml.OnOffValue.op_Implicit(DocumentFormat.OpenXml.OnOffValue)~System.Boolean"> <summary> Implicitly converts the specified <see cref="T:DocumentFormat.OpenXml.OnOffValue"/> object to a <see cref="T:System.Boolean"/> value. </summary> <param name="value">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 <see cref="T:DocumentFormat.OpenXml.OnOffValue"/> object created from a <see cref="T:System.Boolean"/> value. </summary> <param name="value">A <see cref="T:System.Boolean"/> value that is used to create a new <see cref="T:DocumentFormat.OpenXml.OnOffValue"/> object.</param> <returns>A <see cref="T:DocumentFormat.OpenXml.OnOffValue"/> that corresponds to the value parameter.</returns> </member> <member name="M:DocumentFormat.OpenXml.OnOffValue.ToBoolean(DocumentFormat.OpenXml.OnOffValue)"> <summary> Returns the internal <see cref="T:System.Boolean"/> representation of a <see cref="T:DocumentFormat.OpenXml.OnOffValue"/> object. </summary> <param name="value">A <see cref="T:DocumentFormat.OpenXml.OnOffValue"/> object to retrieve an internal <see cref="T:System.Boolean"/> representation.</param> <returns>A <see cref="T:System.Boolean"/> value that represents a <see cref="T:DocumentFormat.OpenXml.OnOffValue"/> object.</returns> </member> <member name="T:DocumentFormat.OpenXml.OpenXmlComparableSimpleReference`1"> <summary> Represents a comparable and equatable reference. </summary> <typeparam name="T">The type of the value.</typeparam> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlComparableSimpleReference`1.#ctor"> <summary> Creates a new instance of <see cref="T:DocumentFormat.OpenXml.OpenXmlComparableSimpleReference`1"/>. </summary> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlComparableSimpleReference`1.#ctor(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference{`0})"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.OpenXmlComparableSimpleReference`1"/> class by deep copying the supplied <see cref="T:DocumentFormat.OpenXml.OpenXmlComparableSimpleReference`1"/> value. </summary> <param name="source">The source <see cref="T:DocumentFormat.OpenXml.OpenXmlComparableSimpleReference`1"/> instance.</param> </member> <member name="P:DocumentFormat.OpenXml.OpenXmlComparableSimpleReference`1.Value"> <summary> Gets or sets the value of this instance. </summary> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlComparableSimpleReference`1.CompareTo(System.Object)"> <inheritdoc /> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlComparableSimpleReference`1.CompareTo(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference{`0})"> <inheritdoc /> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlComparableSimpleReference`1.Equals(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference{`0})"> <inheritdoc /> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlComparableSimpleReference`1.Equals(System.Object)"> <inheritdoc /> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlComparableSimpleReference`1.GetHashCode"> <inheritdoc /> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlComparableSimpleReference`1.op_Equality(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference{`0},DocumentFormat.OpenXml.OpenXmlComparableSimpleReference{`0})"> <summary> Determines whether the specified operands are equal. </summary> <param name="left">The left operand, or null.</param> <param name="right">The right operand, or null.</param> <returns>True if the operands are equal; otherwise, false.</returns> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlComparableSimpleReference`1.op_Inequality(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference{`0},DocumentFormat.OpenXml.OpenXmlComparableSimpleReference{`0})"> <summary> Determines whether the specified operands are not equal. </summary> <param name="left">The left operand, or null.</param> <param name="right">The right operand, or null.</param> <returns>True if the operands are not equal; otherwise, false.</returns> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlComparableSimpleReference`1.op_LessThan(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference{`0},DocumentFormat.OpenXml.OpenXmlComparableSimpleReference{`0})"> <summary> Determines whether the left operand is less than the right operand. </summary> <param name="left">The left operand, or null.</param> <param name="right">The right operand, or null.</param> <returns>True if the left operand is less than the right operand; otherwise, false.</returns> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlComparableSimpleReference`1.op_LessThanOrEqual(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference{`0},DocumentFormat.OpenXml.OpenXmlComparableSimpleReference{`0})"> <summary> Determines whether the left operand is less than or equal to the right operand. </summary> <param name="left">The left operand, or null.</param> <param name="right">The right operand, or null.</param> <returns>True if the left operand is less than or equal to the right operand; otherwise, false.</returns> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlComparableSimpleReference`1.op_GreaterThan(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference{`0},DocumentFormat.OpenXml.OpenXmlComparableSimpleReference{`0})"> <summary> Determines whether the left operand is greater than the right operand. </summary> <param name="left">The left operand, or null.</param> <param name="right">The right operand, or null.</param> <returns>True if the left operand is greater than the right operand; otherwise, false.</returns> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlComparableSimpleReference`1.op_GreaterThanOrEqual(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference{`0},DocumentFormat.OpenXml.OpenXmlComparableSimpleReference{`0})"> <summary> Determines whether the left operand is greater than or equal to the right operand. </summary> <param name="left">The left operand, or null.</param> <param name="right">The right operand, or null.</param> <returns>True if the left operand is greater than or equal to the right operand; otherwise, false.</returns> </member> <member name="T:DocumentFormat.OpenXml.OpenXmlComparableSimpleValue`1"> <summary> Represents a comparable and equatable value. </summary> <typeparam name="T">The type of the value.</typeparam> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlComparableSimpleValue`1.#ctor"> <summary> Creates a new instance of <see cref="T:DocumentFormat.OpenXml.OpenXmlComparableSimpleValue`1"/>. </summary> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlComparableSimpleValue`1.#ctor(`0)"> <summary> Creates a new instance of <see cref="T:DocumentFormat.OpenXml.OpenXmlComparableSimpleValue`1"/>. </summary> <param name="value">The value in type T.</param> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlComparableSimpleValue`1.#ctor(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue{`0})"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.OpenXmlComparableSimpleValue`1"/> class by deep copying the supplied <see cref="T:DocumentFormat.OpenXml.OpenXmlComparableSimpleValue`1"/> value. </summary> <param name="source">The source <see cref="T:DocumentFormat.OpenXml.OpenXmlComparableSimpleValue`1"/> instance.</param> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlComparableSimpleValue`1.CompareTo(System.Object)"> <inheritdoc /> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlComparableSimpleValue`1.CompareTo(`0)"> <inheritdoc /> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlComparableSimpleValue`1.CompareTo(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue{`0})"> <inheritdoc /> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlComparableSimpleValue`1.Equals(`0)"> <inheritdoc /> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlComparableSimpleValue`1.Equals(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue{`0})"> <inheritdoc /> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlComparableSimpleValue`1.Equals(System.Object)"> <inheritdoc /> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlComparableSimpleValue`1.GetHashCode"> <inheritdoc /> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlComparableSimpleValue`1.op_Equality(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue{`0},DocumentFormat.OpenXml.OpenXmlComparableSimpleValue{`0})"> <summary> Determines whether the specified operands are equal. </summary> <param name="left">The left operand, or null.</param> <param name="right">The right operand, or null.</param> <returns>True if the operands are equal; otherwise, false.</returns> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlComparableSimpleValue`1.op_Inequality(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue{`0},DocumentFormat.OpenXml.OpenXmlComparableSimpleValue{`0})"> <summary> Determines whether the specified operands are not equal. </summary> <param name="left">The left operand, or null.</param> <param name="right">The right operand, or null.</param> <returns>True if the operands are not equal; otherwise, false.</returns> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlComparableSimpleValue`1.op_LessThan(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue{`0},DocumentFormat.OpenXml.OpenXmlComparableSimpleValue{`0})"> <summary> Determines whether the left operand is less than the right operand. </summary> <param name="left">The left operand, or null.</param> <param name="right">The right operand, or null.</param> <returns>True if the left operand is less than the right operand; otherwise, false.</returns> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlComparableSimpleValue`1.op_LessThanOrEqual(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue{`0},DocumentFormat.OpenXml.OpenXmlComparableSimpleValue{`0})"> <summary> Determines whether the left operand is less than or equal to the right operand. </summary> <param name="left">The left operand, or null.</param> <param name="right">The right operand, or null.</param> <returns>True if the left operand is less than or equal to the right operand; otherwise, false.</returns> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlComparableSimpleValue`1.op_GreaterThan(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue{`0},DocumentFormat.OpenXml.OpenXmlComparableSimpleValue{`0})"> <summary> Determines whether the left operand is greater than the right operand. </summary> <param name="left">The left operand, or null.</param> <param name="right">The right operand, or null.</param> <returns>True if the left operand is greater than the right operand; otherwise, false.</returns> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlComparableSimpleValue`1.op_GreaterThanOrEqual(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue{`0},DocumentFormat.OpenXml.OpenXmlComparableSimpleValue{`0})"> <summary> Determines whether the left operand is greater than or equal to the right operand. </summary> <param name="left">The left operand, or null.</param> <param name="right">The right operand, or null.</param> <returns>True if the left operand is greater than or equal to the right operand; otherwise, false.</returns> </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> Gets or sets the internal raw text value. DO NOT use this property. Only for OpenXmlSimpleType.cs internal use. </summary> </member> <member name="P:DocumentFormat.OpenXml.OpenXmlSimpleType.HasValue"> <summary> Gets a value indicating 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.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 (such as <see cref="T:System.Int32"/> , <see cref="T:System.UInt32"/>, <see cref="T:System.Byte"/>, 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"> <inheritdoc /> </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"> <inheritdoc /> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlSimpleValue`1.Parse(System.String)"> <summary> Convert the text to meaningful value. </summary> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlSimpleValue`1.TryParse(System.String,`0@)"> <summary> Convert the text to meaningful value with no exceptions </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="M:DocumentFormat.OpenXml.OpenXmlSimpleValue`1.Equals(System.Object)"> <inheritdoc /> </member> <member name="M:DocumentFormat.OpenXml.OpenXmlSimpleValue`1.GetHashCode"> <inheritdoc /> </member> <member name="T:DocumentFormat.OpenXml.SByteValue"> <summary> Represents the <see cref="T:System.SByte"/> value for attributes. </summary> </member> <member name="M:DocumentFormat.OpenXml.SByteValue.#ctor"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.SByteValue"/> class. </summary> </member> <member name="M:DocumentFormat.OpenXml.SByteValue.#ctor(System.SByte)"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.SByteValue"/> class using the supplied <see cref="T:System.SByte"/> value. </summary> <param name="value">The <see cref="T:System.SByte"/> value.</param> </member> <member name="M:DocumentFormat.OpenXml.SByteValue.#ctor(DocumentFormat.OpenXml.SByteValue)"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.SByteValue"/> by deep copying the supplied <see cref="T:DocumentFormat.OpenXml.SByteValue"/> class. </summary> <param name="source">The source <see cref="T:DocumentFormat.OpenXml.SByteValue"/> class.</param> </member> <member name="M:DocumentFormat.OpenXml.SByteValue.op_Implicit(DocumentFormat.OpenXml.SByteValue)~System.SByte"> <summary> Implicitly converts the specified <see cref="T:DocumentFormat.OpenXml.SByteValue"/> to an <see cref="T:System.SByte"/> value. </summary> <param name="value">The <see cref="T:DocumentFormat.OpenXml.SByteValue"/> to convert.</param> <returns>The converted <see cref="T:System.SByte"/> value.</returns> <exception cref="T:System.InvalidOperationException">Thrown when <paramref name="value"/> is <c>null</c>.</exception> </member> <member name="M:DocumentFormat.OpenXml.SByteValue.op_Implicit(System.SByte)~DocumentFormat.OpenXml.SByteValue"> <summary> Implicitly converts the specified <see cref="T:System.SByte"/> value to an <see cref="T:DocumentFormat.OpenXml.SByteValue"/> instance. </summary> <param name="value">The specified <see cref="T:System.SByte"/> value.</param> <returns>A new <see cref="T:DocumentFormat.OpenXml.SByteValue"/> instance with the value.</returns> </member> <member name="M:DocumentFormat.OpenXml.SByteValue.FromSByte(System.SByte)"> <summary> Returns a new <see cref="T:DocumentFormat.OpenXml.SByteValue"/> object created from a Byte value. </summary> <param name="value">An <see cref="T:System.SByte"/> value to use to create a new <see cref="T:DocumentFormat.OpenXml.SByteValue"/> object.</param> <returns>An <see cref="T:DocumentFormat.OpenXml.SByteValue"/> that corresponds to the value parameter.</returns> </member> <member name="M:DocumentFormat.OpenXml.SByteValue.ToSByte(DocumentFormat.OpenXml.SByteValue)"> <summary> Returns the <see cref="T:System.SByte"/> representation of an <see cref="T:DocumentFormat.OpenXml.SByteValue"/> object. </summary> <param name="value"> An <see cref="T:DocumentFormat.OpenXml.SByteValue"/> object to retrieve an <see cref="T:System.SByte"/> representation. </param> <returns>An <see cref="T:System.SByte"/> value that represents an <see cref="T:DocumentFormat.OpenXml.SByteValue"/> object.</returns> </member> <member name="T:DocumentFormat.OpenXml.SingleValue"> <summary> Represents the <see cref="T:System.Single"/> value for attributes. </summary> </member> <member name="M:DocumentFormat.OpenXml.SingleValue.#ctor"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.SingleValue"/> class. </summary> </member> <member name="M:DocumentFormat.OpenXml.SingleValue.#ctor(System.Single)"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.SingleValue"/> class using the supplied <see cref="T:System.Single"/> value. </summary> <param name="value">The <see cref="T:System.Single"/> value.</param> </member> <member name="M:DocumentFormat.OpenXml.SingleValue.#ctor(DocumentFormat.OpenXml.SingleValue)"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.SingleValue"/> class by deep copying the supplied <see cref="T:DocumentFormat.OpenXml.SingleValue"/> class. </summary> <param name="source">The source <see cref="T:DocumentFormat.OpenXml.SingleValue"/> class.</param> </member> <member name="M:DocumentFormat.OpenXml.SingleValue.op_Implicit(DocumentFormat.OpenXml.SingleValue)~System.Single"> <summary> Implicitly converts the specified <see cref="T:DocumentFormat.OpenXml.SingleValue"/> object to a <see cref="T:System.Single"/> value. </summary> <param name="value">The <see cref="T:DocumentFormat.OpenXml.SingleValue"/> to convert.</param> <returns> The converted <see cref="T:System.Single"/> value. </returns> <exception cref="T:System.InvalidOperationException">Thrown when <paramref name="value"/> is <c>null</c>.</exception> </member> <member name="M:DocumentFormat.OpenXml.SingleValue.op_Implicit(System.Single)~DocumentFormat.OpenXml.SingleValue"> <summary> Implicitly converts the specified <see cref="T:System.Single"/> value to a <see cref="T:DocumentFormat.OpenXml.SingleValue"/> object. </summary> <param name="value">The specified value.</param> <returns>A new <see cref="T:DocumentFormat.OpenXml.SingleValue"/> instance with the value.</returns> </member> <member name="M:DocumentFormat.OpenXml.SingleValue.FromSingle(System.Single)"> <summary> Returns a new <see cref="T:DocumentFormat.OpenXml.SingleValue"/> object that was created from a <see cref="T:System.Single"/> value. </summary> <param name="value">A <see cref="T:System.Single"/> value to use to create a new <see cref="T:DocumentFormat.OpenXml.SingleValue"/> object.</param> <returns>A <see cref="T:DocumentFormat.OpenXml.SingleValue"/> object that corresponds to the value parameter.</returns> </member> <member name="M:DocumentFormat.OpenXml.SingleValue.ToSingle(DocumentFormat.OpenXml.SingleValue)"> <summary> Returns the <see cref="T:System.Single"/> value representation of a <see cref="T:DocumentFormat.OpenXml.SingleValue"/> object. </summary> <param name="value"> A <see cref="T:DocumentFormat.OpenXml.SingleValue"/> object used to retrieve a <see cref="T:System.Single"/> value representation. </param> <returns>A <see cref="T:System.Single"/> value that represents a <see cref="T:DocumentFormat.OpenXml.SingleValue"/> 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 <see cref="T:DocumentFormat.OpenXml.StringValue"/> class. </summary> </member> <member name="M:DocumentFormat.OpenXml.StringValue.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.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 <see cref="T:DocumentFormat.OpenXml.StringValue"/> class by deep copying the supplied <see cref="T:DocumentFormat.OpenXml.StringValue"/> class. </summary> <param name="source">The source <see cref="T:DocumentFormat.OpenXml.StringValue"/> class.</param> </member> <member name="P:DocumentFormat.OpenXml.StringValue.Value"> <summary> Gets or sets 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 <see cref="T:System.String"/> value. </summary> <param name="value">The <see cref="T:DocumentFormat.OpenXml.StringValue"/> to convert.</param> <returns> The converted value. Returns <c>null</c>when <paramref name="value"/> is <c>null</c>. </returns> </member> <member name="M:DocumentFormat.OpenXml.StringValue.op_Implicit(System.String)~DocumentFormat.OpenXml.StringValue"> <summary> Implicitly converts the specified <see cref="T:System.String"/> value to a <see cref="T:DocumentFormat.OpenXml.StringValue"/> object. </summary> <param name="value">The specified value.</param> <returns>A new <see cref="T:DocumentFormat.OpenXml.StringValue"/> instance with the value.</returns> </member> <member name="M:DocumentFormat.OpenXml.StringValue.FromString(System.String)"> <summary> Returns a new <see cref="T:DocumentFormat.OpenXml.StringValue"/> object that was created from a <see cref="T:System.String"/> value. </summary> <param name="value">A <see cref="T:System.String"/> value to use to create a new <see cref="T:DocumentFormat.OpenXml.StringValue"/> object.</param> <returns>A <see cref="T:DocumentFormat.OpenXml.StringValue"/> that corresponds to the value parameter.</returns> </member> <member name="M:DocumentFormat.OpenXml.StringValue.ToString(DocumentFormat.OpenXml.StringValue)"> <summary> Returns the <see cref="T:System.String"/> value representation of a <see cref="T:DocumentFormat.OpenXml.StringValue"/> object. </summary> <param name="value"> A <see cref="T:DocumentFormat.OpenXml.StringValue"/> object used to retrieve a <see cref="T:System.String"/> value representation. </param> <returns>A <see cref="T:System.String"/> value that represents a <see cref="T:DocumentFormat.OpenXml.StringValue"/> object.</returns> </member> <member name="T:DocumentFormat.OpenXml.TrueFalseBlankValue"> <summary> Represents the data type for attributes that have enum values that are <see cref="T:System.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 <see cref="T:System.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 <see cref="T:DocumentFormat.OpenXml.TrueFalseBlankValue"/> class. </summary> <param name="source">The source <see cref="T:DocumentFormat.OpenXml.TrueFalseBlankValue"/> class.</param> </member> <member name="M:DocumentFormat.OpenXml.TrueFalseBlankValue.op_Implicit(DocumentFormat.OpenXml.TrueFalseBlankValue)~System.Boolean"> <summary> Implicitly converts a <see cref="T:DocumentFormat.OpenXml.TrueFalseBlankValue"/> object to a <see cref="T:System.Boolean"/> value. </summary> <param name="value">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 <see cref="T:DocumentFormat.OpenXml.TrueFalseBlankValue"/> object created from a <see cref="T:System.Boolean"/> value. </summary> <param name="value">A <see cref="T:System.Boolean"/> value to create a new <see cref="T:DocumentFormat.OpenXml.TrueFalseBlankValue"/> object from.</param> <returns>A <see cref="T:DocumentFormat.OpenXml.TrueFalseBlankValue"/> that corresponds to the value parameter.</returns> </member> <member name="M:DocumentFormat.OpenXml.TrueFalseBlankValue.ToBoolean(DocumentFormat.OpenXml.TrueFalseBlankValue)"> <summary> Returns the internal <see cref="T:System.Boolean"/> representation of a <see cref="T:DocumentFormat.OpenXml.TrueFalseBlankValue"/> object. </summary> <param name="value">A <see cref="T:DocumentFormat.OpenXml.TrueFalseBlankValue"/> object to retrieve an internal <see cref="T:System.Boolean"/> representation.</param> <returns>A <see cref="T:System.Boolean"/> value that represents a <see cref="T:DocumentFormat.OpenXml.TrueFalseBlankValue"/> object.</returns> </member> <member name="M:DocumentFormat.OpenXml.TrueFalseBlankValue.Parse(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.GetText(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.TrueFalseValue"> <summary> Represents the data type for attributes that have enum values that are <see cref="T:System.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 <see cref="T:System.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 <see cref="T:DocumentFormat.OpenXml.TrueFalseValue"/> class. </summary> <param name="source">The source <see cref="T:DocumentFormat.OpenXml.TrueFalseValue"/> class.</param> </member> <member name="M:DocumentFormat.OpenXml.TrueFalseValue.op_Implicit(DocumentFormat.OpenXml.TrueFalseValue)~System.Boolean"> <summary> Implicitly converts a <see cref="T:DocumentFormat.OpenXml.TrueFalseValue"/> class to a <see cref="T:System.Boolean"/> value. </summary> <param name="value">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 <see cref="T:DocumentFormat.OpenXml.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 <see cref="T:DocumentFormat.OpenXml.TrueFalseValue"/> object that was created from a <see cref="T:System.Boolean"/> value. </summary> <param name="value">A <see cref="T:System.Boolean"/> value to use to create a new <see cref="T:DocumentFormat.OpenXml.TrueFalseValue"/> object.</param> <returns>A <see cref="T:DocumentFormat.OpenXml.TrueFalseValue"/> that corresponds to the value parameter.</returns> </member> <member name="M:DocumentFormat.OpenXml.TrueFalseValue.ToBoolean(DocumentFormat.OpenXml.TrueFalseValue)"> <summary> Returns the internal <see cref="T:System.Boolean"/> representation of a <see cref="T:DocumentFormat.OpenXml.TrueFalseValue"/> object. </summary> <param name="value">A <see cref="T:DocumentFormat.OpenXml.TrueFalseValue"/> object to retrieve an internal <see cref="T:System.Boolean"/> representation.</param> <returns>A <see cref="T:System.Boolean"/> value that represents a <see cref="T:DocumentFormat.OpenXml.TrueFalseValue"/> object.</returns> </member> <member name="M:DocumentFormat.OpenXml.TrueFalseValue.Parse(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.TrueFalseValue.GetText(System.Boolean)"> <summary> Gets the default text value. </summary> <param name="boolValue">The boolean value.</param> <returns>"t" false true, "f" for false.</returns> </member> <member name="T:DocumentFormat.OpenXml.UInt16Value"> <summary> Represents the <see cref="T:System.UInt16"/> value for attributes. </summary> </member> <member name="M:DocumentFormat.OpenXml.UInt16Value.#ctor"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.UInt16Value"/> class. </summary> </member> <member name="M:DocumentFormat.OpenXml.UInt16Value.#ctor(System.UInt16)"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.UInt16Value"/> class using the supplied <see cref="T:System.UInt16"/> value. </summary> <param name="value">The <see cref="T:System.UInt16"/> value.</param> </member> <member name="M:DocumentFormat.OpenXml.UInt16Value.#ctor(DocumentFormat.OpenXml.UInt16Value)"> <summary> Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.UInt16Value"/> class by deep copying the supplied <see cref="T:DocumentFormat.OpenXml.UInt16Value"/> class. </summary> <param name="source">The source <see cref="T:DocumentFormat.OpenXml.UInt16Value"/> class.</param> </member> <member name="M:DocumentFormat.OpenXml.UInt16Value.op_Implicit(DocumentFormat.OpenXml.UInt16Value)~System.UInt16"> <summary> Implicitly converts the specified <see cref="T:DocumentFormat.OpenXml.UInt16Value"/> object to a <see cref="T:System.UInt16"/> value. </summary> <param name="value">The <see cref="T:DocumentFormat.OpenXml.UInt16Value"/> to convert.</param> <returns>The converted <see cref="T:System.UInt16"/> value.</returns> <exception cref="T:System.InvalidOperationException">Thrown when <paramref name="value"/> is <c>null</c>.</exception> </member> <member name="M:DocumentFormat.OpenXml.UInt16Value.op_Implicit(System.UInt16)~DocumentFormat.OpenXml.UInt16Value"> <summary> Implicitly converts a <see cref="T:System.UInt16"/> value to a <see cref="T:DocumentFormat.OpenXml.UInt16Value"/> class. </summary> <param name="value">The specified value.</param> <returns>A new <see cref="T:DocumentFormat.OpenXml.UInt16Value"/> instance with the value.</returns> </member> <member name="M:DocumentFormat.OpenXml.UInt16Value.FromUInt16(System.UInt16)"> <summary> Returns a new <see cref="T:DocumentFormat.OpenXml.UInt16Value"/> object created from a <see cref="T:System.UInt16"/> value. </summary> <param name="value">A <see cref="T:System.UInt16"/> value to use to create a new <see cref="T:DocumentFormat.OpenXml.UInt16Value"/> object.</param> <returns>A <see cref="T:DocumentFormat.OpenXml.UInt16Value"/> that corresponds to the value parameter.</returns> </member> <member name="M:DocumentFormat.OpenXml.UInt16Value.ToUInt16(DocumentFormat.OpenXml.UInt16Value)"> <summary> Returns the <see cref="T:System.UInt16"/> representation of a <see cref="T:DocumentFormat.OpenXml.UInt16Value"/> object. </summary> <param name="value"> A <see cref="T:DocumentFormat.OpenXml.UInt16Value"/> object to retrieve a <see cref="T:System.UInt16"/> representation. </param> <returns>A <see cref="T:System.UInt16"/> value that represents a <see cref="T:DocumentFormat.OpenXml.UInt16Value"/>