Click or drag to resize

OpenXmlLeafElement Class

Represents the base class from which leaf elements are derived.
Inheritance Hierarchy
SystemObject
  DocumentFormat.OpenXmlOpenXmlElement
    DocumentFormat.OpenXmlOpenXmlLeafElement
      More

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

The OpenXmlLeafElement 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 OpenXmlElement element. Returns null (Nothing in Visual Basic) if there is no such OpenXmlElement element.
(Inherited from OpenXmlElement)
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.
(Inherited from OpenXmlElement)
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 OpenXmlElement element. Returns null (Nothing in Visual Basic) if there is no such OpenXmlElement element.
(Inherited from OpenXmlElement)
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.
(Inherited from OpenXmlElement)
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.
(Inherited from 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 in the current element's list of child elements.
(Inherited from OpenXmlElement)
Public methodInsertBeforeT Inserts the specified element immediately before the specified reference element.
(Inherited from 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 elements.
(Inherited from OpenXmlElement)
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 from the current element's list of child elements.
(Inherited from OpenXmlElement)
Public methodRemoveNamespaceDeclaration Removes the namespace declaration for the specified prefix. Removes nothing if there is no prefix.
(Inherited from OpenXmlElement)
Public methodReplaceChildT Replaces a child element with another child element in the current element's list of child elements.
(Inherited from OpenXmlElement)
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.OpenXmlOpenXmlLeafElement
      DocumentFormat.OpenXml.Office.ExcelSortMapItemType
      DocumentFormat.OpenXml.Office2010.ExcelCacheField
      DocumentFormat.OpenXml.Office2010.ExcelColorType
      DocumentFormat.OpenXml.Office2010.ExcelConditionalFormattingIcon
      DocumentFormat.OpenXml.Office2010.ExcelCustomFilter
      DocumentFormat.OpenXml.Office2010.ExcelDataField
      DocumentFormat.OpenXml.Office2010.Excel.DrawingApplicationNonVisualDrawingProperties
      DocumentFormat.OpenXml.Office2010.ExcelFilter
      DocumentFormat.OpenXml.Office2010.ExcelIconFilter
      DocumentFormat.OpenXml.Office2010.ExcelListItem
      DocumentFormat.OpenXml.Office2010.ExcelOlapSlicerCacheItemParent
      DocumentFormat.OpenXml.Office2010.ExcelPivotCacheDefinition
      DocumentFormat.OpenXml.Office2010.ExcelPivotField
      DocumentFormat.OpenXml.Office2010.ExcelPivotHierarchy
      DocumentFormat.OpenXml.Office2010.ExcelSetLevel
      DocumentFormat.OpenXml.Office2010.ExcelSlicerCache
      DocumentFormat.OpenXml.Office2010.ExcelSlicerCachePivotTable
      DocumentFormat.OpenXml.Office2010.ExcelSlicerRef
      DocumentFormat.OpenXml.Office2010.ExcelSlicerStyleElement
      DocumentFormat.OpenXml.Office2010.ExcelSortCondition
      DocumentFormat.OpenXml.Office2010.ExcelSourceConnection
      DocumentFormat.OpenXml.Office2010.ExcelTable
      DocumentFormat.OpenXml.Office2010.ExcelTabularSlicerCacheItem
      DocumentFormat.OpenXml.Office2010.ExcelTupleSetHeader
      DocumentFormat.OpenXml.Office2010.ExcelTupleSetRowItem
      DocumentFormat.OpenXml.Office2010.ExcelWorkbookProperties
      DocumentFormat.OpenXml.Office2010.PowerPointBookmarkTarget
      DocumentFormat.OpenXml.Office2010.PowerPointBrowseMode
      DocumentFormat.OpenXml.Office2010.PowerPointDefaultImageDpi
      DocumentFormat.OpenXml.Office2010.PowerPointDiscardImageEditData
      DocumentFormat.OpenXml.Office2010.PowerPointEmptyType
      DocumentFormat.OpenXml.Office2010.PowerPointFlythroughTransition
      DocumentFormat.OpenXml.Office2010.PowerPointGlitterTransition
      DocumentFormat.OpenXml.Office2010.PowerPointLeftRightDirectionTransitionType
      DocumentFormat.OpenXml.Office2010.PowerPointMediaBookmark
      DocumentFormat.OpenXml.Office2010.PowerPointMediaFade
      DocumentFormat.OpenXml.Office2010.PowerPointMediaPlaybackEventRecordType
      DocumentFormat.OpenXml.Office2010.PowerPointMediaTrim
      DocumentFormat.OpenXml.Office2010.PowerPointNullEventRecord
      DocumentFormat.OpenXml.Office2010.PowerPointOrientationTransitionType
      DocumentFormat.OpenXml.Office2010.PowerPointPrismTransition
      DocumentFormat.OpenXml.Office2010.PowerPointRandomIdType
      DocumentFormat.OpenXml.Office2010.PowerPointRevealTransition
      DocumentFormat.OpenXml.Office2010.PowerPointRippleTransition
      DocumentFormat.OpenXml.Office2010.PowerPointSectionSlideIdListEntry
      DocumentFormat.OpenXml.Office2010.PowerPointSeekEventRecord
      DocumentFormat.OpenXml.Office2010.PowerPointShowMediaControls
      DocumentFormat.OpenXml.Office2010.PowerPointShredTransition
      DocumentFormat.OpenXml.Office2010.PowerPointSideDirectionTransitionType
      DocumentFormat.OpenXml.Office2010.PowerPointTracePoint
      DocumentFormat.OpenXml.Office2010.PowerPointTriggerEventRecord
      DocumentFormat.OpenXml.Office2010.PowerPointWarpTransition
      DocumentFormat.OpenXml.Office2010.PowerPointWheelReverseTransition
      DocumentFormat.OpenXml.Office2013.ExcelCachedUniqueName
      DocumentFormat.OpenXml.Office2013.ExcelCacheHierarchy
      DocumentFormat.OpenXml.Office2013.ExcelCalculatedMember
      DocumentFormat.OpenXml.Office2013.ExcelDataField
      DocumentFormat.OpenXml.Office2013.ExcelDbCommand
      DocumentFormat.OpenXml.Office2013.ExcelDbTable
      DocumentFormat.OpenXml.Office2013.ExcelFieldListActiveTabTopLevelEntity
      DocumentFormat.OpenXml.Office2013.ExcelModelRelationship
      DocumentFormat.OpenXml.Office2013.ExcelModelTable
      DocumentFormat.OpenXml.Office2013.ExcelModelTextProperties
      DocumentFormat.OpenXml.Office2013.ExcelMovingPeriodState
      DocumentFormat.OpenXml.Office2013.ExcelPivotCacheDecoupled
      DocumentFormat.OpenXml.Office2013.ExcelPivotCacheIdVersion
      DocumentFormat.OpenXml.Office2013.ExcelPivotFilter
      DocumentFormat.OpenXml.Office2013.ExcelPivotTableReference
      DocumentFormat.OpenXml.Office2013.ExcelPivotValueCellExtra
      DocumentFormat.OpenXml.Office2013.ExcelQueryTable
      DocumentFormat.OpenXml.Office2013.ExcelRangeProperties
      DocumentFormat.OpenXml.Office2013.ExcelServerFormat
      DocumentFormat.OpenXml.Office2013.ExcelSlicerCacheOlapLevelName
      DocumentFormat.OpenXml.Office2013.ExcelTimelineCachePivotTable
      DocumentFormat.OpenXml.Office2013.ExcelTimelineCacheReference
      DocumentFormat.OpenXml.Office2013.ExcelTimelinePivotCacheDefinition
      DocumentFormat.OpenXml.Office2013.ExcelTimelineRange
      DocumentFormat.OpenXml.Office2013.ExcelTimelineReference
      DocumentFormat.OpenXml.Office2013.ExcelTimelineStyleElement
      DocumentFormat.OpenXml.Office2013.ExcelWorkbookProperties
      DocumentFormat.OpenXml.Office2013.PowerPointChartTrackingReferenceBased
      DocumentFormat.OpenXml.Office2013.PowerPointParentCommentIdentifier
      DocumentFormat.OpenXml.Office2013.PowerPointPresenceInfo
      DocumentFormat.OpenXml.Office2013.PowerPointPresetTransition
      DocumentFormat.OpenXml.Office2016.ExcelFreezePanes
      DocumentFormat.OpenXml.Office2016.ExcelHideUnhideSheet
      DocumentFormat.OpenXml.Office2016.ExcelHyperlink
      DocumentFormat.OpenXml.Office2016.ExcelOutline
      DocumentFormat.OpenXml.Office2016.ExcelRefCell
      DocumentFormat.OpenXml.Office2016.ExcelRefFuture
      DocumentFormat.OpenXml.Office2016.ExcelRefOartAnchor
      DocumentFormat.OpenXml.Office2016.ExcelRefTest
      DocumentFormat.OpenXml.Office2016.ExcelRevExHeader
      DocumentFormat.OpenXml.Office2016.ExcelRevExMove
      DocumentFormat.OpenXml.Office2016.ExcelRevExRowColumn
      DocumentFormat.OpenXml.Office2016.ExcelRevExSheetOp
      DocumentFormat.OpenXml.Office2016.ExcelRevExTest
      DocumentFormat.OpenXml.Office2016.ExcelRevExTrimmed
      DocumentFormat.OpenXml.Office2016.ExcelRevExUnsupported
      DocumentFormat.OpenXml.Office2016.ExcelRevisionList
      DocumentFormat.OpenXml.Office2016.ExcelRevisionPtr
      DocumentFormat.OpenXml.Office2016.ExcelRevisionStateLink
      DocumentFormat.OpenXml.Office2016.ExcelRevListAutoExpandRw
      DocumentFormat.OpenXml.Office2016.ExcelRowColVisualOps
      DocumentFormat.OpenXml.Office2016.ExcelSheetXluid
      DocumentFormat.OpenXml.Office2016.ExcelShowGridlinesHeadings
      DocumentFormat.OpenXmlOpenXmlLeafTextElement
      DocumentFormat.OpenXml.PresentationBooleanVariantValue
      DocumentFormat.OpenXml.PresentationBrowseSlideMode
      DocumentFormat.OpenXml.PresentationBuildDiagram
      DocumentFormat.OpenXml.PresentationBuildOleChart
      DocumentFormat.OpenXml.PresentationCustomerData
      DocumentFormat.OpenXml.PresentationCustomerDataTags
      DocumentFormat.OpenXml.PresentationCustomShowReference
      DocumentFormat.OpenXml.PresentationEightDirectionTransitionType
      DocumentFormat.OpenXml.PresentationEmbeddedFontDataIdType
      DocumentFormat.OpenXml.PresentationEmbeddedWavAudioFileType
      DocumentFormat.OpenXml.PresentationEmptyType
      DocumentFormat.OpenXml.PresentationFloatVariantValue
      DocumentFormat.OpenXml.PresentationFont
      DocumentFormat.OpenXml.PresentationGuide
      DocumentFormat.OpenXml.PresentationHslColor
      DocumentFormat.OpenXml.PresentationIndexRangeType
      DocumentFormat.OpenXml.PresentationIntegerVariantValue
      DocumentFormat.OpenXml.PresentationKinsoku
      DocumentFormat.OpenXml.PresentationKioskSlideMode
      DocumentFormat.OpenXml.PresentationModificationVerifier
      DocumentFormat.OpenXml.PresentationNormalViewPortionType
      DocumentFormat.OpenXml.PresentationOleChartElement
      DocumentFormat.OpenXml.PresentationOptionalBlackTransitionType
      DocumentFormat.OpenXml.PresentationOrientationTransitionType
      DocumentFormat.OpenXml.PresentationOutlineViewSlideListEntry
      DocumentFormat.OpenXml.PresentationPoint2DType
      DocumentFormat.OpenXml.PresentationPositiveSize2DType
      DocumentFormat.OpenXml.PresentationRgbColor
      DocumentFormat.OpenXml.PresentationRuntimeNodeTrigger
      DocumentFormat.OpenXml.PresentationSideDirectionTransitionType
      DocumentFormat.OpenXml.PresentationSlideListEntry
      DocumentFormat.OpenXml.PresentationSlideSize
      DocumentFormat.OpenXml.PresentationSplitTransition
      DocumentFormat.OpenXml.PresentationStringVariantValue
      DocumentFormat.OpenXml.PresentationStripsTransition
      DocumentFormat.OpenXml.PresentationTag
      DocumentFormat.OpenXml.PresentationTimeAbsolute
      DocumentFormat.OpenXml.PresentationTimeListSubShapeIdType
      DocumentFormat.OpenXml.PresentationTimeListType
      DocumentFormat.OpenXml.PresentationTimeNode
      DocumentFormat.OpenXml.PresentationTimePercentage
      DocumentFormat.OpenXml.PresentationWheelTransition
      DocumentFormat.OpenXml.PresentationZoomTransition
      DocumentFormat.OpenXml.SpreadsheetAlignment
      DocumentFormat.OpenXml.SpreadsheetBooleanPropertyType
      DocumentFormat.OpenXml.SpreadsheetBreak
      DocumentFormat.OpenXml.SpreadsheetCalculationCell
      DocumentFormat.OpenXml.SpreadsheetCalculationProperties
      DocumentFormat.OpenXml.SpreadsheetCellWatch
      DocumentFormat.OpenXml.SpreadsheetCharacterValue
      DocumentFormat.OpenXml.SpreadsheetChartSheetPageSetup
      DocumentFormat.OpenXml.SpreadsheetChartSheetProtection
      DocumentFormat.OpenXml.SpreadsheetColorFilter
      DocumentFormat.OpenXml.SpreadsheetColorType
      DocumentFormat.OpenXml.SpreadsheetColumn
      DocumentFormat.OpenXml.SpreadsheetCustomFilter
      DocumentFormat.OpenXml.SpreadsheetCustomProperty
      DocumentFormat.OpenXml.SpreadsheetDatabaseProperties
      DocumentFormat.OpenXml.SpreadsheetDataReference
      DocumentFormat.OpenXml.SpreadsheetDateGroupItem
      DocumentFormat.OpenXml.SpreadsheetDeletedField
      DocumentFormat.OpenXml.SpreadsheetDimension
      DocumentFormat.OpenXml.SpreadsheetDrawing
      DocumentFormat.OpenXml.SpreadsheetDrawingHeaderFooter
      DocumentFormat.OpenXml.SpreadsheetDynamicFilter
      DocumentFormat.OpenXml.SpreadsheetExternalDefinedName
      DocumentFormat.OpenXml.SpreadsheetExternalReference
      DocumentFormat.OpenXml.SpreadsheetField
      DocumentFormat.OpenXml.SpreadsheetFieldItem
      DocumentFormat.OpenXml.SpreadsheetFieldUsage
      DocumentFormat.OpenXml.SpreadsheetFileRecoveryProperties
      DocumentFormat.OpenXml.SpreadsheetFileSharing
      DocumentFormat.OpenXml.SpreadsheetFileVersion
      DocumentFormat.OpenXml.SpreadsheetFilter
      DocumentFormat.OpenXml.SpreadsheetFontCharSet
      DocumentFormat.OpenXml.SpreadsheetFontFamilyNumbering
      DocumentFormat.OpenXml.SpreadsheetFontName
      DocumentFormat.OpenXml.SpreadsheetFontScheme
      DocumentFormat.OpenXml.SpreadsheetFontSize
      DocumentFormat.OpenXml.SpreadsheetFunctionGroup
      DocumentFormat.OpenXml.SpreadsheetGroupMember
      DocumentFormat.OpenXml.SpreadsheetHierarchyUsageType
      DocumentFormat.OpenXml.SpreadsheetHyperlink
      DocumentFormat.OpenXml.SpreadsheetIconFilter
      DocumentFormat.OpenXml.SpreadsheetIgnoredError
      DocumentFormat.OpenXml.SpreadsheetInputCells
      DocumentFormat.OpenXml.SpreadsheetInternationalPropertyType
      DocumentFormat.OpenXml.SpreadsheetItem
      DocumentFormat.OpenXml.SpreadsheetKpi
      DocumentFormat.OpenXml.SpreadsheetLegacyDrawingType
      DocumentFormat.OpenXml.SpreadsheetLocation
      DocumentFormat.OpenXml.SpreadsheetMdxKpi
      DocumentFormat.OpenXml.SpreadsheetMdxMemberProp
      DocumentFormat.OpenXml.SpreadsheetMeasureDimensionMap
      DocumentFormat.OpenXml.SpreadsheetMeasureGroup
      DocumentFormat.OpenXml.SpreadsheetMember
      DocumentFormat.OpenXml.SpreadsheetMemberProperty
      DocumentFormat.OpenXml.SpreadsheetMergeCell
      DocumentFormat.OpenXml.SpreadsheetMetadataRecord
      DocumentFormat.OpenXml.SpreadsheetMetadataType
      DocumentFormat.OpenXml.SpreadsheetMissingTable
      DocumentFormat.OpenXml.SpreadsheetNameIndex
      DocumentFormat.OpenXml.SpreadsheetNumberingFormat
      DocumentFormat.OpenXml.SpreadsheetOlapProperties
      DocumentFormat.OpenXml.SpreadsheetOleItem
      DocumentFormat.OpenXml.SpreadsheetOleSize
      DocumentFormat.OpenXml.SpreadsheetOutlineProperties
      DocumentFormat.OpenXml.SpreadsheetPageItem
      DocumentFormat.OpenXml.SpreadsheetPageMargins
      DocumentFormat.OpenXml.SpreadsheetPageSetup
      DocumentFormat.OpenXml.SpreadsheetPageSetupProperties
      DocumentFormat.OpenXml.SpreadsheetPane
      DocumentFormat.OpenXml.SpreadsheetParameter
      DocumentFormat.OpenXml.SpreadsheetPhoneticProperties
      DocumentFormat.OpenXml.SpreadsheetPicture
      DocumentFormat.OpenXml.SpreadsheetPivotCache
      DocumentFormat.OpenXml.SpreadsheetPivotTableStyle
      DocumentFormat.OpenXml.SpreadsheetPrintOptions
      DocumentFormat.OpenXml.SpreadsheetProtectedRange
      DocumentFormat.OpenXml.SpreadsheetProtection
      DocumentFormat.OpenXml.SpreadsheetRangeProperties
      DocumentFormat.OpenXml.SpreadsheetRangeSet
      DocumentFormat.OpenXml.SpreadsheetReviewed
      DocumentFormat.OpenXml.SpreadsheetRevisionAutoFormat
      DocumentFormat.OpenXml.SpreadsheetRevisionComment
      DocumentFormat.OpenXml.SpreadsheetRevisionConflict
      DocumentFormat.OpenXml.SpreadsheetRevisionCustomView
      DocumentFormat.OpenXml.SpreadsheetRevisionInsertSheet
      DocumentFormat.OpenXml.SpreadsheetRevisionQueryTable
      DocumentFormat.OpenXml.SpreadsheetRgbColor
      DocumentFormat.OpenXml.SpreadsheetRunFont
      DocumentFormat.OpenXml.SpreadsheetSelection
      DocumentFormat.OpenXml.SpreadsheetServerFormat
      DocumentFormat.OpenXml.SpreadsheetSheet
      DocumentFormat.OpenXml.SpreadsheetSheetCalculationProperties
      DocumentFormat.OpenXml.SpreadsheetSheetDimension
      DocumentFormat.OpenXml.SpreadsheetSheetFormatProperties
      DocumentFormat.OpenXml.SpreadsheetSheetId
      DocumentFormat.OpenXml.SpreadsheetSheetName
      DocumentFormat.OpenXml.SpreadsheetSheetProtection
      DocumentFormat.OpenXml.SpreadsheetSortCondition
      DocumentFormat.OpenXml.SpreadsheetTablePart
      DocumentFormat.OpenXml.SpreadsheetTableStyleElement
      DocumentFormat.OpenXml.SpreadsheetTableStyleInfo
      DocumentFormat.OpenXml.SpreadsheetTextField
      DocumentFormat.OpenXml.SpreadsheetTop10
      DocumentFormat.OpenXml.SpreadsheetTopicReferences
      DocumentFormat.OpenXml.SpreadsheetTuple
      DocumentFormat.OpenXml.SpreadsheetUnderline
      DocumentFormat.OpenXml.SpreadsheetUndo
      DocumentFormat.OpenXml.SpreadsheetVerticalTextAlignment
      DocumentFormat.OpenXml.SpreadsheetWebPublishing
      DocumentFormat.OpenXml.SpreadsheetWebPublishItem
      DocumentFormat.OpenXml.SpreadsheetWebPublishObject
      DocumentFormat.OpenXml.SpreadsheetWorkbookProperties
      DocumentFormat.OpenXml.SpreadsheetWorkbookProtection
      DocumentFormat.OpenXml.SpreadsheetWorksheetSource
      DocumentFormat.OpenXml.SpreadsheetXType
      DocumentFormat.OpenXml.Vml.OfficeCallout
      DocumentFormat.OpenXml.Vml.OfficeClipPath
      DocumentFormat.OpenXml.Vml.OfficeColorMenu
      DocumentFormat.OpenXml.Vml.OfficeColorMostRecentlyUsed
      DocumentFormat.OpenXml.Vml.OfficeComplex
      DocumentFormat.OpenXml.Vml.OfficeEntry
      DocumentFormat.OpenXml.Vml.OfficeExtrusion
      DocumentFormat.OpenXml.Vml.OfficeFillExtendedProperties
      DocumentFormat.OpenXml.Vml.OfficeInk
      DocumentFormat.OpenXml.Vml.OfficeLock
      DocumentFormat.OpenXml.Vml.OfficeProxy
      DocumentFormat.OpenXml.Vml.OfficeRelation
      DocumentFormat.OpenXml.Vml.OfficeShapeIdMap
      DocumentFormat.OpenXml.Vml.OfficeSignatureLine
      DocumentFormat.OpenXml.Vml.OfficeSkew
      DocumentFormat.OpenXml.Vml.OfficeStrokeChildType
      DocumentFormat.OpenXml.Vml.PresentationInkAnnotationFlag
      DocumentFormat.OpenXml.Vml.PresentationTextData