Click or drag to resize

OpenXmlCompositeElement Class

Represents the base class for composite elements.
Inheritance Hierarchy
SystemObject
  DocumentFormat.OpenXmlOpenXmlElement
    DocumentFormat.OpenXmlOpenXmlCompositeElement
      More

Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntax
public abstract class OpenXmlCompositeElement : OpenXmlElement

The OpenXmlCompositeElement type exposes the following members.

Properties
 NameDescription
Public propertyChildElements Gets all the child nodes of the current element.
(Inherited from OpenXmlElement)
Public propertyExtendedAttributes Gets all extended attributes (attributes not defined in the schema) of the current element.
(Inherited from OpenXmlElement)
Public propertyFirstChild Gets the first child of the current OpenXmlElement element.
(Overrides OpenXmlElementFirstChild)
Public propertyHasAttributes Gets a value indicating whether the current element has any attributes.
(Inherited from OpenXmlElement)
Public propertyHasChildren Gets a value indicating whether the current element has any child elements.
(Overrides OpenXmlElementHasChildren)
Public propertyInnerText Gets or sets the concatenated values of the node and all of its children.
(Overrides OpenXmlElementInnerText)
Public propertyInnerXml Gets or sets the markup that represents only the child elements of the current element.
(Overrides OpenXmlElementInnerXml)
Public propertyLastChild Gets the last child of the current OpenXmlElement element. Returns null (Nothing in Visual Basic) if there is no such OpenXmlElement element.
(Overrides OpenXmlElementLastChild)
Public propertyLocalName Gets the local name of the current element.
(Inherited from OpenXmlElement)
Public propertyMCAttributes Gets or sets the markup compatibility attributes. Returns null if no markup compatibility attributes are defined for the current element.
(Inherited from OpenXmlElement)
Public propertyNamespaceDeclarations Gets all the namespace declarations defined in the current element. Returns an empty enumerator if there is no namespace declaration.
(Inherited from OpenXmlElement)
Public propertyNamespaceUri Gets the namespace URI of the current element.
(Inherited from OpenXmlElement)
Public propertyOpenXmlElementContext Gets the OpenXmlElementContext of the current element.
(Inherited from OpenXmlElement)
Public propertyOuterXml Gets the markup that represents the current element and all of its child elements.
(Inherited from OpenXmlElement)
Public propertyParent Gets the parent element of the current element.
(Inherited from OpenXmlElement)
Public propertyPrefix Gets the namespace prefix of current element.
(Inherited from OpenXmlElement)
Public propertyXmlQualifiedName Gets the qualified name of the current element.
(Inherited from OpenXmlElement)
Public propertyXName Gets the qualified name of the current element.
(Inherited from OpenXmlElement)
Top
Methods
 NameDescription
Public methodAddAnnotation Adds an object to the current OpenXmlElement element's list of annotations.
(Inherited from OpenXmlElement)
Public methodAddNamespaceDeclaration Adds a namespace declaration to the current node.
(Inherited from OpenXmlElement)
Public methodAncestors Enumerates all of the current element's ancestors.
(Inherited from OpenXmlElement)
Public methodAnnotation(Type) Get the first annotation object of the specified type from the current OpenXmlElement element.
(Inherited from OpenXmlElement)
Public methodAnnotationT Get the first annotation object of the specified type from the current OpenXmlElement element.
(Inherited from OpenXmlElement)
Public methodAnnotations(Type) Gets a collection of annotations with the specified type for the current OpenXmlElement element.
(Inherited from OpenXmlElement)
Public methodAnnotationsT Gets a collection of annotations with the specified type for the current OpenXmlElement element.
(Inherited from OpenXmlElement)
Public methodAppend(IEnumerableOpenXmlElement) Appends each element from a list of elements to the end of the current element's list of child elements.
(Inherited from OpenXmlElement)
Public methodAppend(OpenXmlElement) Appends each element from an array of elements to the end of the current element's list of child elements.
(Inherited from OpenXmlElement)
Public methodAppendChildT Appends the specified element to the end of the current element's list of child nodes.
(Overrides OpenXmlElementAppendChildT(T))
Public methodClearAllAttributes Clears all of the attributes, including both known attributes and extended attributes.
(Inherited from OpenXmlElement)
Public methodClone Creates a duplicate of the current node.
(Inherited from OpenXmlElement)
Public methodCloneNode When overridden in a derived class, creates a duplicate of the node.
(Inherited from OpenXmlElement)
Public methodDescendantsT Enumerate all of the current element's descendants of type T.
(Inherited from OpenXmlElement)
Public methodElementsT Enumerates only the current element's children that have the specified type.
(Inherited from OpenXmlElement)
Public methodElementsAfter Enumerates all of the sibling elements that follow the current element and have the same parent as the current element.
(Inherited from OpenXmlElement)
Public methodElementsBefore Enumerates all of the sibling elements that precede the current element and have the same parent as the current element.
(Inherited from OpenXmlElement)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetAttribute Gets an Open XML attribute with the specified tag name and namespace URI.
(Inherited from OpenXmlElement)
Public methodGetAttributes Gets a list that contains a copy of all the attributes.
(Inherited from OpenXmlElement)
Public methodGetEnumerator Returns an enumerator that iterates through the child collection.
(Inherited from OpenXmlElement)
Public methodGetFirstChildT Finds the first child element in type T.
(Inherited from OpenXmlElement)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodInsertAfterT Inserts the specified element immediately after the specified reference element.
(Overrides OpenXmlElementInsertAfterT(T, OpenXmlElement))
Public methodInsertAfterSelfT Inserts the specified element immediately after the current element.
(Inherited from OpenXmlElement)
Public methodInsertAtT Inserts the specified element at the specified index of the current element's children.
(Overrides OpenXmlElementInsertAtT(T, Int32))
Public methodInsertBeforeT Inserts the specified element immediately before the specified reference element.
(Overrides OpenXmlElementInsertBeforeT(T, OpenXmlElement))
Public methodInsertBeforeSelfT Inserts the specified element immediately before the current element.
(Inherited from OpenXmlElement)
Public methodIsAfter Determines if the current element appears after a specified element in document order.
(Inherited from OpenXmlElement)
Public methodIsBefore Determines if the current element appears before a specified element in document order.
(Inherited from OpenXmlElement)
Public methodLookupNamespace Resolves the namespace prefix in the context of the current node.
(Inherited from OpenXmlElement)
Public methodLookupPrefix Finds the corresponding prefix for a namespace uri in the current element scope.
(Inherited from OpenXmlElement)
Public methodNextSibling Gets the OpenXmlElement element that immediately follows the current OpenXmlElement element. Returns null (Nothing in Visual Basic) if there is no next OpenXmlElement element.
(Inherited from OpenXmlElement)
Public methodPrependChildT Inserts the specified element at the beginning of the current element's list of child nodes.
(Overrides OpenXmlElementPrependChildT(T))
Public methodPreviousSibling Gets the OpenXmlElement element that immediately precedes the current OpenXmlElement element. Returns null (Nothing in Visual Basic ) if there is no preceding OpenXmlElement element.
(Inherited from OpenXmlElement)
Public methodRemove Removes the current element from its parent.
(Inherited from OpenXmlElement)
Public methodRemoveAllChildren Removes all of the current element's child elements.
(Overrides OpenXmlElementRemoveAllChildren)
Public methodRemoveAnnotations(Type) Removes the annotations of the specified type from the current OpenXmlElement element.
(Inherited from OpenXmlElement)
Public methodRemoveAnnotationsT Removes the annotations with the specified type from the current OpenXmlElement element.
(Inherited from OpenXmlElement)
Public methodRemoveAttribute Removes the attribute from the current element.
(Inherited from OpenXmlElement)
Public methodRemoveChildT Removes the specified child element.
(Overrides OpenXmlElementRemoveChildT(T))
Public methodRemoveNamespaceDeclaration Removes the namespace declaration for the specified prefix. Removes nothing if there is no prefix.
(Inherited from OpenXmlElement)
Public methodReplaceChildT Replaces one of the current element's child elements with another OpenXmlElement element.
(Overrides OpenXmlElementReplaceChildT(OpenXmlElement, T))
Public methodSetAttribute 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.
(Inherited from OpenXmlElement)
Public methodSetAttributes 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.
(Inherited from OpenXmlElement)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodWriteTo Saves the current node to the specified XmlWriter.
(Inherited from OpenXmlElement)
Top
See Also
Inheritance Hierarchy
SystemObject
  DocumentFormat.OpenXmlOpenXmlElement
    DocumentFormat.OpenXmlOpenXmlCompositeElement
      DocumentFormat.OpenXmlAlternateContent
      DocumentFormat.OpenXmlAlternateContentChoice
      DocumentFormat.OpenXmlAlternateContentFallback
      DocumentFormat.OpenXml.Office.ExcelColumnSortMap
      DocumentFormat.OpenXml.Office.ExcelRowSortMap
      DocumentFormat.OpenXml.Office2010.ExcelArgumentDescriptions
      DocumentFormat.OpenXml.Office2010.ExcelCacheHierarchy
      DocumentFormat.OpenXml.Office2010.ExcelCalculatedMember
      DocumentFormat.OpenXml.Office2010.ExcelCalculatedMembers
      DocumentFormat.OpenXml.Office2010.ExcelColorScale
      DocumentFormat.OpenXml.Office2010.ExcelConditionalFormat
      DocumentFormat.OpenXml.Office2010.ExcelConditionalFormats
      DocumentFormat.OpenXml.Office2010.ExcelConditionalFormatting
      DocumentFormat.OpenXml.Office2010.ExcelConditionalFormattingRule
      DocumentFormat.OpenXml.Office2010.ExcelConditionalFormattings
      DocumentFormat.OpenXml.Office2010.ExcelConditionalFormattingValueObject
      DocumentFormat.OpenXml.Office2010.ExcelConnection
      DocumentFormat.OpenXml.Office2010.ExcelCustomFilters
      DocumentFormat.OpenXml.Office2010.ExcelDataBar
      DocumentFormat.OpenXml.Office2010.ExcelDataValidation
      DocumentFormat.OpenXml.Office2010.ExcelDataValidationFormulaType
      DocumentFormat.OpenXml.Office2010.ExcelDataValidations
      DocumentFormat.OpenXml.Office2010.ExcelDdeValues
      DocumentFormat.OpenXml.Office2010.ExcelDefinedName
      DocumentFormat.OpenXml.Office2010.ExcelDefinedNames
      DocumentFormat.OpenXml.Office2010.ExcelDifferentialFormats
      DocumentFormat.OpenXml.Office2010.ExcelDifferentialType
      DocumentFormat.OpenXml.Office2010.Excel.DrawingContentPart
      DocumentFormat.OpenXml.Office2010.Excel.DrawingExcelNonVisualContentPartShapeProperties
      DocumentFormat.OpenXml.Office2010.Excel.DrawingNonVisualDrawingProperties
      DocumentFormat.OpenXml.Office2010.Excel.DrawingNonVisualInkContentPartProperties
      DocumentFormat.OpenXml.Office2010.Excel.DrawingOfficeArtExtensionList
      DocumentFormat.OpenXml.Office2010.Excel.DrawingTransform2D
      DocumentFormat.OpenXml.Office2010.ExcelExtensionList
      DocumentFormat.OpenXml.Office2010.ExcelIconSet
      DocumentFormat.OpenXml.Office2010.ExcelIgnoredError
      DocumentFormat.OpenXml.Office2010.ExcelIgnoredErrors
      DocumentFormat.OpenXml.Office2010.ExcelListItems
      DocumentFormat.OpenXml.Office2010.ExcelOlapSlicerCache
      DocumentFormat.OpenXml.Office2010.ExcelOlapSlicerCacheItem
      DocumentFormat.OpenXml.Office2010.ExcelOlapSlicerCacheLevelData
      DocumentFormat.OpenXml.Office2010.ExcelOlapSlicerCacheLevelsData
      DocumentFormat.OpenXml.Office2010.ExcelOlapSlicerCacheRange
      DocumentFormat.OpenXml.Office2010.ExcelOlapSlicerCacheRanges
      DocumentFormat.OpenXml.Office2010.ExcelOlapSlicerCacheSelection
      DocumentFormat.OpenXml.Office2010.ExcelOlapSlicerCacheSelections
      DocumentFormat.OpenXml.Office2010.ExcelOleItem
      DocumentFormat.OpenXml.Office2010.ExcelPivotArea
      DocumentFormat.OpenXml.Office2010.ExcelPivotAreas
      DocumentFormat.OpenXml.Office2010.ExcelPivotCaches
      DocumentFormat.OpenXml.Office2010.ExcelPivotChange
      DocumentFormat.OpenXml.Office2010.ExcelPivotChanges
      DocumentFormat.OpenXml.Office2010.ExcelPivotEdit
      DocumentFormat.OpenXml.Office2010.ExcelPivotEdits
      DocumentFormat.OpenXml.Office2010.ExcelPivotTableDefinition
      DocumentFormat.OpenXml.Office2010.ExcelPivotUserEdit
      DocumentFormat.OpenXml.Office2010.ExcelProtectedRange
      DocumentFormat.OpenXml.Office2010.ExcelProtectedRanges
      DocumentFormat.OpenXml.Office2010.ExcelSetLevels
      DocumentFormat.OpenXml.Office2010.ExcelSlicer
      DocumentFormat.OpenXml.Office2010.ExcelSlicerCacheData
      DocumentFormat.OpenXml.Office2010.ExcelSlicerCacheDefinitionExtensionList
      DocumentFormat.OpenXml.Office2010.ExcelSlicerCachePivotTables
      DocumentFormat.OpenXml.Office2010.ExcelSlicerCaches
      DocumentFormat.OpenXml.Office2010.ExcelSlicerList
      DocumentFormat.OpenXml.Office2010.ExcelSlicerStyle
      DocumentFormat.OpenXml.Office2010.ExcelSlicerStyleElements
      DocumentFormat.OpenXml.Office2010.ExcelSlicerStyles
      DocumentFormat.OpenXml.Office2010.ExcelSparkline
      DocumentFormat.OpenXml.Office2010.ExcelSparklineGroup
      DocumentFormat.OpenXml.Office2010.ExcelSparklineGroups
      DocumentFormat.OpenXml.Office2010.ExcelSparklines
      DocumentFormat.OpenXml.Office2010.ExcelTabularSlicerCache
      DocumentFormat.OpenXml.Office2010.ExcelTabularSlicerCacheItems
      DocumentFormat.OpenXml.Office2010.ExcelTupleItems
      DocumentFormat.OpenXml.Office2010.ExcelTupleSet
      DocumentFormat.OpenXml.Office2010.ExcelTupleSetHeaders
      DocumentFormat.OpenXml.Office2010.ExcelTupleSetRow
      DocumentFormat.OpenXml.Office2010.ExcelTupleSetRows
      DocumentFormat.OpenXml.Office2010.PowerPointApplicationNonVisualDrawingProperties
      DocumentFormat.OpenXml.Office2010.PowerPointExtensionList
      DocumentFormat.OpenXml.Office2010.PowerPointExtensionListModify
      DocumentFormat.OpenXml.Office2010.PowerPointLaserColor
      DocumentFormat.OpenXml.Office2010.PowerPointLaserTraceList
      DocumentFormat.OpenXml.Office2010.PowerPointMedia
      DocumentFormat.OpenXml.Office2010.PowerPointMediaBookmarkList
      DocumentFormat.OpenXml.Office2010.PowerPointNonVisualContentPartProperties
      DocumentFormat.OpenXml.Office2010.PowerPointNonVisualDrawingProperties
      DocumentFormat.OpenXml.Office2010.PowerPointNonVisualInkContentPartProperties
      DocumentFormat.OpenXml.Office2010.PowerPointSection
      DocumentFormat.OpenXml.Office2010.PowerPointSectionList
      DocumentFormat.OpenXml.Office2010.PowerPointSectionOld
      DocumentFormat.OpenXml.Office2010.PowerPointSectionProperties
      DocumentFormat.OpenXml.Office2010.PowerPointSectionSlideIdList
      DocumentFormat.OpenXml.Office2010.PowerPointShowEventRecordList
      DocumentFormat.OpenXml.Office2010.PowerPointTracePointList
      DocumentFormat.OpenXml.Office2010.PowerPointTransform2D
      DocumentFormat.OpenXml.Office2013.ExcelAutoFilter
      DocumentFormat.OpenXml.Office2013.ExcelCachedUniqueNames
      DocumentFormat.OpenXml.Office2013.ExcelConnection
      DocumentFormat.OpenXml.Office2013.ExcelDataFeedProperties
      DocumentFormat.OpenXml.Office2013.ExcelDataModel
      DocumentFormat.OpenXml.Office2013.ExcelDbTables
      DocumentFormat.OpenXml.Office2013.ExcelDifferentialFormats
      DocumentFormat.OpenXml.Office2013.ExcelExtensionList
      DocumentFormat.OpenXml.Office2013.ExcelModelRelationships
      DocumentFormat.OpenXml.Office2013.ExcelModelTables
      DocumentFormat.OpenXml.Office2013.ExcelOleDbPrpoperties
      DocumentFormat.OpenXml.Office2013.ExcelOpenXmlPivotCachesElement
      DocumentFormat.OpenXml.Office2013.ExcelOpenXmlSurveyElementPrElement
      DocumentFormat.OpenXml.Office2013.ExcelPivotRow
      DocumentFormat.OpenXml.Office2013.ExcelPivotTableData
      DocumentFormat.OpenXml.Office2013.ExcelPivotTableReferences
      DocumentFormat.OpenXml.Office2013.ExcelPivotTableServerFormats
      DocumentFormat.OpenXml.Office2013.ExcelPivotTableUISettings
      DocumentFormat.OpenXml.Office2013.ExcelPivotValueCell
      DocumentFormat.OpenXml.Office2013.ExcelSlicerCacheHideItemsWithNoData
      DocumentFormat.OpenXml.Office2013.ExcelSlicerCachePivotTables
      DocumentFormat.OpenXml.Office2013.ExcelSlicerCaches
      DocumentFormat.OpenXml.Office2013.ExcelSurvey
      DocumentFormat.OpenXml.Office2013.ExcelSurveyQuestion
      DocumentFormat.OpenXml.Office2013.ExcelSurveyQuestions
      DocumentFormat.OpenXml.Office2013.ExcelTableSlicerCache
      DocumentFormat.OpenXml.Office2013.ExcelTextProperties
      DocumentFormat.OpenXml.Office2013.ExcelTimeline
      DocumentFormat.OpenXml.Office2013.ExcelTimelineCachePivotTables
      DocumentFormat.OpenXml.Office2013.ExcelTimelineCacheReferences
      DocumentFormat.OpenXml.Office2013.ExcelTimelineReferences
      DocumentFormat.OpenXml.Office2013.ExcelTimelineState
      DocumentFormat.OpenXml.Office2013.ExcelTimelineStyle
      DocumentFormat.OpenXml.Office2013.ExcelTimelineStyleElements
      DocumentFormat.OpenXml.Office2013.ExcelTimelineStyles
      DocumentFormat.OpenXml.Office2013.ExcelWebExtension
      DocumentFormat.OpenXml.Office2013.ExcelWebExtensions
      DocumentFormat.OpenXml.Office2013.PowerPointColorType
      DocumentFormat.OpenXml.Office2013.PowerPointExtendedGuide
      DocumentFormat.OpenXml.Office2013.PowerPointExtendedGuideList
      DocumentFormat.OpenXml.Office2013.PowerPointExtensionList
      DocumentFormat.OpenXml.Office2013.PowerPoint.RoamingRoamingProperty
      DocumentFormat.OpenXml.Office2013.PowerPointThreadingInfo
      DocumentFormat.OpenXml.Office2016.ExcelAutoFilter
      DocumentFormat.OpenXml.Office2016.ExcelChangeCellSubEdit
      DocumentFormat.OpenXml.Office2016.ExcelComments
      DocumentFormat.OpenXml.Office2016.ExcelDataValidation
      DocumentFormat.OpenXml.Office2016.ExcelDifferentialFormatType
      DocumentFormat.OpenXml.Office2016.ExcelExtensionList
      DocumentFormat.OpenXml.Office2016.ExcelOutlines
      DocumentFormat.OpenXml.Office2016.ExcelpivotTableDefinition
      DocumentFormat.OpenXml.Office2016.ExcelRefMap
      DocumentFormat.OpenXml.Office2016.ExcelRevCell
      DocumentFormat.OpenXml.Office2016.ExcelRevExChangeCell
      DocumentFormat.OpenXml.Office2016.ExcelRevExChgObj
      DocumentFormat.OpenXml.Office2016.ExcelRevExDefinedName
      DocumentFormat.OpenXml.Office2016.ExcelRevExDelObj
      DocumentFormat.OpenXml.Office2016.ExcelRevExFormatting
      DocumentFormat.OpenXml.Office2016.ExcelRevExFuture
      DocumentFormat.OpenXml.Office2016.ExcelRevExHeaders
      DocumentFormat.OpenXml.Office2016.ExcelRevExStream
      DocumentFormat.OpenXml.Office2016.ExcelRevGroup
      DocumentFormat.OpenXml.Office2016.ExcelRevisionState
      DocumentFormat.OpenXml.Office2016.ExcelRstType
      DocumentFormat.OpenXml.Office2016.ExcelSparklineGroup
      DocumentFormat.OpenXml.Office2016.ExcelStateBasedHeader
      DocumentFormat.OpenXml.Office2016.ExcelStateBasedObject
      DocumentFormat.OpenXmlOpenXmlPartRootElement
      DocumentFormat.OpenXmlOpenXmlUnknownElement
      DocumentFormat.OpenXml.PresentationAnimate
      DocumentFormat.OpenXml.PresentationAnimateColor
      DocumentFormat.OpenXml.PresentationAnimateEffect
      DocumentFormat.OpenXml.PresentationAnimateMotion
      DocumentFormat.OpenXml.PresentationAnimateRotation
      DocumentFormat.OpenXml.PresentationAnimateScale
      DocumentFormat.OpenXml.PresentationApplicationNonVisualDrawingProperties
      DocumentFormat.OpenXml.PresentationApplicationNonVisualDrawingPropertiesExtension
      DocumentFormat.OpenXml.PresentationApplicationNonVisualDrawingPropertiesExtensionList
      DocumentFormat.OpenXml.PresentationAttributeNameList
      DocumentFormat.OpenXml.PresentationAudio
      DocumentFormat.OpenXml.PresentationBackground
      DocumentFormat.OpenXml.PresentationBackgroundProperties
      DocumentFormat.OpenXml.PresentationBackgroundStyleReference
      DocumentFormat.OpenXml.PresentationBlipFill
      DocumentFormat.OpenXml.PresentationBuildGraphics
      DocumentFormat.OpenXml.PresentationBuildList
      DocumentFormat.OpenXml.PresentationBuildParagraph
      DocumentFormat.OpenXml.PresentationBuildSubElement
      DocumentFormat.OpenXml.PresentationByColor
      DocumentFormat.OpenXml.PresentationColor3Type
      DocumentFormat.OpenXml.PresentationColorMap
      DocumentFormat.OpenXml.PresentationColorMapOverride
      DocumentFormat.OpenXml.PresentationColorMostRecentlyUsed
      DocumentFormat.OpenXml.PresentationColorType
      DocumentFormat.OpenXml.PresentationCommand
      DocumentFormat.OpenXml.PresentationComment
      DocumentFormat.OpenXml.PresentationCommentAuthor
      DocumentFormat.OpenXml.PresentationCommentAuthorExtension
      DocumentFormat.OpenXml.PresentationCommentAuthorExtensionList
      DocumentFormat.OpenXml.PresentationCommentExtension
      DocumentFormat.OpenXml.PresentationCommentExtensionList
      DocumentFormat.OpenXml.PresentationCommonBehavior
      DocumentFormat.OpenXml.PresentationCommonMediaNode
      DocumentFormat.OpenXml.PresentationCommonSlideData
      DocumentFormat.OpenXml.PresentationCommonSlideDataExtension
      DocumentFormat.OpenXml.PresentationCommonSlideDataExtensionList
      DocumentFormat.OpenXml.PresentationCommonSlideViewProperties
      DocumentFormat.OpenXml.PresentationCommonTimeNode
      DocumentFormat.OpenXml.PresentationCommonViewProperties
      DocumentFormat.OpenXml.PresentationConnectionShape
      DocumentFormat.OpenXml.PresentationContentPart
      DocumentFormat.OpenXml.PresentationControl
      DocumentFormat.OpenXml.PresentationControlList
      DocumentFormat.OpenXml.PresentationCustomerDataList
      DocumentFormat.OpenXml.PresentationCustomShow
      DocumentFormat.OpenXml.PresentationCustomShowList
      DocumentFormat.OpenXml.PresentationEmbeddedFont
      DocumentFormat.OpenXml.PresentationEmbeddedFontList
      DocumentFormat.OpenXml.PresentationExclusiveTimeNode
      DocumentFormat.OpenXml.PresentationExtension
      DocumentFormat.OpenXml.PresentationExtensionList
      DocumentFormat.OpenXml.PresentationExtensionListWithModification
      DocumentFormat.OpenXml.PresentationGraphicElement
      DocumentFormat.OpenXml.PresentationGraphicFrame
      DocumentFormat.OpenXml.PresentationGroupShapeProperties
      DocumentFormat.OpenXml.PresentationGroupShapeType
      DocumentFormat.OpenXml.PresentationGuideList
      DocumentFormat.OpenXml.PresentationHandoutMasterExtension
      DocumentFormat.OpenXml.PresentationHandoutMasterExtensionList
      DocumentFormat.OpenXml.PresentationHandoutMasterId
      DocumentFormat.OpenXml.PresentationHandoutMasterIdList
      DocumentFormat.OpenXml.PresentationHeaderFooter
      DocumentFormat.OpenXml.PresentationHtmlPublishProperties
      DocumentFormat.OpenXml.PresentationIterate
      DocumentFormat.OpenXml.PresentationNonVisualConnectionShapeProperties
      DocumentFormat.OpenXml.PresentationNonVisualConnectorShapeDrawingProperties
      DocumentFormat.OpenXml.PresentationNonVisualDrawingProperties
      DocumentFormat.OpenXml.PresentationNonVisualGraphicFrameDrawingProperties
      DocumentFormat.OpenXml.PresentationNonVisualGraphicFrameProperties
      DocumentFormat.OpenXml.PresentationNonVisualGroupShapeDrawingProperties
      DocumentFormat.OpenXml.PresentationNonVisualGroupShapeProperties
      DocumentFormat.OpenXml.PresentationNonVisualPictureDrawingProperties
      DocumentFormat.OpenXml.PresentationNonVisualPictureProperties
      DocumentFormat.OpenXml.PresentationNonVisualShapeDrawingProperties
      DocumentFormat.OpenXml.PresentationNonVisualShapeProperties
      DocumentFormat.OpenXml.PresentationNormalViewProperties
      DocumentFormat.OpenXml.PresentationNotesMasterExtension
      DocumentFormat.OpenXml.PresentationNotesMasterExtensionList
      DocumentFormat.OpenXml.PresentationNotesMasterId
      DocumentFormat.OpenXml.PresentationNotesMasterIdList
      DocumentFormat.OpenXml.PresentationNotesTextViewProperties
      DocumentFormat.OpenXml.PresentationNotesViewProperties
      DocumentFormat.OpenXml.PresentationOleObject
      DocumentFormat.OpenXml.PresentationOleObjectEmbed
      DocumentFormat.OpenXml.PresentationOleObjectLink
      DocumentFormat.OpenXml.PresentationOutlineViewProperties
      DocumentFormat.OpenXml.PresentationOutlineViewSlideList
      DocumentFormat.OpenXml.PresentationParallelTimeNode
      DocumentFormat.OpenXml.PresentationPhotoAlbum
      DocumentFormat.OpenXml.PresentationPicture
      DocumentFormat.OpenXml.PresentationPlaceholderShape
      DocumentFormat.OpenXml.PresentationPresentationExtension
      DocumentFormat.OpenXml.PresentationPresentationExtensionList
      DocumentFormat.OpenXml.PresentationPresentationPropertiesExtension
      DocumentFormat.OpenXml.PresentationPresentationPropertiesExtensionList
      DocumentFormat.OpenXml.PresentationPrintingProperties
      DocumentFormat.OpenXml.PresentationProgress
      DocumentFormat.OpenXml.PresentationScaleFactor
      DocumentFormat.OpenXml.PresentationSequenceTimeNode
      DocumentFormat.OpenXml.PresentationSetBehavior
      DocumentFormat.OpenXml.PresentationShape
      DocumentFormat.OpenXml.PresentationShapeProperties
      DocumentFormat.OpenXml.PresentationShapeStyle
      DocumentFormat.OpenXml.PresentationShapeTarget
      DocumentFormat.OpenXml.PresentationShowProperties
      DocumentFormat.OpenXml.PresentationShowPropertiesExtension
      DocumentFormat.OpenXml.PresentationShowPropertiesExtensionList
      DocumentFormat.OpenXml.PresentationSlideExtension
      DocumentFormat.OpenXml.PresentationSlideExtensionList
      DocumentFormat.OpenXml.PresentationSlideId
      DocumentFormat.OpenXml.PresentationSlideIdList
      DocumentFormat.OpenXml.PresentationSlideLayoutExtension
      DocumentFormat.OpenXml.PresentationSlideLayoutExtensionList
      DocumentFormat.OpenXml.PresentationSlideLayoutId
      DocumentFormat.OpenXml.PresentationSlideLayoutIdList
      DocumentFormat.OpenXml.PresentationSlideList
      DocumentFormat.OpenXml.PresentationSlideMasterExtension
      DocumentFormat.OpenXml.PresentationSlideMasterExtensionList
      DocumentFormat.OpenXml.PresentationSlideMasterId
      DocumentFormat.OpenXml.PresentationSlideMasterIdList
      DocumentFormat.OpenXml.PresentationSlideViewProperties
      DocumentFormat.OpenXml.PresentationSorterViewProperties
      DocumentFormat.OpenXml.PresentationSoundAction
      DocumentFormat.OpenXml.PresentationStartSoundAction
      DocumentFormat.OpenXml.PresentationTargetElement
      DocumentFormat.OpenXml.PresentationTemplate
      DocumentFormat.OpenXml.PresentationTemplateList
      DocumentFormat.OpenXml.PresentationTextBody
      DocumentFormat.OpenXml.PresentationTextElement
      DocumentFormat.OpenXml.PresentationTextListStyleType
      DocumentFormat.OpenXml.PresentationTextStyles
      DocumentFormat.OpenXml.PresentationTimeAnimateValue
      DocumentFormat.OpenXml.PresentationTimeAnimateValueList
      DocumentFormat.OpenXml.PresentationTimeListAnimationVariantType
      DocumentFormat.OpenXml.PresentationTimeListConditionalType
      DocumentFormat.OpenXml.PresentationTimeListTimeConditionalListType
      DocumentFormat.OpenXml.PresentationTimeNodeList
      DocumentFormat.OpenXml.PresentationTimeTypeListType
      DocumentFormat.OpenXml.PresentationTiming
      DocumentFormat.OpenXml.PresentationTransform
      DocumentFormat.OpenXml.PresentationTransition
      DocumentFormat.OpenXml.PresentationVideo
      DocumentFormat.OpenXml.PresentationWebProperties
      DocumentFormat.OpenXml.SpreadsheetAuthors
      DocumentFormat.OpenXml.SpreadsheetAutoFilter
      DocumentFormat.OpenXml.SpreadsheetAutoSortScope
      DocumentFormat.OpenXml.SpreadsheetBookViews
      DocumentFormat.OpenXml.SpreadsheetBooleanItem
      DocumentFormat.OpenXml.SpreadsheetBorder
      DocumentFormat.OpenXml.SpreadsheetBorderPropertiesType
      DocumentFormat.OpenXml.SpreadsheetBorders
      DocumentFormat.OpenXml.SpreadsheetCacheField
      DocumentFormat.OpenXml.SpreadsheetCacheFieldExtension
      DocumentFormat.OpenXml.SpreadsheetCacheFieldExtensionList
      DocumentFormat.OpenXml.SpreadsheetCacheFields
      DocumentFormat.OpenXml.SpreadsheetCacheHierarchies
      DocumentFormat.OpenXml.SpreadsheetCacheHierarchy
      DocumentFormat.OpenXml.SpreadsheetCacheHierarchyExtension
      DocumentFormat.OpenXml.SpreadsheetCacheHierarchyExtensionList
      DocumentFormat.OpenXml.SpreadsheetCacheSource
      DocumentFormat.OpenXml.SpreadsheetCacheSourceExtension
      DocumentFormat.OpenXml.SpreadsheetCacheSourceExtensionList
      DocumentFormat.OpenXml.SpreadsheetCalculatedItem
      DocumentFormat.OpenXml.SpreadsheetCalculatedItems
      DocumentFormat.OpenXml.SpreadsheetCalculatedMember
      DocumentFormat.OpenXml.SpreadsheetCalculatedMemberExtension
      DocumentFormat.OpenXml.SpreadsheetCalculatedMemberExtensionList
      DocumentFormat.OpenXml.SpreadsheetCalculatedMembers
      DocumentFormat.OpenXml.SpreadsheetCellFormat
      DocumentFormat.OpenXml.SpreadsheetCellFormats
      DocumentFormat.OpenXml.SpreadsheetCellStyle
      DocumentFormat.OpenXml.SpreadsheetCellStyleFormats
      DocumentFormat.OpenXml.SpreadsheetCellStyles
      DocumentFormat.OpenXml.SpreadsheetCellType
      DocumentFormat.OpenXml.SpreadsheetCellWatches
      DocumentFormat.OpenXml.SpreadsheetChartFormat
      DocumentFormat.OpenXml.SpreadsheetChartFormats
      DocumentFormat.OpenXml.SpreadsheetChartSheetProperties
      DocumentFormat.OpenXml.SpreadsheetChartSheetView
      DocumentFormat.OpenXml.SpreadsheetChartSheetViews
      DocumentFormat.OpenXml.SpreadsheetColors
      DocumentFormat.OpenXml.SpreadsheetColorScale
      DocumentFormat.OpenXml.SpreadsheetColumnFields
      DocumentFormat.OpenXml.SpreadsheetColumnHierarchiesUsage
      DocumentFormat.OpenXml.SpreadsheetColumnItems
      DocumentFormat.OpenXml.SpreadsheetColumns
      DocumentFormat.OpenXml.SpreadsheetComment
      DocumentFormat.OpenXml.SpreadsheetCommentList
      DocumentFormat.OpenXml.SpreadsheetCommentProperties
      DocumentFormat.OpenXml.SpreadsheetConditionalFormat
      DocumentFormat.OpenXml.SpreadsheetConditionalFormats
      DocumentFormat.OpenXml.SpreadsheetConditionalFormatting
      DocumentFormat.OpenXml.SpreadsheetConditionalFormattingRule
      DocumentFormat.OpenXml.SpreadsheetConditionalFormattingRuleExtension
      DocumentFormat.OpenXml.SpreadsheetConditionalFormattingRuleExtensionList
      DocumentFormat.OpenXml.SpreadsheetConditionalFormatValueObject
      DocumentFormat.OpenXml.SpreadsheetConnection
      DocumentFormat.OpenXml.SpreadsheetConnectionExtension
      DocumentFormat.OpenXml.SpreadsheetConnectionExtensionList
      DocumentFormat.OpenXml.SpreadsheetConsolidation
      DocumentFormat.OpenXml.SpreadsheetControl
      DocumentFormat.OpenXml.SpreadsheetControlProperties
      DocumentFormat.OpenXml.SpreadsheetControls
      DocumentFormat.OpenXml.SpreadsheetCustomChartsheetView
      DocumentFormat.OpenXml.SpreadsheetCustomChartsheetViews
      DocumentFormat.OpenXml.SpreadsheetCustomFilters
      DocumentFormat.OpenXml.SpreadsheetCustomProperties
      DocumentFormat.OpenXml.SpreadsheetCustomSheetView
      DocumentFormat.OpenXml.SpreadsheetCustomSheetViews
      DocumentFormat.OpenXml.SpreadsheetCustomWorkbookView
      DocumentFormat.OpenXml.SpreadsheetCustomWorkbookViews
      DocumentFormat.OpenXml.SpreadsheetDataBar
      DocumentFormat.OpenXml.SpreadsheetDataBinding
      DocumentFormat.OpenXml.SpreadsheetDataConsolidate
      DocumentFormat.OpenXml.SpreadsheetDataField
      DocumentFormat.OpenXml.SpreadsheetDataFieldExtension
      DocumentFormat.OpenXml.SpreadsheetDataFieldExtensionList
      DocumentFormat.OpenXml.SpreadsheetDataFields
      DocumentFormat.OpenXml.SpreadsheetDataReferences
      DocumentFormat.OpenXml.SpreadsheetDataValidation
      DocumentFormat.OpenXml.SpreadsheetDataValidations
      DocumentFormat.OpenXml.SpreadsheetDateTimeItem
      DocumentFormat.OpenXml.SpreadsheetDdeItem
      DocumentFormat.OpenXml.SpreadsheetDdeItems
      DocumentFormat.OpenXml.SpreadsheetDdeLink
      DocumentFormat.OpenXml.SpreadsheetDefinedNames
      DocumentFormat.OpenXml.SpreadsheetDifferentialFormats
      DocumentFormat.OpenXml.SpreadsheetDifferentialFormatType
      DocumentFormat.OpenXml.SpreadsheetDimensions
      DocumentFormat.OpenXml.SpreadsheetDiscreteProperties
      DocumentFormat.OpenXml.SpreadsheetEmbeddedObjectProperties
      DocumentFormat.OpenXml.SpreadsheetEntries
      DocumentFormat.OpenXml.SpreadsheetErrorItem
      DocumentFormat.OpenXml.SpreadsheetExtension
      DocumentFormat.OpenXml.SpreadsheetExtensionList
      DocumentFormat.OpenXml.SpreadsheetExternalBook
      DocumentFormat.OpenXml.SpreadsheetExternalCell
      DocumentFormat.OpenXml.SpreadsheetExternalDefinedNames
      DocumentFormat.OpenXml.SpreadsheetExternalReferences
      DocumentFormat.OpenXml.SpreadsheetExternalRow
      DocumentFormat.OpenXml.SpreadsheetExternalSheetData
      DocumentFormat.OpenXml.SpreadsheetFieldGroup
      DocumentFormat.OpenXml.SpreadsheetFieldsUsage
      DocumentFormat.OpenXml.SpreadsheetFill
      DocumentFormat.OpenXml.SpreadsheetFills
      DocumentFormat.OpenXml.SpreadsheetFilterColumn
      DocumentFormat.OpenXml.SpreadsheetFilters
      DocumentFormat.OpenXml.SpreadsheetFont
      DocumentFormat.OpenXml.SpreadsheetFonts
      DocumentFormat.OpenXml.SpreadsheetFormat
      DocumentFormat.OpenXml.SpreadsheetFormats
      DocumentFormat.OpenXml.SpreadsheetFunctionGroups
      DocumentFormat.OpenXml.SpreadsheetFutureMetadata
      DocumentFormat.OpenXml.SpreadsheetFutureMetadataBlock
      DocumentFormat.OpenXml.SpreadsheetGradientFill
      DocumentFormat.OpenXml.SpreadsheetGradientStop
      DocumentFormat.OpenXml.SpreadsheetGroup
      DocumentFormat.OpenXml.SpreadsheetGroupItems
      DocumentFormat.OpenXml.SpreadsheetGroupLevel
      DocumentFormat.OpenXml.SpreadsheetGroupLevels
      DocumentFormat.OpenXml.SpreadsheetGroupMembers
      DocumentFormat.OpenXml.SpreadsheetGroups
      DocumentFormat.OpenXml.SpreadsheetHeader
      DocumentFormat.OpenXml.SpreadsheetHeaderFooter
      DocumentFormat.OpenXml.SpreadsheetHyperlinks
      DocumentFormat.OpenXml.SpreadsheetIconSet
      DocumentFormat.OpenXml.SpreadsheetIgnoredErrors
      DocumentFormat.OpenXml.SpreadsheetIndexedColors
      DocumentFormat.OpenXml.SpreadsheetItems
      DocumentFormat.OpenXml.SpreadsheetKpis
      DocumentFormat.OpenXml.SpreadsheetMain
      DocumentFormat.OpenXml.SpreadsheetMap
      DocumentFormat.OpenXml.SpreadsheetMaps
      DocumentFormat.OpenXml.SpreadsheetMarkerType
      DocumentFormat.OpenXml.SpreadsheetMdx
      DocumentFormat.OpenXml.SpreadsheetMdxMetadata
      DocumentFormat.OpenXml.SpreadsheetMdxSet
      DocumentFormat.OpenXml.SpreadsheetMdxTuple
      DocumentFormat.OpenXml.SpreadsheetMeasureGroups
      DocumentFormat.OpenXml.SpreadsheetMemberProperties
      DocumentFormat.OpenXml.SpreadsheetMembers
      DocumentFormat.OpenXml.SpreadsheetMergeCells
      DocumentFormat.OpenXml.SpreadsheetMetadataBlock
      DocumentFormat.OpenXml.SpreadsheetMetadataBlocksType
      DocumentFormat.OpenXml.SpreadsheetMetadataStrings
      DocumentFormat.OpenXml.SpreadsheetMetadataTypes
      DocumentFormat.OpenXml.SpreadsheetMissingItem
      DocumentFormat.OpenXml.SpreadsheetMruColors
      DocumentFormat.OpenXml.SpreadsheetNewCell
      DocumentFormat.OpenXml.SpreadsheetNumberingFormats
      DocumentFormat.OpenXml.SpreadsheetNumberItem
      DocumentFormat.OpenXml.SpreadsheetObjectAnchor
      DocumentFormat.OpenXml.SpreadsheetOleItems
      DocumentFormat.OpenXml.SpreadsheetOleLink
      DocumentFormat.OpenXml.SpreadsheetOleObject
      DocumentFormat.OpenXml.SpreadsheetOleObjects
      DocumentFormat.OpenXml.SpreadsheetPage
      DocumentFormat.OpenXml.SpreadsheetPageBreakType
      DocumentFormat.OpenXml.SpreadsheetPageField
      DocumentFormat.OpenXml.SpreadsheetPageFields
      DocumentFormat.OpenXml.SpreadsheetPages
      DocumentFormat.OpenXml.SpreadsheetParameters
      DocumentFormat.OpenXml.SpreadsheetPatternFill
      DocumentFormat.OpenXml.SpreadsheetPhoneticRun
      DocumentFormat.OpenXml.SpreadsheetPivotArea
      DocumentFormat.OpenXml.SpreadsheetPivotAreaReference
      DocumentFormat.OpenXml.SpreadsheetPivotAreaReferences
      DocumentFormat.OpenXml.SpreadsheetPivotAreas
      DocumentFormat.OpenXml.SpreadsheetPivotCacheDefinitionExtension
      DocumentFormat.OpenXml.SpreadsheetPivotCacheDefinitionExtensionList
      DocumentFormat.OpenXml.SpreadsheetPivotCacheRecord
      DocumentFormat.OpenXml.SpreadsheetPivotCaches
      DocumentFormat.OpenXml.SpreadsheetPivotField
      DocumentFormat.OpenXml.SpreadsheetPivotFieldExtension
      DocumentFormat.OpenXml.SpreadsheetPivotFieldExtensionList
      DocumentFormat.OpenXml.SpreadsheetPivotFields
      DocumentFormat.OpenXml.SpreadsheetPivotFilter
      DocumentFormat.OpenXml.SpreadsheetPivotFilterExtension
      DocumentFormat.OpenXml.SpreadsheetPivotFilterExtensionList
      DocumentFormat.OpenXml.SpreadsheetPivotFilters
      DocumentFormat.OpenXml.SpreadsheetPivotHierarchies
      DocumentFormat.OpenXml.SpreadsheetPivotHierarchy
      DocumentFormat.OpenXml.SpreadsheetPivotHierarchyExtension
      DocumentFormat.OpenXml.SpreadsheetPivotHierarchyExtensionList
      DocumentFormat.OpenXml.SpreadsheetPivotSelection
      DocumentFormat.OpenXml.SpreadsheetPivotTableDefinitionExtension
      DocumentFormat.OpenXml.SpreadsheetPivotTableDefinitionExtensionList
      DocumentFormat.OpenXml.SpreadsheetProtectedRanges
      DocumentFormat.OpenXml.SpreadsheetQuery
      DocumentFormat.OpenXml.SpreadsheetQueryCache
      DocumentFormat.OpenXml.SpreadsheetQueryTableDeletedFields
      DocumentFormat.OpenXml.SpreadsheetQueryTableExtension
      DocumentFormat.OpenXml.SpreadsheetQueryTableExtensionList
      DocumentFormat.OpenXml.SpreadsheetQueryTableField
      DocumentFormat.OpenXml.SpreadsheetQueryTableFields
      DocumentFormat.OpenXml.SpreadsheetQueryTableRefresh
      DocumentFormat.OpenXml.SpreadsheetRangeSets
      DocumentFormat.OpenXml.SpreadsheetReviewedList
      DocumentFormat.OpenXml.SpreadsheetRevisionCellChange
      DocumentFormat.OpenXml.SpreadsheetRevisionDefinedName
      DocumentFormat.OpenXml.SpreadsheetRevisionFormat
      DocumentFormat.OpenXml.SpreadsheetRevisionMove
      DocumentFormat.OpenXml.SpreadsheetRevisionRowColumn
      DocumentFormat.OpenXml.SpreadsheetRevisionSheetName
      DocumentFormat.OpenXml.SpreadsheetRow
      DocumentFormat.OpenXml.SpreadsheetRowFields
      DocumentFormat.OpenXml.SpreadsheetRowHierarchiesUsage
      DocumentFormat.OpenXml.SpreadsheetRowItem
      DocumentFormat.OpenXml.SpreadsheetRowItems
      DocumentFormat.OpenXml.SpreadsheetRstType
      DocumentFormat.OpenXml.SpreadsheetRun
      DocumentFormat.OpenXml.SpreadsheetRunProperties
      DocumentFormat.OpenXml.SpreadsheetScenario
      DocumentFormat.OpenXml.SpreadsheetScenarios
      DocumentFormat.OpenXml.SpreadsheetSchema
      DocumentFormat.OpenXml.SpreadsheetServerFormats
      DocumentFormat.OpenXml.SpreadsheetSets
      DocumentFormat.OpenXml.SpreadsheetSharedItems
      DocumentFormat.OpenXml.SpreadsheetSheetData
      DocumentFormat.OpenXml.SpreadsheetSheetDataSet
      DocumentFormat.OpenXml.SpreadsheetSheetIdMap
      DocumentFormat.OpenXml.SpreadsheetSheetNames
      DocumentFormat.OpenXml.SpreadsheetSheetProperties
      DocumentFormat.OpenXml.SpreadsheetSheets
      DocumentFormat.OpenXml.SpreadsheetSheetView
      DocumentFormat.OpenXml.SpreadsheetSheetViews
      DocumentFormat.OpenXml.SpreadsheetSingleXmlCell
      DocumentFormat.OpenXml.SpreadsheetSlicerCacheDefinitionExtension
      DocumentFormat.OpenXml.SpreadsheetSortState
      DocumentFormat.OpenXml.SpreadsheetStringItem
      DocumentFormat.OpenXml.SpreadsheetStylesheetExtension
      DocumentFormat.OpenXml.SpreadsheetStylesheetExtensionList
      DocumentFormat.OpenXml.SpreadsheetTableColumn
      DocumentFormat.OpenXml.SpreadsheetTableColumns
      DocumentFormat.OpenXml.SpreadsheetTableExtension
      DocumentFormat.OpenXml.SpreadsheetTableExtensionList
      DocumentFormat.OpenXml.SpreadsheetTableParts
      DocumentFormat.OpenXml.SpreadsheetTables
      DocumentFormat.OpenXml.SpreadsheetTableStyle
      DocumentFormat.OpenXml.SpreadsheetTableStyles
      DocumentFormat.OpenXml.SpreadsheetTextFields
      DocumentFormat.OpenXml.SpreadsheetTextProperties
      DocumentFormat.OpenXml.SpreadsheetTopic
      DocumentFormat.OpenXml.SpreadsheetTupleCache
      DocumentFormat.OpenXml.SpreadsheetTupleSet
      DocumentFormat.OpenXml.SpreadsheetTuplesType
      DocumentFormat.OpenXml.SpreadsheetUserInfo
      DocumentFormat.OpenXml.SpreadsheetValue
      DocumentFormat.OpenXml.SpreadsheetValues
      DocumentFormat.OpenXml.SpreadsheetVolatileType
      DocumentFormat.OpenXml.SpreadsheetWebPublishItems
      DocumentFormat.OpenXml.SpreadsheetWebPublishObjects
      DocumentFormat.OpenXml.SpreadsheetWebQueryProperties
      DocumentFormat.OpenXml.SpreadsheetWorkbookExtension
      DocumentFormat.OpenXml.SpreadsheetWorkbookExtensionList
      DocumentFormat.OpenXml.SpreadsheetWorkbookView
      DocumentFormat.OpenXml.SpreadsheetWorksheetExtension
      DocumentFormat.OpenXml.SpreadsheetWorksheetExtensionList
      DocumentFormat.OpenXml.SpreadsheetXmlCellProperties
      DocumentFormat.OpenXml.SpreadsheetXmlColumnProperties
      DocumentFormat.OpenXml.SpreadsheetXmlProperties
      DocumentFormat.OpenXml.Vml.OfficeDiagram
      DocumentFormat.OpenXml.Vml.OfficeOleObject
      DocumentFormat.OpenXml.Vml.OfficeRegroupTable
      DocumentFormat.OpenXml.Vml.OfficeRelationTable
      DocumentFormat.OpenXml.Vml.OfficeRule
      DocumentFormat.OpenXml.Vml.OfficeRules
      DocumentFormat.OpenXml.Vml.OfficeShapeDefaults
      DocumentFormat.OpenXml.Vml.OfficeShapeLayout
      DocumentFormat.OpenXml.Vml.SpreadsheetClientData